Implements a dummy law for heat conduction to which isothermal models can fall back to. More...
#include <DummyHeatConductionLaw.hpp>
Public Types | |
typedef int | Params |
typedef ScalarT | Scalar |
Static Public Member Functions | |
template<class FluidState , class Evaluation = Scalar> | |
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. |
Implements a dummy law for heat conduction to which isothermal models can fall back to.
If any method of this law is called, it throws std::logic_error.
static Scalar Opm::DummyHeatConductionLaw< ScalarT >::heatConductivity | ( | const Params ¶ms | OPM_UNUSED, | |
const FluidState &fluidState | OPM_UNUSED | |||
) | [inline, static] |
Given a fluid state, return the effective heat conductivity [W/m^2 / (K/m)] of the porous medium.
If this method is called an exception is thrown at run time.