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. More... | |
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.
|
inlinestatic |
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.