velocity_limiting_treatment#

class ansys.fluent.core.solver.tui_241.main_menu.solve.set.multiphase_numerics.solution_stabilization.velocity_limiting_treatment(service, version, mode, path)#

Bases: TUIMenu

Enters the menu for the velocity-limiting-treatment.

Classes:

enable_velocity_limiting(service, version, ...)

Enables/disables the velocity limiting treatment.

set_damping_strength(service, version, mode, ...)

.

set_damping_strengths(service, version, ...)

Set phase based damping strength.

set_velocity_and_vof_cutoffs(service, ...)

Set phase based velocity limiting controls.

set_velocity_cutoff(service, version, mode, path)

Specifies the maximum velocity magnitude.

verbosity(service, version, mode, path)

When enabled, the solver prints the number of velocity limited cells at each iteration.

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

Bases: TUIMethod

Enables/disables the velocity limiting treatment.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Set phase based damping strength.

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

Bases: TUIMethod

Set phase based velocity limiting controls.

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

Bases: TUIMethod

Specifies the maximum velocity magnitude.

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

Bases: TUIMethod

When enabled, the solver prints the number of velocity limited cells at each iteration.