About 50 results
Open links in new tab
  1. 14.4.1. Laterally-Loaded Pile Foundation — OpenSeesPy 3.5.1.3 …

    Vertical soil response #397# described by t-z and q-z springs. #398# Converted to openseespy by: Pavan Chigullapally #399# University of Auckland #400# Created by: Chris McGann #401# …

  2. The last few lines at the end of the ‘OpenSeesPy.pro’ file contain the location of the Python framework. Update this so that it matches the location of Python on your build system.

  3. 14.7.1. A Procedure to Render 2D or 3D OpenSees Model and Mode …

    Below is an example showing how to visualize an OpenSeesPy model. Import by writing in the model file, “from openseespy.postprocessing.Get_Rendering import * “. (see line 11 in below example)

  4. 14.2.3. Example name spaced nonlinear SDOF — OpenSeesPy 3.5.1.3 ...

    1 import requests 2 import eqsig 3 import matplotlib.pyplot as plt 4 import numpy as np 5 from os.path import exists 6 7 import openseespy.opensees as op 8 9 10 ### Generating Constants …

  5. 14.1.3. Portal Frame 2d Analysis — OpenSeesPy 3.5.1.3 documentation

    1 from openseespy.opensees import * 2 3 from math import asin, sqrt 4 5 # Two dimensional Frame: Eigenvalue & Static Loads 6 7 8 # REFERENCES: 9 # used in verification by SAP2000: 10 # …

  6. 14.1.1. Elastic Truss Analysis — OpenSeesPy 3.5.1.3 documentation

    1 from openseespy.opensees import * 2 3 import numpy as np 4 import matplotlib.pyplot as plt 5 6 # ------------------------------ 7 # Start of model generation 8 # ----------------------------- 9 10 # remove existing …

  7. 14.1.5. Reinforced Concrete Frame Gravity Analysis — OpenSeesPy …

    1 print("==========================") 2 3 from openseespy.opensees import * 4 5 print("Starting RCFrameGravity example") 6 7 # Create ModelBuilder (with two-dimensions and 3 DOF/node) 8 …

  8. 6.31.7. Collapse Recorder command — OpenSeesPy 3.5.1.3 …

    The progressive collapse algorithm is thus implemented within OpenSeesPy for an automatic removal of elements which have “numerically” collapse during an ongoing dynamic simulation.

  9. 14.1.6. Reinforced Concrete Frame Pushover Analysis — OpenSeesPy …

    1 print("==========================") 2 print("Start RCFramePushover Example") 3 4 # Units: kips, in, sec 5 # 6 # Written: GLF/MHS/fmk 7 # Date: January 2001 8 from openseespy.opensees …

  10. 14.1.7. Three story steel building with rigid beam-column connections ...

    14.1.7. Three story steel building with rigid beam-column connections and W-section — OpenSeesPy 3.5.1.3 documentation Examples Structural Examples Three story steel building with rigid beam …