convergence_control#
- class ansys.cfx.core.generated.pre_processing.settings_261.convergence_control_4.convergence_control(name: str | None = None, parent=None)#
Bases:
GroupHolds basic parameters that affect solver convergence.
Attributes
Attribute |
Summary |
|---|---|
Enable the CONVERGENCE CONTROL object. |
|
‘Timescale Control’ parameter. |
|
The estimated auto timescale is multiplied by this number. |
|
‘Local Timescale Factor’ parameter. |
|
‘Physical Timescale’ parameter. |
|
Option for calculating Auto Timestep length scale. Conservative uses the cube root of the fluid volume, and Aggressive uses the maximum extent of the fluid volume. |
|
Specified length scale for Auto Timestep. |
|
‘Maximum Number of Coefficient Loops’ parameter. |
|
‘Minimum Number of Coefficient Loops’ parameter. |
|
‘Solid Timescale’ parameter. |
|
Maximum number of dependent variable updates in a time step. |
|
‘Maximum Timescale’ parameter. |
|
For solids, the auto timescale is equal to the estimated timescale times this factor. |
Included in:
Parent |
Summary |
|---|---|
‘child_object_type’ of equation_class. |