operating_conditions#

class ansys.fluent.core.solver.tui_241.main_menu.define.operating_conditions(service, version, mode, path)#

Bases: TUIMenu

Enters the define operating conditions menu.

Classes:

gravity(service, version, mode, path)

Sets gravitational acceleration.

gravity_mrf_behavior(service, version, mode, ...)

.

operating_density(service, version, mode, path)

Multiphase flow Operating Density menu.

operating_pressure(service, version, mode, path)

Sets the operating pressure.

operating_temperature(service, version, ...)

Sets the operating temperature for Boussinesq.

reference_pressure_location(service, ...)

Sets a location that determines the reference pressure cell or cells (depending on the selected reference pressure method).

reference_pressure_method(service, version, ...)

Specifies the method used for adjusting the gauge pressure field after each iteration to keep it from floating: the method can assume that all of the cell zones are connected by internal boundary zones (such as interior zones), or can account for connected and disconnected cell zones.

set_state(service, version, mode, path)

Selects state for real gas EOS subcritical condition.

use_inlet_temperature_for_operating_density(...)

Uses inlet temperature to calculate operating density.

used_ref_pressure_location(service, version, ...)

Prints the coordinates of the reference pressure cell or cells (depending on the selected reference pressure method).

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

Bases: TUIMethod

Sets gravitational acceleration.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Multiphase flow Operating Density menu.

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

Bases: TUIMethod

Sets the operating pressure.

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

Bases: TUIMethod

Sets the operating temperature for Boussinesq.

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

Bases: TUIMethod

Sets a location that determines the reference pressure cell or cells (depending on the selected reference pressure method). The pressure value in such cells can be used to adjust the gauge pressure field after each iteration to keep it from floating.

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

Bases: TUIMethod

Specifies the method used for adjusting the gauge pressure field after each iteration to keep it from floating: the method can assume that all of the cell zones are connected by internal boundary zones (such as interior zones), or can account for connected and disconnected cell zones. Such adjustment is only allowed for incompressible flows, and will be limited partially or entirely by the presence of a pressure boundary.

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

Bases: TUIMethod

Selects state for real gas EOS subcritical condition.

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

Bases: TUIMethod

Uses inlet temperature to calculate operating density.

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

Bases: TUIMethod

Prints the coordinates of the reference pressure cell or cells (depending on the selected reference pressure method). The pressure value in such cells can be used to adjust the gauge pressure field after each iteration to keep it from floating.