!AUTOINC_PARAM¶
Specify auto-incremental parameters.
Parameter¶
| Parameter Name | Attribution | Contents |
|---|---|---|
| NAME | C | Automatic incremental parameter name (required) |
** 2nd line **
Specify the reduction conditions and the rate of time incremental reduction.
| Parameter Name | Attribution | Contents |
|---|---|---|
| RS | R | Time incremental rate of decline (default: 0.5) |
| NS_MAX | I | Threshold for maximum number of Newton method iterations (default: 20) |
| NS_SUM | I | Threshold for the total number of Newton method iterations (default: 100) |
| NS_CONT | I | Number of contact iterations threshold (default: 10) |
| N_S | I | Number of sub-steps until the reduction condition is met (default: 2) |
** 3rd line **
Specifies the condition for the increase and the rate of increase of the time increment at that time.
| Parameter Name | Attribution | Contents |
|---|---|---|
| RL | R | Incremental rate of increase by time (default: 1.75) |
| NL_MAX | I | Threshold for maximum number of Newton method iterations (default: 10) |
| NL_SUM | I | Threshold for the total number of Newton method iterations (default: 50) |
| NL_CONT | I | Number of contact iterations threshold (default: 5) |
| N_L | I | Number of sub-steps until the increase condition is met (default: 2) |
** 4th line **
| Parameter Name | Attribution | Contents |
|---|---|---|
| RC | R | Decrease of time increment at cutback (default: 0.25) |
| N_C | I | Maximum permissible number of continuous cutbacks (default: 5) |
example¶
With the same settings as the default settings