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