real_gas_models#

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

Bases: TUIMenu

Enters the real-gas menu to enable/configure real gas model.

Classes:

nist_multispecies_real_gas_model(service, ...)

Loads the NIST real-gas library.

nist_real_gas_model(service, version, mode, path)

Loads the NIST real-gas library.

nist_settings(service, version, mode, path)

Specifies the name and the location for the REFPROP library and fluid files.

set_state(service, version, mode, path)

Selects the state for NIST real gas model.

user_defined_multispecies_real_gas_model(...)

Loads a user-defined multispecies real-gas library.

user_defined_real_gas_model(service, ...)

Loads the user-defined real-gas library.

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

Bases: TUIMethod

Loads the NIST real-gas library.

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

Bases: TUIMethod

Loads the NIST real-gas library.

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

Bases: TUIMethod

Specifies the name and the location for the REFPROP library and fluid files.

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

Bases: TUIMethod

Selects the state for NIST real gas model.

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

Bases: TUIMethod

Loads a user-defined multispecies real-gas library.

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

Bases: TUIMethod

Loads the user-defined real-gas library.