Search found 6 matches
- Fri Apr 10, 2015 5:45 am
- Forum: Framework
- Topic: Different Results OpenSees 32bit and 64bit C++
- Replies: 2
- Views: 2594
Re: Different Results OpenSees 32bit and 64bit C++
Thank you Frank, I have solved the issue with release 5921 on 32bit and 64bit. Basically on 32bit machine the ArcLength integrator "StaticIntegrator *INTEG_2 = new ArcLength(1.0)" performs the analysis beyond the elastic limit of the structure with the default value of the parameter alpha=...
- Wed Apr 08, 2015 8:09 am
- Forum: Framework
- Topic: Different Results OpenSees 32bit and 64bit C++
- Replies: 2
- Views: 2594
Different Results OpenSees 32bit and 64bit C++
Dear Frank I have installed different repositories of OpenSees Libraries on Ubuntu 32bit and 64bit architecture. I have different results when I run the code on 32bit and 64bit machine. I perform static nonlinear analysis of grillages. I have checked the steps line by line on each platform and unitl...
- Fri Jun 27, 2014 8:11 am
- Forum: Framework
- Topic: StaticAnalysis.analyze(numSTEP)
- Replies: 5
- Views: 2212
Re: StaticAnalysis.analyze(numSTEP)
Hello Frank, Thank you for your suggestion. Yes I am using ForceBeamColum elements. I have monitored the output of each step of analyze. apparently the problem was due to the "Element Length", that i use to read from the model to calculate the load. In same iterations some elements returne...
- Sat Jun 21, 2014 1:55 pm
- Forum: Framework
- Topic: StaticAnalysis.analyze(numSTEP)
- Replies: 5
- Views: 2212
Re: StaticAnalysis.analyze(numSTEP)
Hi Frank, I have tried to follow your instruction, but apparentely I could not solve the issue described above. after a certain number of pushovers in a monte carlo, the program at a point of the static analysis "analyze(1)" get hanged and does not return anymore. the recorder get in the o...
- Wed Feb 19, 2014 6:19 pm
- Forum: Framework
- Topic: StaticAnalysis.analyze(numSTEP)
- Replies: 5
- Views: 2212
Re: StaticAnalysis.analyze(numSTEP)
Thank you Frank,
I am not using nDmaterial.
I will try to follow your instructions and I will let you know.
I am not using nDmaterial.
I will try to follow your instructions and I will let you know.
- Mon Feb 17, 2014 2:58 pm
- Forum: Framework
- Topic: StaticAnalysis.analyze(numSTEP)
- Replies: 5
- Views: 2212
StaticAnalysis.analyze(numSTEP)
Hello Opensees community, I hope you could please help me to solve this issue. I have experienced a problem with the class "StaticAnalysis" and the command "analyze". briefly, I have a loop where the model is built and the load is applied in a load control, where the number of st...