Search found 14 matches
- Tue Mar 16, 2010 9:48 pm
- Forum: OpenSees.exe Users
- Topic: Recorders results during the analysis
- Replies: 3
- Views: 2998
- Mon Mar 15, 2010 12:31 pm
- Forum: OpenSees.exe Users
- Topic: Recorders results during the analysis
- Replies: 3
- Views: 2998
- Sat Mar 13, 2010 9:03 am
- Forum: OpenSees.exe Users
- Topic: Recorders results during the analysis
- Replies: 3
- Views: 2998
Recorders results during the analysis
Hi Dr. Frank I realize that in new version of OpenSEES I couldn't get the Recorder results such as Eigen vectors and node displacements during the analysis whereas in older version I could. I mean the Recorder's Files don't fill until the process completed. What should I do to get recorder's results...
- Sun Feb 28, 2010 10:11 pm
- Forum: OpenSees.exe Users
- Topic: displacement adaptive pushover method
- Replies: 3
- Views: 4291
- Tue Feb 09, 2010 11:44 am
- Forum: OpenSees.exe Users
- Topic: force-based and displacement-based PO
- Replies: 7
- Views: 8449
- Tue Feb 09, 2010 10:53 am
- Forum: OpenSees.exe Users
- Topic: force-based and displacement-based PO
- Replies: 7
- Views: 8449
Thank you very much Dr.Frank I used this code : constraints Transformation; numberer RCM; system BandGeneral; test NormDispIncr 1.e-8 1000 0; algorithm Newton -initial; integrator LoadControl 1000; analysis Static; for {set j1 1} {$j1<=$nStep} {incr j1 +1} { remove loadPattern 1; ****some codes to o...
- Tue Feb 09, 2010 8:12 am
- Forum: OpenSees.exe Users
- Topic: force-based and displacement-based PO
- Replies: 7
- Views: 8449
- Mon Feb 08, 2010 6:28 am
- Forum: OpenSees.exe Users
- Topic: force-based and displacement-based PO
- Replies: 7
- Views: 8449
force-based and displacement-based PO
Hi I performed a Force-Based pushover analysis and I got the displacements results for the nodes that I had been applied force on them. After that I performed a Displacement-Based pushover with the displacement results of previous analysis on the same nodes. I expected the same shears in the columns...
- Wed Jan 27, 2010 2:56 pm
- Forum: OpenSees.exe Users
- Topic: question on applying displacement
- Replies: 4
- Views: 4201
Thanks a lot; it works well Just as a note for others I summarize what you said and write here the code. Also I used high stiffness “elasticBeamColumn” instead of rigid link. [code] pattern Plain 1 Linear { sp 51 1 $Displacement(5) sp 11 1 $Displacement(1); sp 21 1 $Displacement(2); sp 31 1 $Displac...
- Wed Jan 27, 2010 12:48 pm
- Forum: OpenSees.exe Users
- Topic: question on applying displacement
- Replies: 4
- Views: 4201
Dear Dr. Francis, Thank you very much for reply Conducting a displacement-based pushover, I mean that in each analysis step, I am going to control lateral displacement of each floor to be a pre-defined percent of top floor’s (node 51), in spite of conventional pushover in which nodal control is appl...
- Wed Jan 27, 2010 6:20 am
- Forum: OpenSees.exe Users
- Topic: question on applying displacement
- Replies: 4
- Views: 4201
question on applying displacement
Hi Dears, I Modeled a 5 Story MRF. I want to apply a set of lateral displacement to perform a Displacement-Based Pushover. But I couldn't do this. As mentioned Dr. McKenna I can't use 'Transformation' as my constraints Handler and nor 'penalty' handler didn't converged. now I want to know how I can ...
- Sun Jan 24, 2010 11:52 pm
- Forum: OpenSees.exe Users
- Topic: which Type of constraints?
- Replies: 2
- Views: 2520
Thank you Dr. McKenna You mean that error with Transformation-Handler is bug? I received current source and compiled it and used, but the problem is already exists. So currently, how can I apply nodal displacement? I got convergence error using “Lagrange” C-Handler, although using “Transformation” t...
- Sat Jan 23, 2010 10:27 am
- Forum: OpenSees.exe Users
- Topic: which Type of constraints?
- Replies: 2
- Views: 2520
which Type of constraints?
I modeled a 5-story 2-d moment resisting frame. I applied a set of lateral displacement to it. When I change a constraints from Lagrange to Transformation an error took place. "domainChanged has not been called" I dont know when I must call the domainChange function or why did this error o...
- Fri Sep 25, 2009 4:22 am
- Forum: OpenSees.exe Users
- Topic: How to remove the former load pattern?
- Replies: 12
- Views: 11456
Hi basir This is your code i tried to compress your code :wink: [code]wipe set dataDir Data file mkdir $dataDir model basic -ndm 2 -ndf 3 node 1 0.0 0.0 node 2 0.0 3.96 node 3 0.0 7.92 node 4 0.0 11.88 node 5 9.15 0.0 node 6 9.15 3.96 node 7 9.15 7.92 node 8 9.15 11.88 node 9 18.3 0.0 node 10 18.3 3...