Search found 7 matches
- Tue May 25, 2021 7:29 am
- Forum: OpenSeesPy
- Topic: equalDOF issue
- Replies: 0
- Views: 7117
equalDOF issue
Hi, I modeled a OCBF with many nodes at each beam-column intersection in order to pin the beams (release their end rotations since they are force-based BCE). I wanted to constraint all these nodes horizontally to a floor master, while also constrain them vertically at each beam-column intersection m...
- Tue May 25, 2021 5:08 am
- Forum: OpenSeesPy
- Topic: In the Recorder command, elements Force and deformations have no output
- Replies: 1
- Views: 3268
Re: In the Recorder command, elements Force and deformations have no output
Hi,
Try "basicDeformation" for the BCE elements.
Also, did you wipe() the domain after the analysis? recorders need the wipe() command at the end of the analysis.
Try "basicDeformation" for the BCE elements.
Also, did you wipe() the domain after the analysis? recorders need the wipe() command at the end of the analysis.
- Mon Apr 19, 2021 8:20 am
- Forum: OpenSeesPy
- Topic: getLoadFactor signs
- Replies: 3
- Views: 4934
Re: getLoadFactor signs
Haha, got the solution.
Updated OpenseesPy from 3.2.2.9 to 3.2.2.10 and everything goes fine again
Updated OpenseesPy from 3.2.2.9 to 3.2.2.10 and everything goes fine again
- Mon Apr 19, 2021 7:11 am
- Forum: OpenSeesPy
- Topic: getLoadFactor signs
- Replies: 3
- Views: 4934
Re: getLoadFactor signs
Can you provide a minimum working example showing the issue? Thanks! Good Morning Prof. Attached is a simplified example, everything works fine in tension (where the loads have the same sign of the displacement) but when the loads should became negative, the load factor goes to "0". I was...
- Sun Apr 18, 2021 7:41 pm
- Forum: OpenSeesPy
- Topic: getLoadFactor signs
- Replies: 3
- Views: 4934
getLoadFactor signs
Hey, Some months ago (before last update) I was able to get negative outputs from this command, but now it just prints positive values and no negatives... All negatives values are now "0". This happened when applying a cyclic loading to elements (truss, fbc, etc) to calibrate buckling. Now...
- Wed Mar 31, 2021 8:49 am
- Forum: OpenSees.exe Users
- Topic: Diaphragm and NL beam modelling
- Replies: 14
- Views: 13275
Re: Diaphragm and NL beam modelling
This is a late response to this post, but I think that maybe the problem is that node 9 is a constrained node in the diaphragm and then it is defined later as a retained node for the shear + moment transfer. Retained nodes cannot be used as constrained nodes in other constraint definitions. That is...
- Wed Jul 29, 2020 8:12 pm
- Forum: OpenSeesPy
- Topic: Get_Rendering modules not working?
- Replies: 1
- Views: 4092
Get_Rendering modules not working?
Hello everyone, I'm testing OpenSeesPy (new to Python btw, but I have time), and I was checking the plotting features and there are two that didn't work, I hope its just me. I installed Anaconda, and under Spyder I installed Openseespy and updated it to the version 3.2.2. Then on my -simple model sc...