My Project
Opm::EclThermalConductionLawMultiplexerParams< ScalarT > Class Template Reference

The default implementation of a parameter object for the ECL thermal law. More...

#include <EclThermalConductionLawMultiplexerParams.hpp>

Inheritance diagram for Opm::EclThermalConductionLawMultiplexerParams< ScalarT >:
Opm::EnsureFinalized

Public Types

enum  ThermalConductionApproach { undefinedApproach , thconrApproach , thcApproach , nullApproach }
 
using Scalar = ScalarT
 
using ThconrLawParams = EclThconrLawParams< ScalarT >
 
using ThcLawParams = EclThcLawParams< ScalarT >
 

Public Member Functions

 EclThermalConductionLawMultiplexerParams (const EclThermalConductionLawMultiplexerParams &)=default
 
void setThermalConductionApproach (ThermalConductionApproach newApproach)
 
ThermalConductionApproach thermalConductionApproach () const
 
template<ThermalConductionApproach approachV>
std::enable_if< approachV==thconrApproach, ThconrLawParams >::type & getRealParams ()
 
template<ThermalConductionApproach approachV>
std::enable_if< approachV==thconrApproach, const ThconrLawParams >::type & getRealParams () const
 
template<ThermalConductionApproach approachV>
std::enable_if< approachV==thcApproach, ThcLawParams >::type & getRealParams ()
 
template<ThermalConductionApproach approachV>
std::enable_if< approachV==thcApproach, const ThcLawParams >::type & getRealParams () const
 
- Public Member Functions inherited from Opm::EnsureFinalized
void finalize ()
 Mark the object as finalized.
 

Additional Inherited Members

- Protected Member Functions inherited from Opm::EnsureFinalized
 EnsureFinalized ()
 The default constructor.
 
void check () const
 

Detailed Description

template<class ScalarT>
class Opm::EclThermalConductionLawMultiplexerParams< ScalarT >

The default implementation of a parameter object for the ECL thermal law.


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