Search found 32 matches
- Tue Jun 16, 2015 7:58 pm
- Forum: OpenSees.exe Users
- Topic: lead-rubber x
- Replies: 1
- Views: 2150
Re: lead-rubber x
Use tag5 = 0 (default value)
- Wed Feb 11, 2015 7:10 pm
- Forum: OpenSees.exe Users
- Topic: lead rubber x sample
- Replies: 1
- Views: 2845
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...
- Thu Sep 04, 2014 8:53 pm
- Forum: OpenSees.exe Users
- Topic: Damping for Inelastic SDOF
- Replies: 12
- Views: 15412
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...
- Thu Jul 10, 2014 6:55 am
- Forum: OpenSees.exe Users
- Topic: Useful Undocumented Commands
- Replies: 2
- Views: 3043
Re: Useful Undocumented Commands
Thanks Matthew,
I was not aware of all of them. Please do post if you discover additional features.
I was not aware of all of them. Please do post if you discover additional features.
- Thu Jul 10, 2014 6:49 am
- Forum: OpenSees.exe Users
- Topic: converge in static analyze
- Replies: 1
- Views: 1908
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...
- Thu Jul 10, 2014 6:44 am
- Forum: OpenSees.exe Users
- Topic: Hystersis curve for FPS bearing
- Replies: 2
- Views: 3165
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...
- Wed Jul 09, 2014 9:29 pm
- Forum: Framework
- Topic: Alternative of exit(-1)
- Replies: 2
- Views: 3651
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...
- Tue Jul 08, 2014 11:52 am
- Forum: OpenSees.exe Users
- Topic: Mz $matTag
- Replies: 1
- Views: 2090
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.
- Sat Jul 05, 2014 5:35 pm
- Forum: Framework
- Topic: Alternative of exit(-1)
- Replies: 2
- Views: 3651
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...
- Mon Jun 23, 2014 7:59 am
- Forum: OpenSees.exe Users
- Topic: problem with elastomeric bearing
- Replies: 1
- Views: 2401
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...
- Sat Jun 14, 2014 7:31 pm
- Forum: OpenSees.exe Users
- Topic: 3D transformation problem
- Replies: 3
- Views: 4027
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?
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?
- Wed Jun 04, 2014 12:51 pm
- Forum: OpenSees.exe Users
- Topic: base isolator modeling in opensees
- Replies: 5
- Views: 6196
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...
- Tue Dec 03, 2013 8:11 pm
- Forum: OpenSees.exe Users
- Topic: How to assign different shear areas in an element
- Replies: 3
- Views: 2863
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 "...
- Sun Dec 01, 2013 8:05 pm
- Forum: OpenSees.exe Users
- Topic: problem with ElastomericBearing element
- Replies: 2
- Views: 2821
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 ...
- Sun Dec 01, 2013 7:50 pm
- Forum: OpenSees.exe Users
- Topic: How to assign different shear areas in an element
- Replies: 3
- Views: 2863
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?