cjump#

AnalysisOptions.cjump(option='', input1='', input2='', input3='', input4='', input5='', input6='', input7='', input8='', **kwargs)#

Initiates a cycle-jump analysis.

Mechanical APDL Command: CJUMP

Command default:

Cycle jump analysis is disabled.

Parameters:
optionstr

Option to be applied:

  • CRIT - Jump criterion.

  • INTENT - Declaration of cycle jump analysis intent. For an analysis that begins with a standard solution, specify before the first solve command.

  • MINCYC - Minimum number of cycles before a jump is allowed (and, if desired, the empirical adjustment of minimum intermediate cycles ).

  • INICYC - Minimum number of initial cycles before a jump is allowed.

  • MAXJUMP - Maximum allowable jump.

  • RELTIME - Relative time.

  • CONTROL - Control-variable selection.

  • CNMT - Material-ID-dependent jump control.

  • ADCR - Material-ID- and/or control-variable-dependent jump criteria.

  • CALC - Jump-calculation option.

  • PERC - Statistical-jump calculation.

  • OUTP - Diagnostic information output.

input1str

Additional input according to the specified Option : This command contains some tables and extra information which can be inspected in the original documentation pointed above.

input2str

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

input3str

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

input4str

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

input5str

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

input6str

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

input7str

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

input8str

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

Notes

When Option = CONTROL, any input of a control variable replaces the default (S). If stress is also needed in combination with another control variable (or variables), you must specify it explicitly.

cjump requires a corresponding cyclic loading analysis ( cload ).

For more information, see Cycle-Jump Analysis

This command is also valid in PREP7 ( prep7 ).