48 template <
class Scalar>
90 template <
class Evaluation>
102 template <
class Evaluation>
103 static Evaluation
gasDensity(
const Evaluation& temperature,
const Evaluation& pressure)
116 template <
class Evaluation>
128 template <
class Evaluation>
140 template <
class Evaluation>
141 static Evaluation
liquidEnthalpy(
const Evaluation& temperature,
const Evaluation& )
153 template <
class Evaluation>
168 template <
class Evaluation>
Abstract base class of a pure chemical species.
Relations valid for an ideal gas.
Provides the OPM_UNUSED macro.
Abstract base class of a pure chemical species.
Definition: Component.hpp:42
A simple implementation of a dense non-aqueous phase liquid (DNAPL).
Definition: Dnapl.hpp:50
static bool liquidIsCompressible()
Returns true iff the liquid phase is assumed to be compressible.
Definition: Dnapl.hpp:73
static Evaluation liquidEnthalpy(const Evaluation &temperature, const Evaluation &)
The enthalpy of pure TCE at a given pressure and temperature .
Definition: Dnapl.hpp:141
static Evaluation liquidViscosity(const Evaluation &, const Evaluation &)
The dynamic viscosity of pure TCE.
Definition: Dnapl.hpp:129
static Evaluation liquidDensity(const Evaluation &, const Evaluation &)
The density of pure TCE at a given pressure and temperature .
Definition: Dnapl.hpp:117
static Evaluation liquidHeatCapacity(const Evaluation &, const Evaluation &)
Specific isobaric heat capacity of pure liquid TCE.
Definition: Dnapl.hpp:154
static Evaluation liquidThermalConductivity(const Evaluation &, const Evaluation &)
Specific heat conductivity of liquid TCE .
Definition: Dnapl.hpp:169
static Evaluation gasDensity(const Evaluation &temperature, const Evaluation &pressure)
The density of steam at a given pressure and temperature .
Definition: Dnapl.hpp:103
static Scalar molarMass()
The molar mass in of TCE.
Definition: Dnapl.hpp:79
static Evaluation vaporPressure(const Evaluation &)
The vapor pressure in of pure TCE at a given temperature.
Definition: Dnapl.hpp:91
static bool gasIsIdeal()
Returns true iff the gas phase is assumed to be ideal.
Definition: Dnapl.hpp:61
static const char * name()
A human readable name for the TCE.
Definition: Dnapl.hpp:55
static bool gasIsCompressible()
Returns true iff the gas phase is assumed to be compressible.
Definition: Dnapl.hpp:67
static Evaluation density(const Evaluation &avgMolarMass, const Evaluation &temperature, const Evaluation &pressure)
The density of the gas in , depending on pressure, temperature and average molar mass of the gas.
Definition: IdealGas.hpp:48