Implements a heat conduction law which just takes the conductivity of a given fluid phase.  
 More...
#include <FluidConduction.hpp>
 | 
| template<class FluidState , class Evaluation  = typename FluidState::Scalar>  | 
| static Evaluation  | heatConductivity (const Params ¶ms, const FluidState &fluidState) | 
|   | Given a fluid state, return the effective heat conductivity [W/m^2 / (K/m)] of the porous medium.  More...
  | 
|   | 
template<class FluidSystem, class ScalarT, int phaseIdx, class ParamsT = FluidHeatConductionParams<ScalarT>>
class Opm::FluidHeatConduction< FluidSystem, ScalarT, phaseIdx, ParamsT >
Implements a heat conduction law which just takes the conductivity of a given fluid phase. 
 
template<class FluidSystem , class ScalarT , int phaseIdx, class ParamsT  = FluidHeatConductionParams<ScalarT>> 
      
 
 
template<class FluidSystem , class ScalarT , int phaseIdx, class ParamsT  = FluidHeatConductionParams<ScalarT>> 
      
 
 
template<class FluidSystem , class ScalarT , int phaseIdx, class ParamsT  = FluidHeatConductionParams<ScalarT>> 
template<class FluidState , class Evaluation  = typename FluidState::Scalar> 
  
  
      
        
          | static Evaluation Opm::FluidHeatConduction< FluidSystem, ScalarT, phaseIdx, ParamsT >::heatConductivity  | 
          ( | 
          const Params &  | 
          params,  | 
         
        
           | 
           | 
          const FluidState &  | 
          fluidState  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
Given a fluid state, return the effective heat conductivity [W/m^2 / (K/m)] of the porous medium. 
 
 
The documentation for this class was generated from the following file: