Search found 9 matches
- Sat Mar 26, 2016 4:03 am
- Forum: OpenSees.exe Users
- Topic: Recommended computer specs for running OpenSees
- Replies: 1
- Views: 1964
Recommended computer specs for running OpenSees
Hi, Sorry, this might be a little non-technical. We are in the middle of getting a workstation for our research group and I wanted to know which computer component to focus more such that OpenSees parallel runs at it's peak speed. Should I focus more on the CPU processor or the RAM? Thanks so much! ...
- Sat May 02, 2015 2:54 am
- Forum: OpenSees.exe Users
- Topic: Park-Ang damage index
- Replies: 2
- Views: 3205
Re: Park-Ang damage index
I don't think you will directly get an output of the Park and Ang damage index. Instead, output the parameters you need, such as displacements and curvatures. Also from the force-displacement hysteresis you can calculate the dissipated hyteretic energy. Finally, you can use these parameters to calcu...
- Sat May 02, 2015 2:51 am
- Forum: OpenSees.exe Users
- Topic: Update/Change section properties during analysis
- Replies: 4
- Views: 4682
Re: Update/Change section properties during analysis
For everyone's reference: I solved my problem using RCSection2d to build the fiber section column element. This section can be updated during the analysis. I wanted to update the reinforcement area of the top layer to model corrosion deterioration. After defining my section and element as: set RCSec...
- Fri May 01, 2015 8:46 am
- Forum: OpenSees.exe Users
- Topic: Update/Change section properties during analysis
- Replies: 4
- Views: 4682
Re: Update/Change section properties during analysis
Thanks, Frank. If I understand correctly, I should recompile OpenSees after modifying the code and adding the setParameter() and updateParameter() methods. Should I be modifying the cpp code for only the "layer" command then? I will follow the cpp files for RCSection2d (which I believe can...
- Fri May 01, 2015 3:37 am
- Forum: OpenSees.exe Users
- Topic: Update/Change section properties during analysis
- Replies: 4
- Views: 4682
Update/Change section properties during analysis
Hi, I have a fiber section column model (from the OpenSees examples) in which I want to change the reinforcement area in between a ground motion time history analysis. The part of the code I am trying to modify is: " section fiberSec $ColSecTag {; # Define the fiber section patch quadr $IDconcU...
- Mon Apr 27, 2015 7:37 pm
- Forum: OpenSees.exe Users
- Topic: Bug in Pushover example?
- Replies: 3
- Views: 3472
Re: Bug in Pushover example?
Thanks, Frank. That helped. For everyone's reference: In the pushover file, you just need to replace pattern Plain 200 Linear {; # define load pattern -- generalized load 2 $Hload 0.0 0.0 0.0 0.0 0.0 } with pattern Plain 200 Linear {; # define load pattern -- generalized load 2 $Hload 0.0 0.0 } It w...
- Mon Apr 27, 2015 6:51 am
- Forum: OpenSees.exe Users
- Topic: Bug in Pushover example?
- Replies: 3
- Views: 3472
Bug in Pushover example?
Hi! I am trying to do the pushover analysis using the fiber section from the OpenSees examples here: http://opensees.berkeley.edu/wiki/index.php/OpenSees_Example_3._Cantilever_Column_with_units Every time, it shows the error: " Node::addunbalLoad - load to add of incorrect size 6 should be 3&qu...
- Fri Feb 01, 2013 8:05 pm
- Forum: OpenSees.exe Users
- Topic: Simulation of a cyclic test on a column
- Replies: 8
- Views: 7138
Re: Simulation of a cyclic test on a column
Hi Andrette, glad to see this post and thanks for posting your code. Could you please tell me where can i get the experimental data for this test? Thanks!
- Wed Jun 27, 2012 4:34 pm
- Forum: OpenSees.exe Users
- Topic: Updating material during analysis
- Replies: 1
- Views: 2298
Updating material during analysis
Hello, In my OpenSees analysis I want to update the material during the analysis and I trying to figure out how to do so. A simple example would clarify, as follows: I have a reinforced concrete column subjected to an earthquake pulse load. Let the total duration of the pulse be t. What I intend to ...