27 #ifndef OPM_FLUID_HEAT_CONDUCTION_HPP 28 #define OPM_FLUID_HEAT_CONDUCTION_HPP 42 template <
class FluidSystem,
45 class ParamsT = FluidHeatConductionParams<ScalarT> >
49 typedef ParamsT Params;
50 typedef typename Params::Scalar Scalar;
56 template <
class Flu
idState,
class Evaluation =
typename Flu
idState::Scalar>
58 const FluidState& fluidState)
60 typename FluidSystem::template ParameterCache<Evaluation> paramCache;
61 paramCache.updatePhase(fluidState, phaseIdx);
62 return FluidSystem::template thermalConductivity<FluidState, Evaluation>(fluidState,
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...
Definition: FluidConduction.hpp:57
Implements a heat conduction law which just takes the conductivity of a given fluid phase...
Definition: FluidConduction.hpp:46
Parameters for the heat conduction law which just takes the conductivity of a given fluid phase...
Definition: Air_Mesitylene.hpp:33
Class implementing cubic splines.