Search found 6 matches
- Sun Jun 07, 2020 9:47 am
- Forum: OpenSeesPy
- Topic: Load cases and Load Combinations
- Replies: 1
- Views: 2980
Load cases and Load Combinations
How we can analyze a structure for different load cases (say dead load and wind load) and their combinations? I tried by creating different time series in same py file(refer below code). with same load im getting displacement 4 times more in Time series 2 compared to Time series 1 what can be the re...
- Sun May 24, 2020 2:54 am
- Forum: OpenSeesPy
- Topic: Space truss anaylsis
- Replies: 8
- Views: 9421
Re: Space truss anaylsis
Your observation is correct professor. The structure has some element not connected properly I fumbled with Y and Z axis . I thought Y as vertical axis. Now its working fine Thanks for your support model pot command has some issues in google colab environment (Im not testing in other environment) I ...
- Tue May 19, 2020 10:54 pm
- Forum: OpenSeesPy
- Topic: Space truss anaylsis
- Replies: 8
- Views: 9421
Re: Space truss anaylsis
I missed basic input :) . Thanks for correcting me, Professor. But my problem is still not solved. Same error is coming after charging the supports and load to match 3 dof. Can you please again look into my code? In general we get matrix singularity problem for space trusses quite often in Staad pro...
- Fri May 15, 2020 10:30 pm
- Forum: OpenSeesPy
- Topic: Space truss anaylsis
- Replies: 8
- Views: 9421
Re: Space truss anaylsis
Once again thanks for reply.
The model data and code is available at below google colab notebook link
https://colab.research.google.com/drive ... sp=sharing
Pl. review and suggest the corrections
The model data and code is available at below google colab notebook link
https://colab.research.google.com/drive ... sp=sharing
Pl. review and suggest the corrections
- Thu May 14, 2020 4:59 am
- Forum: OpenSeesPy
- Topic: Space truss anaylsis
- Replies: 8
- Views: 9421
Re: Space truss anaylsis
Thanks for your reply. Im new to opensees so im struggling to understand what are the exact commands to be given for executing analysis of space frame Can you please suggest whether below commands are correct for a space truss analysis model('basic', '-ndm', 3,) # create SOE system("BandSPD&quo...
- Sun May 10, 2020 8:39 am
- Forum: OpenSeesPy
- Topic: Space truss anaylsis
- Replies: 8
- Views: 9421
Space truss anaylsis
Can nay one help me with the analysis commands to be given ofr a space truss analysis?