relaxation_bounds#
- class ansys.fluent.core.generated.solver.settings_261.relaxation_bounds(name=None, parent=None)#
Bases:
CommandSelect relaxation bounding scheme for pseudo time method.
- Parameters:
- relaxation_bounding_method
str 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_relaxation
real Sets the lowest allowed effective relaxation factor to stabilize convergence.
- maximum_allowed_effctive_relaxation
real Sets the highest allowed effective relaxation factor to prevent divergence.
- relaxation_bounding_method
Arguments
Argument |
Summary |
|---|---|
Specifies the strategy used to limit relaxation factor values during iteration. |
|
Toggles use of default minimum and maximum relaxation factor limits, balancing convergence rate and numerical stability. |
|
Sets the lowest allowed effective relaxation factor to stabilize convergence. |
|
Sets the highest allowed effective relaxation factor to prevent divergence. |
Included in:
Parent |
Summary |
|---|---|
The pseudo time method object. |