next up previous contents
Next: *COUPLED TEMPERATURE-DISPLACEMENT Up: Input deck format Previous: *CONTACT PRINT   Contents


*CONTROLS

Keyword type: step

This option is used to change the iteration control parameters. It should only be used by those users who know what they are doing and are expert in the field. There are two, mutually exclusive parameter: PARAMETERS and RESET. The RESET parameter resets the control parameters to their defaults. With the parameter PARAMETERS is used to change the defaults. It can take the value TIME INCREMENTATION, FIELD, LINE SEARCH or NETWORK. If the TIME INCREMENTATION value is selected, the number of iterations before certain actions are taken (e.g. the number of divergent iterations before the increment is reattempted) can be changed and effect of these actions (e.g. the increment size is divided by two). The FIELD parameter can be used to change the convergence criteria themselves.

LINE SEARCH can be used to change the line search parameters (only for face-to-face penalty contact). The line search parameter scales the correction to the solution calculated by the Newton-Raphson algorithm such that the residual force is orthogonal to the correction. This requires the solution of a nonlinear equation, and consequently an iterative procedure. In CalculiX this procedure is approximated by a linear connection between:

For details of the line seach algorithm the reader is referred to [80].

Finally, with the NETWORK parameter the convergence criteria for network iterations can be changed. The parameters $ c_{1t}$, $ c_{1f}$ and $ c_{1p}$ express the fraction of the mean energy balance, mass balance and element balance terms the energy balance residual, the mass balance residual and the element balance residual is not allowed to exceed, respectively. The parameters $ c_{2t}$, $ c_{2f}$, $ c_{2p}$ and $ c_{2a}$ is the fraction of the change in temperature, mass flow, pressure and geometry since the beginning of the increment the temperature, mass flow, pressure and geometry change in the actual network iteration is not allowed to exceed, respectively.

First line:

There are no subsequent lines if the parameter RESET is selected.

Following lines if PARAMETERS=TIME INCREMENTATION is selected:

Second line:

Third line:

Following line if PARAMETERS=FIELD is selected:

Second line:

Following line if PARAMETERS=LINE SEARCH is selected:

Second line:

Following line if PARAMETERS=NETWORK is selected:

Second line:

Example:

*CONTROLS,PARAMETERS=FIELD
1.e30,1.e30,0.01,,0.02,1.e-5,1.e-3,1.e-8

leads to convergence in just one iteration since nearly any residuals are accepted for convergence ( $ R^{\alpha}_n=10^{30}$ and $ C^{\alpha}_n=10^{30}$.


Example files: beammrco.


next up previous contents
Next: *COUPLED TEMPERATURE-DISPLACEMENT Up: Input deck format Previous: *CONTACT PRINT   Contents
guido dhondt 2016-07-31