32 #include <string_view> 42 template <
class Scalar>
49 static std::string_view
name()
70 template <
class Evaluation>
80 template <
class Evaluation>
92 template <
class Evaluation>
107 template <
class Evaluation>
122 template <
class Evaluation>
static Evaluation liquidViscosity(const Evaluation &, const Evaluation &)
Rough estimate of the viscosity of oil in .
Definition: Lnapl.hpp:81
Abstract base class of a pure chemical species.
Definition: Component.hpp:43
static Evaluation liquidDensity(const Evaluation &, const Evaluation &)
Rough estimate of the density of oil .
Definition: Lnapl.hpp:71
A simple implementation of a LNAPL, e.g.
Definition: Lnapl.hpp:43
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Abstract base class of a pure chemical species.
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 Evaluation liquidThermalConductivity(const Evaluation &, const Evaluation &)
Specific heat conductivity of liquid TCE .
Definition: Lnapl.hpp:123
static std::string_view name()
A human readable name for the iso-octane.
Definition: Lnapl.hpp:49
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