Search found 6 matches
- Sun May 23, 2021 7:13 pm
- Forum: OpenSeesPy
- Topic: Problems with eleLoad
- Replies: 5
- Views: 5127
Re: Problems with eleLoad
Thanks professor, that worked!! I'm still having problems with my 3D RC frame model, but they are related to another topic. Again, thanks!!
- Sat May 22, 2021 8:06 pm
- Forum: OpenSeesPy
- Topic: Problems with eleLoad
- Replies: 5
- Views: 5127
Re: Problems with eleLoad
Professor, thanks for the reply. I tried a simply supported beam (in 3D) and still getting zero response. from openseespy.opensees import * import openseespy.postprocessing.Get_Rendering as opsplt wipe() # Create ModelBuilder (with 3 dimensions and 6 DOF/node) model('basic', '-ndm', 3, '-ndf', 6) # ...
- Sat May 22, 2021 11:17 am
- Forum: OpenSeesPy
- Topic: Problems with eleLoad
- Replies: 5
- Views: 5127
Problems with eleLoad
I'm currently working on a 3D RC frame model on openseespy. I'm having several problems which I've managed to resolve some of them. Now, while trying correct and error I became aware that when I use the command eleLoad to apply a load to a beam or column (with type 'beamUniform' for example) I get z...
- Sat May 22, 2021 7:34 am
- Forum: OpenSees.exe Users
- Topic: "eleLoad" command not working with "forceBeamColumn" element
- Replies: 7
- Views: 7699
Re: "eleLoad" command not working with "forceBeamColumn" element
I'm currently working on a 3d frame on openseespy and I'm having the same problem. I'm getting zeros in forces/reaction after applying 'beamUniform' load to a forcebeamcolumn.
- Thu Sep 24, 2020 11:58 am
- Forum: OpenSeesPy
- Topic: Converting a model from 2d to 3d
- Replies: 2
- Views: 4605
Re: Converting a model from 2d to 3d
Professor Scott,
I tried 'section' (without the '-'), and it worked!!! That definitely solved the problem. I would have never figured it out by myself. Thanks a lot!!
I tried 'section' (without the '-'), and it worked!!! That definitely solved the problem. I would have never figured it out by myself. Thanks a lot!!
- Wed Sep 23, 2020 9:40 am
- Forum: OpenSeesPy
- Topic: Converting a model from 2d to 3d
- Replies: 2
- Views: 4605
Converting a model from 2d to 3d
I'm currently working in a simple model of a RC circular contilever column (fibers). I performed gravity, pushover, and dynamic anlysis for calibration on the 2d model with no problems. I'm now trying to create a 3d model of the column. I changed the -ndm and -ndf as required, but when the model is ...