Search found 5 matches
- Sun Sep 14, 2014 9:53 pm
- Forum: OpenSees.exe Users
- Topic: displacement protocol for pushover
- Replies: 7
- Views: 6308
Re: displacement protocol for pushover
Hi everyone, I am trying to define the following displacement control: time {0.0 0.2 0.4 1.0} values {0.0 12 -12 23} (Displacement) How can I insert the displacement given into sp command? For instance: pattern Plain 4 "Path 100 -time {0.0 0.2 0.4 1.0} -values {0.0 12 -12 23}" { sp 13 2 ??...
- Sat Aug 02, 2014 4:31 pm
- Forum: OpenSees.exe Users
- Topic: eleLoad
- Replies: 5
- Views: 4214
Re: eleLoad
Hi yekose, I am working on 2D model, NDM=2.
- Sat Aug 02, 2014 10:14 am
- Forum: OpenSees.exe Users
- Topic: eleLoad
- Replies: 5
- Views: 4214
Re: eleLoad
Hi yekose, thanks for reply. for Try pattern Plain 2 Linear { eleLoad -ele 2 -type beamUniform -0.32275 } it shows: "expected integer but got "-type"" for pattern Plain 2 Linear { eleLoad -ele 2 -beamUniform -0.32275 } it shows: "WARNING eleLoad - expecting -type option but ...
- Fri Aug 01, 2014 10:49 am
- Forum: OpenSees.exe Users
- Topic: eleLoad
- Replies: 5
- Views: 4214
eleLoad
Hi,
I am trying to put a distributed load on a beam by:
pattern Plain 2 Linear { eleLoad -ele 2 -type -beamUniform -0.32275 }
But it shows: "expected integer but got "-type",can someone tell me what could be happen?
Thanks in advance
Juan
I am trying to put a distributed load on a beam by:
pattern Plain 2 Linear { eleLoad -ele 2 -type -beamUniform -0.32275 }
But it shows: "expected integer but got "-type",can someone tell me what could be happen?
Thanks in advance
Juan
- Fri Jun 27, 2014 5:25 pm
- Forum: OpenSees.exe Users
- Topic: Connections
- Replies: 1
- Views: 1747
Connections
Hi everyone, I am working with beam column connection, where the column is connected to a frame. I am considering a pin connection between the column and frame (Like a buckling test), I used zero length elements, but my results show me the same displacements and rotation in both parts: column and fr...