Thank you!
the way that i apply gravity is right.
I should use geomTransf PDelta considering second-order P-Delta effects.
Search found 18 matches
- Wed May 30, 2007 5:47 pm
- Forum: OpenSees.exe Users
- Topic: P-delta effect
- Replies: 4
- Views: 5123
- Wed May 30, 2007 1:24 am
- Forum: OpenSees.exe Users
- Topic: P-delta effect
- Replies: 4
- Views: 5123
- Wed May 30, 2007 12:42 am
- Forum: OpenSees.exe Users
- Topic: P-delta effect
- Replies: 4
- Views: 5123
P-delta effect
hello, everyone I am calculating a RC cantilever column subject to cyclic horizontal displacement. I found that changing the axial load level on the column has no effect on the result. What's wrong with my script? Would you like to give me some suggestion? I have attached the part of applying load i...
- Mon Dec 04, 2006 5:34 pm
- Forum: OpenSees.exe Users
- Topic: recorder display
- Replies: 2
- Views: 3624
you can try these commands. ##============================= recorder display DispShape 10 20 800 800 -wipe # next three commmands define viewing system, all values in global coords vrp 50.0 50.0 0 # point on the view plane in global coord, center of local viewing system vup 0 1 0 # dirn defining up ...
- Wed Nov 29, 2006 11:47 pm
- Forum: OpenSees.exe Users
- Topic: on barslip and pinching4 material
- Replies: 1
- Views: 2607
on barslip and pinching4 material
I have got a new paper on Beamcolumn joint element written by Laura. In this paper, she modified the barslip and pinching4 material. For exampe, to barslip material, she changed the failure ruler from "the slip exceeds 3mm" to "strength reduction defining using two correlative equatio...
- Tue Nov 28, 2006 1:33 am
- Forum: OpenSees.exe Users
- Topic: the parameter on BeamwithHinge
- Replies: 2
- Views: 3344
- Mon Nov 27, 2006 6:57 pm
- Forum: OpenSees.exe Users
- Topic: the parameter on BeamwithHinge
- Replies: 2
- Views: 3344
the parameter on BeamwithHinge
Hi, silvia I use BeamwithHinge to model a concrete filled steel tube (CFST) column which plastic hinge occured at the ends. According to the user manual, the young's modulus should be input. but the young's modulus is not the same in calculating axial load and bending moment if the CFST column is lo...
- Fri Sep 01, 2006 7:59 pm
- Forum: OpenSees.exe Users
- Topic: Increasing output time step increment
- Replies: 22
- Views: 18093
Thank you for everyone's help! I try the recorder command with -dT 0.02 for a proc with monotonic displacement, it work well. :) But when I try the command on a cantilever subjected to a cyclic load history, the example in the part of PINCHING4 Uniaxial Material Model Discussion of the manual, it do...
- Thu Aug 31, 2006 10:54 pm
- Forum: OpenSees.exe Users
- Topic: Increasing output time step increment
- Replies: 22
- Views: 18093
Hi, silvia: I found a strange new question during modifying the proc (I didn't modify nothing else except the command of recorder). My initial command is: recorder Node quhui.out disp -load -node 10 -dof 1 I want to output the horizontal load and horizontal displacement of evey increment for node 10...
- Wed Aug 30, 2006 5:19 pm
- Forum: OpenSees.exe Users
- Topic: Increasing output time step increment
- Replies: 22
- Views: 18093
I have tried again and again, but I fail. In my proc, I use Displacement control, not transient analysis. If is it wrong to use : recorder Node -file $fName.out -dt 0.01 -time -load -node 10 -dof 1 disp? Maybe it is : recorder Node -file $fName.out -du 0.01 -time -load -node 10 -dof 1 disp or someth...
- Tue Aug 29, 2006 4:28 pm
- Forum: OpenSees.exe Users
- Topic: Increasing output time step increment
- Replies: 22
- Views: 18093
- Tue Aug 29, 2006 6:04 am
- Forum: OpenSees.exe Users
- Topic: Increasing output time step increment
- Replies: 22
- Views: 18093
Many thanks for everyone! I am sorry that my script still doesn't work. Is there a mistake in my script? It is part of my script below, perhaps the problem is in procRC.tcl. But I cann't check it out. It is very long :oops: ####################################### pattern Plain 2 Linear { load 10 0 -...
- Tue Aug 29, 2006 12:13 am
- Forum: OpenSees.exe Users
- Topic: Increasing output time step increment
- Replies: 22
- Views: 18093
- Mon Aug 28, 2006 5:50 pm
- Forum: OpenSees.exe Users
- Topic: Increasing output time step increment
- Replies: 22
- Views: 18093
- Mon Aug 28, 2006 4:22 am
- Forum: Documentation
- Topic: how to decrease the output result file
- Replies: 1
- Views: 5630
how to decrease the output result file
Dear silvia: I am using opensees to simulate CFST joint under cyclic horizontal load. Now, my result file is very large, so I try modifying the recorder command to decreasing it. The command I modified as follows: the first, recorder Node $fName.out 0.01 disp -load -node 10 -dof 1 but opensees gave ...