42 template <
class Scalar>
70 template <
class Evaluation>
80 template <
class Evaluation>
92 template <
class Evaluation>
107 template <
class Evaluation>
122 template <
class Evaluation>
Abstract base class of a pure chemical species.
Provides the OPM_UNUSED macro.
Abstract base class of a pure chemical species.
Definition: Component.hpp:42
A simple implementation of a LNAPL, e.g.
Definition: Lnapl.hpp:44
static Evaluation liquidViscosity(const Evaluation &, const Evaluation &)
Rough estimate of the viscosity of oil in .
Definition: Lnapl.hpp:81
static Evaluation liquidHeatCapacity(const Evaluation &, const Evaluation &)
Specific isobaric heat capacity of liquid iso-octane.
Definition: Lnapl.hpp:108
static Scalar molarMass()
The molar mass in of iso-octane.
Definition: Lnapl.hpp:55
static const char * name()
A human readable name for the iso-octane.
Definition: Lnapl.hpp:49
static Evaluation liquidDensity(const Evaluation &, const Evaluation &)
Rough estimate of the density of oil .
Definition: Lnapl.hpp:71
static bool liquidIsCompressible()
Returns true iff the liquid phase is assumed to be compressible.
Definition: Lnapl.hpp:61
static Evaluation liquidEnthalpy(const Evaluation &temperature, const Evaluation &)
The enthalpy of iso-octane at a given pressure and temperature .
Definition: Lnapl.hpp:93
static Evaluation liquidThermalConductivity(const Evaluation &, const Evaluation &)
Specific heat conductivity of liquid TCE .
Definition: Lnapl.hpp:123