My Project
|
Implements a dummy law for thermal conduction to which isothermal models can fall back to. More...
#include <NullThermalConductionLaw.hpp>
Public Types | |
using | Params = int |
using | Scalar = ScalarT |
Static Public Member Functions | |
template<class FluidState , class Evaluation = typename FluidState::Scalar> | |
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. More... | |
Implements a dummy law for thermal conduction to which isothermal models can fall back to.
This law just returns 0 unconditionally.
|
inlinestatic |
Given a fluid state, return the effective thermal conductivity [W/m^2 / (K/m)] of the porous medium.
If this method is called an exception is thrown at run time.