time_scale_options#

class ansys.fluent.core.solver.tui_241.main_menu.solve.set.transient_controls.multiphase_specific_time_constraints.time_scale_options(service, version, mode, path)#

Bases: TUIMenu

Enters the menu for choosing the time-scale options. This menu becomes available after you enable the physics-driven time-step constraints using the solve/set/transient-controls/multiphase-specific-time-constraints/physics-based-constraint? text command.

Classes:

acoustic_scale(service, version, mode, path)

Allows you to Include the acoustic time scale.

gravity_scale(service, version, mode, path)

Allows you to Include the gravitational time scale.

surface_tension_scale(service, version, ...)

Allows you to Include the surface-tension-driven time scale.

viscous_scale(service, version, mode, path)

Allows you to Include the viscous time scale.

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

Bases: TUIMethod

Allows you to Include the acoustic time scale. This option is available only for compressible flows.

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

Bases: TUIMethod

Allows you to Include the gravitational time scale. This option is available only if gravity is enabled.

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

Bases: TUIMethod

Allows you to Include the surface-tension-driven time scale. This option is available only if the surface tension force modeling is enabled.

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

Bases: TUIMethod

Allows you to Include the viscous time scale. This option is disabled by default. This command is not available with inviscid flows.