40 template <
class Scalar>
68 template <
class Evaluation>
78 template <
class Evaluation>
90 template <
class Evaluation>
105 template <
class Evaluation>
120 template <
class Evaluation>
Abstract base class of a pure chemical species.
Abstract base class of a pure chemical species.
Definition: Component.hpp:42
A simple implementation of a LNAPL, e.g.
Definition: Lnapl.hpp:42
static Evaluation liquidViscosity(const Evaluation &, const Evaluation &)
Rough estimate of the viscosity of oil in .
Definition: Lnapl.hpp:79
static Evaluation liquidHeatCapacity(const Evaluation &, const Evaluation &)
Specific isobaric heat capacity of liquid iso-octane.
Definition: Lnapl.hpp:106
static Scalar molarMass()
The molar mass in of iso-octane.
Definition: Lnapl.hpp:53
static const char * name()
A human readable name for the iso-octane.
Definition: Lnapl.hpp:47
static Evaluation liquidDensity(const Evaluation &, const Evaluation &)
Rough estimate of the density of oil .
Definition: Lnapl.hpp:69
static bool liquidIsCompressible()
Returns true iff the liquid phase is assumed to be compressible.
Definition: Lnapl.hpp:59
static Evaluation liquidEnthalpy(const Evaluation &temperature, const Evaluation &)
The enthalpy of iso-octane at a given pressure and temperature .
Definition: Lnapl.hpp:91
static Evaluation liquidThermalConductivity(const Evaluation &, const Evaluation &)
Specific heat conductivity of liquid TCE .
Definition: Lnapl.hpp:121