Skip to content

Pushover Analysis

Latest

Choose a tag to compare

@JWock82 JWock82 released this 01 Jun 14:55
· 14 commits to main since this release
  • Added pushover analysis! Currently, only steel sections are supported for pushover analysis. The assumed interaction equation used to estimate plastic behavior is currently calibrated toward I-shaped members.
  • Refactored all elastic stiffness matrix references from K and k to Ke and ke. Most users will not notice this change. Power users who were accessing the stiffness matrices directly will want to note this refactor. This clarifies the code base by indicating which type of stiffness these matrices represent, and reduces ambiguity in preparation for addition of further geometric Kg/kg and plastic Km/km stiffness matrices.
  • User's can now control the size of member plots.
  • Improved ShearWall.screenshots() method. Added coupling beam plots. Added the ability to use the VTK renderer instead of the pyvista renderer for screenshots.
  • Removed individual load combo plots from member plots when an envelope plot is requested. They cluttered the plots without adding much value.