27#ifndef OPM_NULL_THERMAL_CONDUCTION_LAW_HPP
28#define OPM_NULL_THERMAL_CONDUCTION_LAW_HPP
40template <
class ScalarT>
45 using Scalar = ScalarT;
53 template <
class Flu
idState,
class Evaluation =
typename Flu
idState::Scalar>
Implements a dummy law for thermal conduction to which isothermal models can fall back to.
Definition NullThermalConductionLaw.hpp:42
static Evaluation thermalConductivity(const Params &, const FluidState &)
Given a fluid state, return the effective thermal conductivity [W/m^2 / (K/m)] of the porous medium.
Definition NullThermalConductionLaw.hpp:54
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30