Solution_Library > Transient_Analysis > TransientIncrement
TransientIncrement
Purpose
load incrementation and state advance under transient conditions
Synopsis
[State,SolStrat] = TransientIncrement(Model,ElemData,Loading,State,SolStrat)
Description
TRANSIENTINCREMENT load incrementation and state advance under transient conditions [STATE,SOLSTRAT] = TRANSIENTINCREMENT(MODEL,ELEMDATA,LOADING,STATE,SOLSTRAT) the function increments 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:
- LoadFactorIncrement load factor increment(s) for given load histories
- TimeIntegrationConstants constants of time integration strategy
- TransientStateDetermination structure state determination 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)