![]() |
OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
|
Go to the source code of this file.
Namespaces | |
namespace | GeometryTemplate |
Module with geometry templates (nodes and/or elements with associated fibers, material models, etc). | |
Functions | |
def | DefineFrameNodes (int n_hor_axis, int n_vert_axis, storey_width, storey_height, half_pz_height=np.array([]), origin=[0, 0], first_hor_axis=1, first_vert_axis=1, show_plot=True) |
Function that declares and initialises the grid nodes of a frame. More... | |
def | DefineFrameNodesAndElementsSteelIShape (int n_hor_axis, int n_vert_axis, storey_width, storey_height, list list_col, list list_beam, int geo_trans_ID, N_G=np.array([]), t_dp=np.array([]), L_b_col=np.array([]), L_b_beam=np.array([]), fix_support=True, show_plot=True, panel_zone=True) |
WIP (Work In Progress). More... | |
def | DefineSubassemblageNodes (beam_left_L_cl, beam_right_L_cl, col_top_L_cl, col_bottom_L_cl, depth_col, depth_beam, boundary_condition=True, show_plot=True) |
Function that declares and initialises the grid nodes of an interior subassemblage. More... | |
def | Initialize2DModel (data_dir="Results") |
Function that initialise the project creating the 2D model with 3 DOF per node and set up a directory for the results. More... | |