Solution_Library > Transient_Analysis > TransientIterate
TransientIterate
Purpose
equilibrium iterations until convergence under transient conditions
Synopsis
[State,SolStrat] = TransientIterate (Model,ElemData,Loading,State,SolStrat)
Description
TRANSIENTITERATE equilibrium iterations until convergence under transient conditions [STATE,SOLSTRAT] = TRANSIENTITERATE (MODEL,ELEMDATA,LOADING,STATE,SOLSTRAT) the function performs equilibrium iterations until convergence under the applied loading and determines the corresponding displacement increments under transient conditions; information about the state of the structure is updated in STATE and information about parameters of solution strategy are updated in SOLSTRAT; MODEL is a data structure with information about the structural model, ELEMDATA is a cell array with element properties, and LOADING is a data structure with information about applied force and imposed displacement patterns and corresponding load histories
Cross-Reference Information
This function calls:
- OneTransientIteration single equilibrium iteration under transient conditions
- S_Transient_MultiStep script for multi-step transient analysis under given load history(ies)
- S_Transient_MultiStepwSD script for multi-step transient analysis under given load history(ies)