template<class
Scalar>
class Dumux::Components::Benzene< Scalar >
- Template Parameters
-
| Scalar | The type used for scalar values |
|
| static std::string | name () |
| | A human readable name for the benzene.
|
| |
| static constexpr Scalar | molarMass () |
| | The molar mass in \(\mathrm{[kg/mol]}\) of benzene.
|
| |
| static constexpr bool | gasIsCompressible () |
| | Returns true if the gas phase is assumed to be compressible.
|
| |
| static constexpr bool | liquidIsCompressible () |
| | Returns true if the liquid phase is assumed to be compressible.
|
| |
| static constexpr bool | gasViscosityIsConstant () |
| | Returns true if the gas phase viscosity is constant.
|
| |
| static constexpr bool | liquidViscosityIsConstant () |
| | Returns true if the liquid phase viscosity is constant.
|
| |
| static Scalar | gasDensity (Scalar temperature, Scalar pressure) |
| | The density of benzene steam at a given pressure and temperature \(\mathrm{[kg/m^3]}\).
|
| |
| static Scalar | gasMolarDensity (Scalar temperature, Scalar pressure) |
| | The molar density of steam in \(\mathrm{[mol/m^3]}\), depending on pressure and temperature.
|
| |
| static Scalar | liquidDensity (Scalar temperature, Scalar pressure) |
| | The density of pure benzene at a given pressure and temperature \(\mathrm{[kg/m^3]}\).
|
| |
| static Scalar | liquidMolarDensity (Scalar temperature, Scalar pressure) |
| | The molar density of pure benzene at a given pressure and temperature \(\mathrm{[mol/m^3]}\).
|
| |
| static Scalar | liquidViscosity (Scalar temperature, Scalar pressure) |
| | The dynamic viscosity \(\mathrm{[Pa*s]}\) of pure benzene.
|
| |
| static void | init (Scalar tempMin, Scalar tempMax, unsigned nTemp, Scalar pressMin, Scalar pressMax, unsigned nPress) |
| | A default routine for initialization, not needed for components and must not be called.
|
| |
| static constexpr Scalar | criticalTemperature () |
| | Returns the critical temperature in \(\mathrm{[K]}\) of the component.
|
| |
| static constexpr Scalar | criticalPressure () |
| | Returns the critical pressure in \(\mathrm{[Pa]}\) of the component.
|
| |
| static constexpr Scalar | tripleTemperature () |
| | Returns the temperature in \(\mathrm{[K]}\) at the component's triple point.
|
| |
| static constexpr Scalar | triplePressure () |
| | Returns the pressure in \(\mathrm{[Pa]}\) at the component's triple point.
|
| |
| static Scalar | vaporPressure (Scalar t) |
| | The vapor pressure in \(\mathrm{[Pa]}\) of the component at a given temperature in \(\mathrm{[K]}\).
|
| |
| static const Scalar | liquidEnthalpy (Scalar temperature, Scalar pressure) |
| | Specific enthalpy \(\mathrm{[J/kg]}\) of the pure component in liquid.
|
| |
| static const Scalar | liquidInternalEnergy (Scalar temperature, Scalar pressure) |
| | Specific internal energy \(\mathrm{[J/kg]}\) of pure the pure component in liquid.
|
| |
| static Scalar | liquidThermalConductivity (Scalar temperature, Scalar pressure) |
| | Thermal conductivity of the component \(\mathrm{[W/(m*K)]}\) as a liquid.
|
| |
| static Scalar | liquidHeatCapacity (Scalar temperature, Scalar pressure) |
| | Specific isobaric heat capacity of the component \(\mathrm{[J/(kg*K)]}\) as a liquid.
|
| |
| static constexpr bool | gasIsIdeal () |
| | Returns true if the gas phase is assumed to be ideal.
|
| |
| static const Scalar | gasEnthalpy (Scalar temperature, Scalar pressure) |
| | Specific enthalpy \(\mathrm{[J/kg]}\) of the pure component in gas.
|
| |
| static const Scalar | gasInternalEnergy (Scalar temperature, Scalar pressure) |
| | Specific internal energy \(\mathrm{[J/kg]}\) of the pure component in gas.
|
| |
| static Scalar | gasViscosity (Scalar temperature, Scalar pressure) |
| | The dynamic viscosity \(\mathrm{[Pa*s]}\) of the pure component at a given pressure in \(\mathrm{[Pa]}\) and temperature in \(\mathrm{[K]}\).
|
| |
| static Scalar | gasThermalConductivity (Scalar temperature, Scalar pressure) |
| | Thermal conductivity of the component \(\mathrm{[W/(m*K)]}\) as a gas.
|
| |
| static Scalar | gasHeatCapacity (Scalar temperature, Scalar pressure) |
| | Specific isobaric heat capacity of the component \(\mathrm{[J/(kg*K)]}\) as a gas.
|
| |