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:
- option
str 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.
- input1
str 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.
- input2
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- input3
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- input4
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- input5
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- input6
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- input7
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- input8
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- option
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 ).