Implements a heat conduction law which just takes the conductivity of a given fluid phase. More...
#include <FluidConduction.hpp>
Public Types | |
typedef ParamsT | Params |
typedef Params::Scalar | Scalar |
Static Public Member Functions | |
template<class FluidState , class Evaluation = typename FluidState::Scalar> | |
static Evaluation | heatConductivity (const Params ¶ms OPM_UNUSED, const FluidState &fluidState) |
Given a fluid state, return the effective heat conductivity [W/m^2 / (K/m)] of the porous medium. | |
Implements a heat conduction law which just takes the conductivity of a given fluid phase.