instability_detector#

class ansys.fluent.core.solver.tui_241.main_menu.solve.set.multiphase_numerics.advanced_stability_controls.hybrid_nita.instability_detector(service, version, mode, path)#

Bases: TUIMenu

Enters the menu for the instability detector controls.

Classes:

enable_instability_detector(service, ...)

Enables/disables the instability detector to deal with possible instability problems.

set_cfl_limit(service, version, mode, path)

Sets the Courant number limit for detecting unstable events.

set_cfl_type(service, version, mode, path)

Selects the CFL number type for detection of an unstable event.

set_velocity_limit(service, version, mode, path)

Sets the velocity limit for detecting unstable events.

unstable_event_outer_iterations(service, ...)

Sets the number of outer iterations for an unstable event.

class enable_instability_detector(service, version, mode, path)#

Bases: TUIMethod

Enables/disables the instability detector to deal with possible instability problems. Once this option is enabled, additional instability detection options become available.

class set_cfl_limit(service, version, mode, path)#

Bases: TUIMethod

Sets the Courant number limit for detecting unstable events. This command becomes available once the enable-instability-detector? text option has been enabled.

class set_cfl_type(service, version, mode, path)#

Bases: TUIMethod

Selects the CFL number type for detection of an unstable event. This command becomes available once the enable-instability-detector? text option has been enabled.

class set_velocity_limit(service, version, mode, path)#

Bases: TUIMethod

Sets the velocity limit for detecting unstable events. This command becomes available once the enable-instability-detector? text option has been enabled.

class unstable_event_outer_iterations(service, version, mode, path)#

Bases: TUIMethod

Sets the number of outer iterations for an unstable event.