27 #ifndef OPM_DUMMY_HEATCONDUCTION_LAW_HPP 28 #define OPM_DUMMY_HEATCONDUCTION_LAW_HPP 30 #include <opm/common/Unused.hpp> 31 #include <opm/common/Exceptions.hpp> 32 #include <opm/common/ErrorMacros.hpp> 44 template <
class ScalarT>
49 typedef ScalarT Scalar;
57 template <
class Flu
idState,
class Evaluation = Scalar>
59 const FluidState& fluidState OPM_UNUSED)
61 OPM_THROW(std::logic_error,
62 "No heat conduction law specified!");
Definition: Air_Mesitylene.hpp:33
static Scalar heatConductivity(const Params ¶ms OPM_UNUSED, const FluidState &fluidState OPM_UNUSED)
Given a fluid state, return the effective heat conductivity [W/m^2 / (K/m)] of the porous medium...
Definition: DummyHeatConductionLaw.hpp:58
Implements a dummy law for heat conduction to which isothermal models can fall back to...
Definition: DummyHeatConductionLaw.hpp:45