46 template <
class Scalar>
88 template <
class Evaluation>
100 template <
class Evaluation>
101 static Evaluation
gasDensity(
const Evaluation& temperature,
const Evaluation& pressure)
114 template <
class Evaluation>
126 template <
class Evaluation>
138 template <
class Evaluation>
139 static Evaluation
liquidEnthalpy(
const Evaluation& temperature,
const Evaluation& )
152 template <
class Evaluation>
static Evaluation liquidEnthalpy(const Evaluation &temperature, const Evaluation &)
The enthalpy of pure TCE at a given pressure and temperature .
Definition: Dnapl.hpp:139
Relations valid for an ideal gas.
Abstract base class of a pure chemical species.
Definition: Component.hpp:43
static Evaluation liquidDensity(const Evaluation &, const Evaluation &)
The density of pure TCE at a given pressure and temperature .
Definition: Dnapl.hpp:115
static Evaluation gasDensity(const Evaluation &temperature, const Evaluation &pressure)
The density of steam at a given pressure and temperature .
Definition: Dnapl.hpp:101
static bool liquidIsCompressible()
Returns true iff the liquid phase is assumed to be compressible.
Definition: Dnapl.hpp:71
static const char * name()
A human readable name for the TCE.
Definition: Dnapl.hpp:53
static Evaluation liquidThermalConductivity(const Evaluation &, const Evaluation &)
Specific heat conductivity of liquid TCE .
Definition: Dnapl.hpp:153
static bool gasIsIdeal()
Returns true iff the gas phase is assumed to be ideal.
Definition: Dnapl.hpp:59
static Evaluation liquidViscosity(const Evaluation &, const Evaluation &)
The dynamic viscosity of pure TCE.
Definition: Dnapl.hpp:127
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
Abstract base class of a pure chemical species.
static Evaluation vaporPressure(const Evaluation &)
The vapor pressure in of pure TCE at a given temperature.
Definition: Dnapl.hpp:89
static Scalar molarMass()
The molar mass in of TCE.
Definition: Dnapl.hpp:77
static bool gasIsCompressible()
Returns true iff the gas phase is assumed to be compressible.
Definition: Dnapl.hpp:65
A simple implementation of a dense non-aqueous phase liquid (DNAPL).
Definition: Dnapl.hpp:47