#include <AquiferNumerical.hpp>

Inheritance diagram for Opm::AquiferNumerical< TypeTag >:
Inheritance graph

Public Types

enum  { dimWorld = GridView::dimensionworld }
 
enum  { numPhases = FluidSystem::numPhases }
 
using BlackoilIndices = GetPropType< TypeTag, Properties::Indices >
 
using ElementContext = GetPropType< TypeTag, Properties::ElementContext >
 
using ExtensiveQuantities = GetPropType< TypeTag, Properties::ExtensiveQuantities >
 
using FluidSystem = GetPropType< TypeTag, Properties::FluidSystem >
 
using GridView = GetPropType< TypeTag, Properties::GridView >
 
using IntensiveQuantities = GetPropType< TypeTag, Properties::IntensiveQuantities >
 
using MaterialLaw = GetPropType< TypeTag, Properties::MaterialLaw >
 
using Simulator = GetPropType< TypeTag, Properties::Simulator >
 
using Scalar = GetPropType< TypeTag, Properties::Scalar >
 
using Eval = DenseAd::Evaluation< Scalar, numEq >
 
using Toolbox = MathToolbox< Eval >
 
using RateVector = GetPropType< TypeTag, Properties::RateVector >
 

Public Member Functions

 AquiferNumerical (const SingleNumericalAquifer &aquifer, const Simulator &simulator)
 
void initFromRestart (const data::Aquifers &aquiferSoln) override
 
void beginTimeStep () override
 
void addToSource (RateVector &, const unsigned, const unsigned) override
 
void endTimeStep () override
 
data::AquiferData aquiferData () const override
 
void initialSolutionApplied () override
 
void computeFaceAreaFraction (const std::vector< Scalar > &) override
 
Scalar totalFaceArea () const override
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 
bool operator== (const AquiferNumerical &rhs) const
 
Scalar cumulativeFlux () const
 
virtual void computeFaceAreaFraction (const std::vector< Scalar > &total_face_area)=0
 
template<class Context >
void addToSource (RateVector &rates, const Context &context, const unsigned spaceIdx, const unsigned timeIdx)
 
int aquiferID () const
 

Static Public Member Functions

static AquiferNumerical serializationTestObject (const Simulator &simulator)
 

Static Public Attributes

static constexpr int numEq = BlackoilIndices::numEq
 

Protected Member Functions

bool co2store_or_h2store_ () const
 
int phaseIdx_ () const
 

Protected Attributes

const int aquiferID_ {}
 
const Simulatorsimulator_
 

Member Typedef Documentation

◆ BlackoilIndices

template<typename TypeTag >
using Opm::AquiferNumerical< TypeTag >::BlackoilIndices = GetPropType<TypeTag, Properties::Indices>

◆ ElementContext

template<typename TypeTag >
using Opm::AquiferNumerical< TypeTag >::ElementContext = GetPropType<TypeTag, Properties::ElementContext>

◆ Eval

template<typename TypeTag >
using Opm::AquiferNumerical< TypeTag >::Eval = DenseAd::Evaluation<Scalar, numEq>

◆ ExtensiveQuantities

template<typename TypeTag >
using Opm::AquiferNumerical< TypeTag >::ExtensiveQuantities = GetPropType<TypeTag, Properties::ExtensiveQuantities>

◆ FluidSystem

template<typename TypeTag >
using Opm::AquiferNumerical< TypeTag >::FluidSystem = GetPropType<TypeTag, Properties::FluidSystem>

◆ GridView

template<typename TypeTag >
using Opm::AquiferNumerical< TypeTag >::GridView = GetPropType<TypeTag, Properties::GridView>

◆ IntensiveQuantities

template<typename TypeTag >
using Opm::AquiferNumerical< TypeTag >::IntensiveQuantities = GetPropType<TypeTag, Properties::IntensiveQuantities>

◆ MaterialLaw

template<typename TypeTag >
using Opm::AquiferNumerical< TypeTag >::MaterialLaw = GetPropType<TypeTag, Properties::MaterialLaw>

◆ RateVector

template<typename TypeTag >
using Opm::AquiferInterface< TypeTag >::RateVector = GetPropType<TypeTag, Properties::RateVector>
inherited

