template<class
Scalar>
class Dumux::Components::SimpleCO2< Scalar >
- Template Parameters
-
Scalar | The type used for scalar values |
|
static std::string | name () |
| A human readable name for the CO2. More...
|
|
static constexpr Scalar | molarMass () |
| The mass in \(\mathrm{[kg/mol]}\) of one mole of CO2. More...
|
|
static Scalar | criticalTemperature () |
| Returns the critical temperature \(\mathrm{[K]}\) of CO2. More...
|
|
static Scalar | criticalPressure () |
| Returns the critical pressure \(\mathrm{[Pa]}\) of CO2. More...
|
|
static Scalar | tripleTemperature () |
| Returns the temperature \(\mathrm{[K]}\) at CO2's triple point. More...
|
|
static Scalar | triplePressure () |
| Returns the pressure \(\mathrm{[Pa]}\) at CO2's triple point. More...
|
|
static const Scalar | gasEnthalpy (Scalar temperature, Scalar pressure) |
| Specific enthalpy of CO2 \(\mathrm{[J/kg]}\). source: Shomate Equation for a temperature range of 298. to 1200K. with components published by NIST [55] https://webbook.nist.gov/cgi/cbook.cgi?ID=C124389&Mask=1&Type=JANAFG&Table=on. More...
|
|
static const Scalar | gasInternalEnergy (Scalar temperature, Scalar pressure) |
| Specific internal energy of CO2 \(\mathrm{[J/kg]}\). More...
|
|
static constexpr bool | gasIsCompressible () |
| Returns true if the gas phase is assumed to be compressible. More...
|
|
static constexpr bool | gasViscosityIsConstant () |
| Returns true if the gas phase viscostiy is constant. More...
|
|
static Scalar | gasDensity (Scalar temperature, Scalar pressure) |
| The density \(\mathrm{[kg/m^3]}\) of CO2 at a given pressure and temperature. More...
|
|
static Scalar | gasMolarDensity (Scalar temperature, Scalar pressure) |
| The molar density of CO2 in \(\mathrm{[mol/m^3]}\) at a given pressure and temperature. More...
|
|
static constexpr bool | gasIsIdeal () |
| Returns true if the gas phase is assumed to be ideal. More...
|
|
static Scalar | gasPressure (Scalar temperature, Scalar density) |
| The pressure of CO2 in \(\mathrm{[Pa]}\) at a given density and temperature. More...
|
|
static Scalar | gasViscosity (Scalar temperature, Scalar pressure) |
| The dynamic viscosity \(\mathrm{[Pa*s]}\) of CO2. Equations given in: - Vesovic et al., 1990. More...
|
|
static Scalar | gasThermalConductivity (Scalar temperature, Scalar pressure) |
| Thermal conductivity \(\mathrm{[[W/(m*K)]}\) of CO2. More...
|
|
static Scalar | gasHeatCapacity (Scalar temperature, Scalar pressure) |
| Specific isobaric heat capacity of CO2 \(\mathrm{[J/(kg*K)]}\). source: Shomate Equation for a temperature range of 298. to 1200K. with components published by NIST [55] https://webbook.nist.gov/cgi/cbook.cgi?ID=C124389&Mask=1&Type=JANAFG&Table=on. More...
|
|
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. More...
|
|
static Scalar | vaporPressure (Scalar t) |
| The vapor pressure in \(\mathrm{[Pa]}\) of the component at a given temperature in \(\mathrm{[K]}\). More...
|
|