multiphase#

class ansys.fluent.core.generated.solver.tui_261.main_menu.mesh.adapt.predefined_criteria.multiphase(service, version, mode, path)#

Bases: TUIMenu

Enters the multiphase menu, which provides text commands that create named expressions and cell registers and define adaption criteria that can be useful for Volume of Fluid (VOF) simulations.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

vof(service, version, mode, path)

Creates a named expression and cell registers, and defines adaption settings that are suitable for standard Volume of Fluid (VOF) simulations.

vof_to_dpm_advanced(service, version, mode, path)

Sets up adaption that is suitable when using the VOF-to-DPM model transition mechanism; the resulting adaption criteria will be defined by complex expressions that draw upon cell registers, as well as parameters that you will need to define.

vof_to_dpm_generic(service, version, mode, path)

Sets up adaption that is suitable when using the VOF-to-DPM model transition mechanism; the resulting adaption criteria will be defined by a named expression and cell registers that are fairly straightforward, as well as parameters that you will need to define.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Creates a named expression and cell registers, and defines adaption settings that are suitable for standard Volume of Fluid (VOF) simulations.

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

Bases: TUIMethod

Sets up adaption that is suitable when using the VOF-to-DPM model transition mechanism; the resulting adaption criteria will be defined by complex expressions that draw upon cell registers, as well as parameters that you will need to define.

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

Bases: TUIMethod

Sets up adaption that is suitable when using the VOF-to-DPM model transition mechanism; the resulting adaption criteria will be defined by a named expression and cell registers that are fairly straightforward, as well as parameters that you will need to define.