Multiplexer implementation for the parameters required by the multiplexed three-phase material law. More...
#include <EclMultiplexerMaterialParams.hpp>
Classes | |
struct | Deleter |
Public Member Functions | |
EclMultiplexerMaterialParams () | |
The multiplexer constructor. | |
EclMultiplexerMaterialParams (const EclMultiplexerMaterialParams &other) | |
EclMultiplexerMaterialParams & | operator= (const EclMultiplexerMaterialParams &other) |
void | setApproach (EclMultiplexerApproach newApproach) |
EclMultiplexerApproach | approach () const |
template<EclMultiplexerApproach approachV> | |
std::enable_if< approachV==EclStone1Approach, Stone1Params >::type & | getRealParams () |
template<EclMultiplexerApproach approachV> | |
std::enable_if< approachV==EclStone1Approach, const Stone1Params >::type & | getRealParams () const |
template<EclMultiplexerApproach approachV> | |
std::enable_if< approachV==EclStone2Approach, Stone2Params >::type & | getRealParams () |
template<EclMultiplexerApproach approachV> | |
std::enable_if< approachV==EclStone2Approach, const Stone2Params >::type & | getRealParams () const |
template<EclMultiplexerApproach approachV> | |
std::enable_if< approachV==EclDefaultApproach, DefaultParams >::type & | getRealParams () |
template<EclMultiplexerApproach approachV> | |
std::enable_if< approachV==EclDefaultApproach, const DefaultParams >::type & | getRealParams () const |
template<EclMultiplexerApproach approachV> | |
std::enable_if< approachV==EclTwoPhaseApproach, TwoPhaseParams >::type & | getRealParams () |
template<EclMultiplexerApproach approachV> | |
std::enable_if< approachV==EclTwoPhaseApproach, const TwoPhaseParams >::type & | getRealParams () const |
Multiplexer implementation for the parameters required by the multiplexed three-phase material law.
Essentially, this class just stores parameter object for the "nested" material law and provides some methods to convert to it.