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