convergence_control#

class ansys.cfx.core.generated.pre_processing.settings_261.convergence_control_4.convergence_control(name: str | None = None, parent=None)#

Bases: Group

Holds basic parameters that affect solver convergence.

Attributes

Attribute

Summary

enabled

Enable the CONVERGENCE CONTROL object.

timescale_control

‘Timescale Control’ parameter.

timescale_factor

The estimated auto timescale is multiplied by this number.

local_timescale_factor

‘Local Timescale Factor’ parameter.

physical_timescale

‘Physical Timescale’ parameter.

length_scale_option

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.

length_scale

Specified length scale for Auto Timestep.

maximum_number_of_coefficient_loops

‘Maximum Number of Coefficient Loops’ parameter.

minimum_number_of_coefficient_loops

‘Minimum Number of Coefficient Loops’ parameter.

solid_timescale

‘Solid Timescale’ parameter.

number_of_dependent_variable_updates

Maximum number of dependent variable updates in a time step.

maximum_timescale

‘Maximum Timescale’ parameter.

solid_timescale_factor

For solids, the auto timescale is equal to the estimated timescale times this factor.

Included in:

Parent

Summary

equation_class_child

‘child_object_type’ of equation_class.