◆ Scalar

template<typename TypeTag >
using Opm::AquiferNumerical< TypeTag >::Scalar = GetPropType<TypeTag, Properties::Scalar>

◆ Simulator

template<typename TypeTag >
using Opm::AquiferNumerical< TypeTag >::Simulator = GetPropType<TypeTag, Properties::Simulator>

◆ Toolbox

template<typename TypeTag >
using Opm::AquiferNumerical< TypeTag >::Toolbox = MathToolbox<Eval>

Member Enumeration Documentation

◆ anonymous enum

template<typename TypeTag >
anonymous enum
Enumerator
dimWorld 

◆ anonymous enum

template<typename TypeTag >
anonymous enum
Enumerator
numPhases 

Constructor & Destructor Documentation

◆ AquiferNumerical()

template<typename TypeTag >
Opm::AquiferNumerical< TypeTag >::AquiferNumerical ( const SingleNumericalAquifer &  aquifer,
const Simulator simulator 
)
inline

Member Function Documentation

◆ addToSource() [1/2]

template<typename TypeTag >
void Opm::AquiferNumerical< TypeTag >::addToSource ( RateVector ,
const unsigned  ,
const unsigned   
)
inlineoverridevirtual

◆ addToSource() [2/2]

template<typename TypeTag >
template<class Context >
void Opm::AquiferInterface< TypeTag >::addToSource ( RateVector rates,
const Context &  context,
const unsigned  spaceIdx,
const unsigned  timeIdx 
)
inlineinherited

◆ aquiferData()

template<typename TypeTag >
data::AquiferData Opm::AquiferNumerical< TypeTag >::aquiferData ( ) const
inlineoverridevirtual

◆ aquiferID()

◆ beginTimeStep()

template<typename TypeTag >
void Opm::AquiferNumerical< TypeTag >::beginTimeStep ( )
inlineoverridevirtual

◆ co2store_or_h2store_()

◆ computeFaceAreaFraction() [1/2]

template<typename TypeTag >
void Opm::AquiferNumerical< TypeTag >::computeFaceAreaFraction ( const std::vector< Scalar > &  )
inlineoverride

◆ computeFaceAreaFraction() [2/2]

template<typename TypeTag >
virtual void Opm::AquiferInterface< TypeTag >::computeFaceAreaFraction ( const std::vector< Scalar > &  total_face_area)
pure virtualinherited

◆ cumulativeFlux()

template<typename TypeTag >
Scalar Opm::AquiferNumerical< TypeTag >::cumulativeFlux ( ) const
inline

◆ endTimeStep()

template<typename TypeTag >
void Opm::AquiferNumerical< TypeTag >::endTimeStep ( )
inlineoverridevirtual

◆ initFromRestart()

template<typename TypeTag >
void Opm::AquiferNumerical< TypeTag >::initFromRestart ( const data::Aquifers &  aquiferSoln)
inlineoverridevirtual

◆ initialSolutionApplied()

template<typename TypeTag >
void Opm::AquiferNumerical< TypeTag >::initialSolutionApplied ( )
inlineoverridevirtual

◆ operator==()

template<typename TypeTag >
bool Opm::AquiferNumerical< TypeTag >::operator== ( const AquiferNumerical< TypeTag > &  rhs) const
inline

◆ phaseIdx_()

◆ serializationTestObject()

template<typename TypeTag >
static AquiferNumerical Opm::AquiferNumerical< TypeTag >::serializationTestObject ( const Simulator simulator)
inlinestatic

◆ serializeOp()

template<typename TypeTag >
template<class Serializer >
void Opm::AquiferNumerical< TypeTag >::serializeOp ( Serializer &  serializer)
inline

◆ totalFaceArea()

template<typename TypeTag >
Scalar Opm::AquiferNumerical< TypeTag >::totalFaceArea ( ) const
inlineoverridevirtual

Member Data Documentation

◆ aquiferID_

template<typename TypeTag >
const int Opm::AquiferInterface< TypeTag >::aquiferID_ {}
protectedinherited

◆ numEq

template<typename TypeTag >
constexpr int Opm::AquiferNumerical< TypeTag >::numEq = BlackoilIndices::numEq
staticconstexpr

◆ simulator_


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