Solution_Library > Static_Analysis > Event2Event_NLAnalysis
Event2Event_NLAnalysis
Purpose
event-to-event incremental analysis with linear or P-DELTA geometry
Synopsis
[lamdah,Qh,Ufh,Vph,Iph] = Event2Event_NLAnalysis (opt,Model,ElemData,Loading,ConvPar)
Description
EVENT2EVENT_NLANALYSIS event-to-event incremental analysis with linear or P-DELTA geometry [LAMDAH,QH,UFH,VPH,IPH] = EVENT2EVENT_NLANALYSIS (OPT,MODEL,ELEMDATA,LOADING) the function determines the load factor history LAMDAH of a structural model for an event-to-event analysis under loading information in data structure LOADING; the latter should have two fields, Pref for the load pattern to be factored, and Pcf for the load pattern to remain constant; each row of the load factor history vector corresponds to a different event; OPT is a character variable with values of LG for linear, or NG for nonlinear geometry the data structure MODEL contains information about the structural model, and element property information is provided in cell array ELEMDATA the function returns the load factor history for each event in row vector LAMDAH, the basic force history in array QH, the free global dof displacement history in array UFH, the plastic element deformation history in array VPH, and the history of the index of plastic hinge locations in array IPH; in the array UFH the row number corresponds to the degree of freedom number, while in the arrays QH, VPH, and IPH the row number corresponds to the basic force number; in the history arrays QH, UFH, VPH,and IPH the column number corresponds to the event number
Cross-Reference Information
This function calls:
- A_matrix kinematic matrix of structural model with 2d/3d truss and 2d frame elements
- Aj_matrix kinematic matrix of structural model with 2d/3d truss and 2d frame elements
- Localize returns the node coordinates and id array of element
- Q0_vector initial (fixed-end) force vector for structural model
- ElmLenOr element length and x-axis orientation (direction cosines)