Interface for components that have a gas state.
#include <dumux/material/components/gas.hh>
|
template<class C = Component> |
static constexpr bool | gasIsCompressible () |
| Returns true if the gas phase is assumed to be compressible. More...
|
|
template<class C = Component> |
static constexpr bool | gasViscosityIsConstant () |
| Returns true if the gas phase viscostiy is constant. More...
|
|
template<class C = Component> |
static constexpr bool | gasIsIdeal () |
| Returns true if the gas phase is assumed to be ideal. More...
|
|
template<class C = Component> |
static Scalar | gasDensity (Scalar temperature, Scalar pressure) |
| The density in of the component at a given pressure in and temperature in . More...
|
|
template<class C = Component> |
static Scalar | gasMolarDensity (Scalar temperature, Scalar pressure) |
| The molar density in of the component at a given pressure in and temperature in . More...
|
|
template<class C = Component> |
static const Scalar | gasEnthalpy (Scalar temperature, Scalar pressure) |
| Specific enthalpy of the pure component in gas. More...
|
|
template<class C = Component> |
static const Scalar | gasInternalEnergy (Scalar temperature, Scalar pressure) |
| Specific internal energy of the pure component in gas. More...
|
|
template<class C = Component> |
static Scalar | gasViscosity (Scalar temperature, Scalar pressure) |
| The dynamic viscosity of the pure component at a given pressure in and temperature in . More...
|
|
template<class C = Component> |
static Scalar | gasThermalConductivity (Scalar temperature, Scalar pressure) |
| Thermal conductivity of the component as a gas. More...
|
|
template<class C = Component> |
static Scalar | gasHeatCapacity (Scalar temperature, Scalar pressure) |
| Specific isobaric heat capacity of the component as a gas. More...
|
|
◆ gasDensity()
template<class Scalar , class Component >
template<class C = Component>
- Parameters
-
temperature | temperature of component in |
pressure | pressure of component in |
◆ gasEnthalpy()
template<class Scalar , class Component >
template<class C = Component>
static const Scalar Dumux::Components::Gas< Scalar, Component >::gasEnthalpy |
( |
Scalar |
temperature, |
|
|
Scalar |
pressure |
|
) |
| |
|
inlinestatic |
- Parameters
-
temperature | temperature of component in |
pressure | pressure of component in |
◆ gasHeatCapacity()
template<class Scalar , class Component >
template<class C = Component>
static Scalar Dumux::Components::Gas< Scalar, Component >::gasHeatCapacity |
( |
Scalar |
temperature, |
|
|
Scalar |
pressure |
|
) |
| |
|
inlinestatic |
- Parameters
-
temperature | temperature of component in |
pressure | pressure of component in |
◆ gasInternalEnergy()
template<class Scalar , class Component >
template<class C = Component>
static const Scalar Dumux::Components::Gas< Scalar, Component >::gasInternalEnergy |
( |
Scalar |
temperature, |
|
|
Scalar |
pressure |
|
) |
| |
|
inlinestatic |
- Parameters
-
temperature | temperature of component in |
pressure | pressure of component in |
◆ gasIsCompressible()
template<class Scalar , class Component >
template<class C = Component>
◆ gasIsIdeal()
template<class Scalar , class Component >
template<class C = Component>
◆ gasMolarDensity()
template<class Scalar , class Component >
template<class C = Component>
static Scalar Dumux::Components::Gas< Scalar, Component >::gasMolarDensity |
( |
Scalar |
temperature, |
|
|
Scalar |
pressure |
|
) |
| |
|
inlinestatic |
- Parameters
-
temperature | temperature of component in |
pressure | pressure of component in |
◆ gasThermalConductivity()
template<class Scalar , class Component >
template<class C = Component>
static Scalar Dumux::Components::Gas< Scalar, Component >::gasThermalConductivity |
( |
Scalar |
temperature, |
|
|
Scalar |
pressure |
|
) |
| |
|
inlinestatic |
- Parameters
-
temperature | temperature of component in |
pressure | pressure of component in |
◆ gasViscosity()
template<class Scalar , class Component >
template<class C = Component>
static Scalar Dumux::Components::Gas< Scalar, Component >::gasViscosity |
( |
Scalar |
temperature, |
|
|
Scalar |
pressure |
|
) |
| |
|
inlinestatic |
- Parameters
-
temperature | temperature of component in |
pressure | pressure of component in |
◆ gasViscosityIsConstant()
template<class Scalar , class Component >
template<class C = Component>
The documentation for this class was generated from the following file: