Search found 32 matches

by maksins
Tue Jun 16, 2015 7:58 pm
Forum: OpenSees.exe Users
Topic: lead-rubber x
Replies: 1
Views: 2120

Re: lead-rubber x

Use tag5 = 0 (default value)
by maksins
Wed Feb 11, 2015 7:10 pm
Forum: OpenSees.exe Users
Topic: lead rubber x sample
Replies: 1
Views: 2811

Re: lead rubber x sample

If you are using the example file from SVN repository, it is intended to be used with the upcoming version of OpenSees (2.4.6 ?). Parameter arguments are different and there are minor bug fixes as well. You either build OpenSees on your computer with the latest revision and use the current example f...
by maksins
Thu Sep 04, 2014 8:53 pm
Forum: OpenSees.exe Users
Topic: Damping for Inelastic SDOF
Replies: 12
Views: 15231

Re: Damping for Inelastic SDOF

Very nice discussion! I would also like to add that (it might already be obvious to many people), when using Rayleigh or Stiffness proportional damping, the option for element's contribution to rayleigh damping (due to element's mass and stiffness) must be turned on (i.e., doRayleigh must be 1), oth...
by maksins
Thu Jul 10, 2014 6:55 am
Forum: OpenSees.exe Users
Topic: Useful Undocumented Commands
Replies: 2
Views: 2985

Re: Useful Undocumented Commands

Thanks Matthew,
I was not aware of all of them. Please do post if you discover additional features.
by maksins
Thu Jul 10, 2014 6:49 am
Forum: OpenSees.exe Users
Topic: converge in static analyze
Replies: 1
Views: 1872

Re: converge in static analyze

In the first case you are performing the static analysis in one step. The tangent stiffness at the beginning of the analysis is used. In the second case, you are performing analysis in 10 steps, the tangent stiffness at the beginning of each step that is closer to the instantaneous tangent stiffness...
by maksins
Thu Jul 10, 2014 6:44 am
Forum: OpenSees.exe Users
Topic: Hystersis curve for FPS bearing
Replies: 2
Views: 3114

Re: Hystersis curve for FPS bearing

What I understand is that when you decrease your time step, you increase the resolution and hence the maximum frequency that you can capture in your response. Since your shear force is dependent on the axial force, you capture high frequency oscillations when you decrease the time-step. If you remov...
by maksins
Wed Jul 09, 2014 9:29 pm
Forum: Framework
Topic: Alternative of exit(-1)
Replies: 2
Views: 3594

Re: Alternative of exit(-1)

Thanks Frank, I did what you suggested and I am able to proceed with my analysis. However, I was wondering if there was a way to return a specific error value, for example -7, to know if it fails due to buckling and not due to other solution algorithm convergence problems? Also, then I won't have to...
by maksins
Tue Jul 08, 2014 11:52 am
Forum: OpenSees.exe Users
Topic: Mz $matTag
Replies: 1
Views: 2051

Re: Mz $matTag

It's because bearings are very flexible in the rotational direction, zero resistance in torsion. Although I don't know assigning zero would create any problem in inversion of stiffness matrix. I would assign very small values.
by maksins
Sat Jul 05, 2014 5:35 pm
Forum: Framework
Topic: Alternative of exit(-1)
Replies: 2
Views: 3594

Alternative of exit(-1)

For some elements in OpenSees (bearing elements), when the failure is encountered, the program crashes due to command exit(-1). This is fine for a single analysis, but when I am running multiple analysis in a loop, it creates me prolem. I was wondering if there's an alternative of exit(-1) command I...
by maksins
Mon Jun 23, 2014 7:59 am
Forum: OpenSees.exe Users
Topic: problem with elastomeric bearing
Replies: 1
Views: 2367

Re: problem with elastomeric bearing

It might be related to ill-conditioned matrix due to very high values of stiffness you are providing in axial and moment direction. Usually, an elastomeric bearing would have vertical stiffness that 100-500 times the horizontal stiffness. So use 500000 for vertical stiffness (you can actually determ...
by maksins
Sat Jun 14, 2014 7:31 pm
Forum: OpenSees.exe Users
Topic: 3D transformation problem
Replies: 3
Views: 3981

Re: 3D transformation problem

Hi Frank,
should it be Vz = Vy X Vx, or Vz = Vx X Vy?
The local axes shown in last image shown of the transformation page (http://opensees.berkeley.edu/wiki/index ... sformation) is according to Vz = Vx X Vy (right-hand rule).
Please let me know if I am misinterpreting something?
by maksins
Wed Jun 04, 2014 12:51 pm
Forum: OpenSees.exe Users
Topic: base isolator modeling in opensees
Replies: 5
Views: 6061

Re: base isolator modeling in opensees

Few suggestions as to when to use elastomericBearing element or LeadRubberX: If you want to use your own material model to model a lead rubber bearing use elastomericBearing element. It will provide you flexibility to use any material model you want in axial and rotational directions, and also abili...
by maksins
Tue Dec 03, 2013 8:11 pm
Forum: OpenSees.exe Users
Topic: How to assign different shear areas in an element
Replies: 3
Views: 2814

Re: How to assign different shear areas in an element

Hi Frank, My element is elastic, and I want to assign different shear areas (Ay and Az) at a particular section, not along the length of the element. The shear properties are constant along the length. It is basically to simulate eccentricity in the stick model of a nuclear reactor. Can I use "...
by maksins
Sun Dec 01, 2013 8:05 pm
Forum: OpenSees.exe Users
Topic: problem with ElastomericBearing element
Replies: 2
Views: 2783

Re: problem with ElastomericBearing element

You have oriented your local x-axis to be along global X-axis. However in an elastomeric bearing, local x-axis is usually along global Y-axis (considering vertical orientation). Try this, and let me know if it works: Element elastomericBearing 38 356 364 286.8 1E+9 0 -P 1 -T 2 -My 2 -Mz 2 -orient 0 ...
by maksins
Sun Dec 01, 2013 7:50 pm
Forum: OpenSees.exe Users
Topic: How to assign different shear areas in an element
Replies: 3
Views: 2814

How to assign different shear areas in an element

I need to create a beam element with different shear areas of the section in the two directions. Any suggestions?