ansys.materials.manager._models._fluent.ideal_gas
#
Module Contents#
Classes#
Provides for creating an ideal gas model for fluid properties. |
- class ansys.materials.manager._models._fluent.ideal_gas.IdealGas(name: str)#
Bases:
ansys.materials.manager._models._BaseModel
Provides for creating an ideal gas model for fluid properties.
This model can be applied to density and specific heat capacity properties within Fluent. It requires that the molar mass be set as a property and models the following equation:
\[P * V = \frac{m * R * T}{M}\]Create an ideal gas model for the Fluent solver.
- applicable_packages#
- write_model(material: ansys.materials.manager.material.Material, pyansys_session: Any) None #
Write this model to Fluent.
This method should make some effort to validate the model state before writing.
- Parameters:
- material: Material
Material object to associate with this model.
- pyansys_session: Any
Configured instance of the PyAnsys session.