You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Was testing the OpenSees functionality. So adapted the posted scripting example (written for Abaqus) to OpenSees, and simplified it to just truss members (i.e., removed the shell element).
Having an issue with the gravity loading not showing up correctly in the introduction.tcl file being generated by the script. This is what is showing up.
OpenSees is throwing an error because it's expecting the loads to be given in 6 dof format in this script. If I add three zeroes to each of these entries the error goes away.
Second issue is that the density of the material used for the truss members seems to have no impact on the gravity loads applied to the 5 nodes. The values are always 0, even with "infinite" density applied to the material.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Was testing the OpenSees functionality. So adapted the posted scripting example (written for Abaqus) to OpenSees, and simplified it to just truss members (i.e., removed the shell element).
Having an issue with the gravity loading not showing up correctly in the introduction.tcl file being generated by the script. This is what is showing up.
OpenSees is throwing an error because it's expecting the loads to be given in 6 dof format in this script. If I add three zeroes to each of these entries the error goes away.
Second issue is that the density of the material used for the truss members seems to have no impact on the gravity loads applied to the 5 nodes. The values are always 0, even with "infinite" density applied to the material.
The text was updated successfully, but these errors were encountered: