Search found 4 matches
- Tue Oct 06, 2015 9:09 am
- Forum: OpenSees.exe Users
- Topic: Zero-Length Section and Multi-Support Excitation
- Replies: 5
- Views: 5347
Re: Zero-Length Section and Multi-Support Excitation
Thank you Jeena, your advice helped me to find a solution. After creating the new section tags I added the following code and the model ran to completion with reasonable results. # assign torsional Stiffness for 3D Model set Ubig 1e9; uniaxialMaterial Elastic $SecTagTorsion $Ubig section Aggregator ...
- Fri Oct 02, 2015 6:09 am
- Forum: OpenSees.exe Users
- Topic: Zero-Length Section and Multi-Support Excitation
- Replies: 5
- Views: 5347
Re: Zero-Length Section and Multi-Support Excitation
Thank you for the reply. I am currently using constraints type Transformation in the analysis. The only other thing I can think of changing is the orient command for the zero-length element, but adjustments have not helped. Input in LibAnalysisDynamicParameters.tcl: constraints Transformation number...
- Wed Sep 09, 2015 1:36 pm
- Forum: OpenSees.exe Users
- Topic: Zero-Length Section and Multi-Support Excitation
- Replies: 5
- Views: 5347
Re: Zero-Length Section and Multi-Support Excitation
Here is a copy of the working script without the zero-length element and only two nodes. # units: kip, in wipe model BasicBuilder -ndm 3 -ndf 6 source RCcircSection.tcl; # procedure for definining RC fiber section set LCol 96; set PCol 175.0; set IDconcCore 1; set IDconcCover 2; set IDreinf 3; set I...
- Wed Sep 09, 2015 1:34 pm
- Forum: OpenSees.exe Users
- Topic: Zero-Length Section and Multi-Support Excitation
- Replies: 5
- Views: 5347
Zero-Length Section and Multi-Support Excitation
Hi, I have ran into a problem with using a zero-length section to model strain penetration at the base of a cantilever column subjected to bi-directional displacement controlled loading modeled via multi-support excitation. The model works fine before adding the zero-length element; however, after a...