ncnv#
- Mapdl.ncnv(kstop='', dlim='', itlim='', etlim='', cplim='', **kwargs)#
Sets the key to terminate an analysis.
APDL Command: NCNV
- Parameters:
- kstop
Program behavior upon nonconvergence:
0 - Do not terminate the analysis if the solution fails to converge.
- 1 - Terminate the analysis and the program execution if the solution fails to
converge (default).
- 2 - Terminate the analysis, but not the program execution, if the solution fails to
converge.
- dlim
Terminates program execution if the largest nodal DOF solution value (displacement, temperature, etc.) exceeds this limit. Defaults to 1.0E6 for all DOF except MAG and A. Defaults to 1.0E10 for MAG and A.
- itlim
Terminates program execution if the cumulative iteration number exceeds this limit (defaults to infinity).
- etlim
Terminates program execution if the elapsed time (seconds) exceeds this limit (defaults to infinity).
- cplim
Terminates program execution if the CPU time (seconds) exceeds this limit (defaults to infinity).
Notes
Sets the key to terminate an analysis if not converged, or if any of the following limits are exceeded for nonlinear and full transient analyses: DOF (displacement), cumulative iteration, elapsed time, or CPU time limit. Applies only to static and transient analyses (ANTYPE,STATIC and ANTYPE,TRANS). Time limit checks are made at the end of each equilibrium iteration.
This command is also valid in PREP7.