Opm::DummyHeatConductionLaw< ScalarT > Class Template Reference

Implements a dummy law for heat conduction to which isothermal models can fall back to. More...

#include <DummyHeatConductionLaw.hpp>

List of all members.

Public Types

typedef int Params
typedef ScalarT Scalar

Static Public Member Functions

template<class FluidState , class Evaluation = Scalar>
static Scalar heatConductivity (const Params &params OPM_UNUSED, const FluidState &fluidState OPM_UNUSED)
 Given a fluid state, return the effective heat conductivity [W/m^2 / (K/m)] of the porous medium.

Detailed Description

template<class ScalarT>
class Opm::DummyHeatConductionLaw< ScalarT >

Implements a dummy law for heat conduction to which isothermal models can fall back to.

If any method of this law is called, it throws std::logic_error.


Member Function Documentation

template<class ScalarT >
template<class FluidState , class Evaluation = Scalar>
static Scalar Opm::DummyHeatConductionLaw< ScalarT >::heatConductivity ( const Params &params  OPM_UNUSED,
const FluidState &fluidState  OPM_UNUSED 
) [inline, static]

Given a fluid state, return the effective heat conductivity [W/m^2 / (K/m)] of the porous medium.

If this method is called an exception is thrown at run time.


The documentation for this class was generated from the following file:

Generated on 25 Mar 2018 by  doxygen 1.6.1