Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.17 KB

analyze.rst

File metadata and controls

19 lines (13 loc) · 1.17 KB

analyze command

analyze(numIncr=1, dt=0.0, dtMin=0.0, dtMax=0.0, Jd=0)

Perform the analysis. Return 0 if successful, <0 if NOT successful

numIncr Number of analysis steps to perform. (required except for PFEM-Analysis)
dt Time-step increment. (required for Transient analysis and VariableTransient analysis.`)
dtMin Minimum time steps. (required for VariableTransient analysis)
dtMax Maximum time steps (required for VariableTransient analysis)
Jd Number of iterations user would like performed at each step. The variable transient analysis will change current time step if last analysis step took more or less iterations than this to converge (required for VariableTransient analysis)