Search found 4 matches
- Fri Nov 20, 2020 7:25 am
- Forum: OpenSees.exe Users
- Topic: can,t run
- Replies: 1
- Views: 2193
Re: can,t run
looks to me like you haven't defined any masses and applied gravity loading
- Fri Nov 20, 2020 7:22 am
- Forum: OpenSees.exe Users
- Topic: loop for changing earthquake files?
- Replies: 2
- Views: 2500
Re: loop for changing earthquake files?
Something else you can try is using tcl's procs. It would look something like: proc MyAnalysis{ Groundmotion } { #put the entirety of your current code inside this procedure } Then assuming your ground motion files are sequentially numbered in a way such as groundmotion1.acc, groundmotion2.acc, grou...
- Tue Nov 17, 2020 8:34 am
- Forum: OpenSees.exe Users
- Topic: Understanding Convergence Errors - FBE simple cantilevered column time history analysis
- Replies: 2
- Views: 2575
Re: Understanding Convergence Errors - FBE simple cantilevered column time history analysis
Thanks selimgunay for your insight. I wanted to ask - is it common practice to include an adaptive integration strategy for time history analyses? I am unsure whether there is a *perfect* set of algorithm, test, tolerances, etc which will run and produce results from the first try or if convergence ...
- Sun Nov 15, 2020 6:16 pm
- Forum: OpenSees.exe Users
- Topic: Understanding Convergence Errors - FBE simple cantilevered column time history analysis
- Replies: 2
- Views: 2575
Understanding Convergence Errors - FBE simple cantilevered column time history analysis
Hello all, I have modeled a simple reinforced concrete column that is subjected to a set of groundmotions, and had some questions. I chose to use forcebeamcolumn elements along with fiber sections using concrete07 and reinforcingsteel materials as you can see in my attached code. Before I moved to d...