relaxation_bounds#

class ansys.fluent.core.generated.solver.settings_261.relaxation_bounds(name=None, parent=None)#

Bases: Command

Select relaxation bounding scheme for pseudo time method.

Parameters:
relaxation_bounding_methodstr

Specifies the strategy used to limit relaxation factor values during iteration.

default_min_max_relaxation_limitsbool

Toggles use of default minimum and maximum relaxation factor limits, balancing convergence rate and numerical stability.

minimum_allowed_effctive_relaxationreal

Sets the lowest allowed effective relaxation factor to stabilize convergence.

maximum_allowed_effctive_relaxationreal

Sets the highest allowed effective relaxation factor to prevent divergence.

Arguments

Argument

Summary

relaxation_bounding_method

Specifies the strategy used to limit relaxation factor values during iteration.

default_min_max_relaxation_limits

Toggles use of default minimum and maximum relaxation factor limits, balancing convergence rate and numerical stability.

minimum_allowed_effctive_relaxation

Sets the lowest allowed effective relaxation factor to stabilize convergence.

maximum_allowed_effctive_relaxation

Sets the highest allowed effective relaxation factor to prevent divergence.

Included in:

Parent

Summary

pseudo_time_method

The pseudo time method object.