Create_MRFrame
Purpose
generation of nodes and elements for regular N-story, M-bay MR frame
Synopsis
Frame = Create_MRFrame (Lbv,Hsv,nsub)
Description
CREATE_FRAME generation of nodes and elements for regular N-story, M-bay MR frame FRAME = CREATE_MRFRAME (LBV,HSV,NSUB) function generates the node coordinates XYZ and element connectivity CON for a regular N-story, M-bay frame with bay spans in row vector LBV and story heights in row vector HSV; the optional row vector NSUB specifies the number of subelements for each frame girder the function returns the generated information in data structure FRAME with fields XYZ (node coordinates), CON (element connectivity), CINDX (column index by story), GINDX (girder index by floor), NBY (no of bays), NST (no of stories), NC (no of columns), NG (no of girders) NN (no of nodes), NE (no of elements)
Cross-Reference Information
This function calls: