Opm::AquiferInterface< TypeTag > Class Template Referenceabstract

#include <AquiferInterface.hpp>

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

Public Types

using FluidSystem = GetPropType< TypeTag, Properties::FluidSystem >
 
using RateVector = GetPropType< TypeTag, Properties::RateVector >
 
using Simulator = GetPropType< TypeTag, Properties::Simulator >
 
using Scalar = GetPropType< TypeTag, Properties::Scalar >
 

Public Member Functions

 AquiferInterface (int aqID, const Simulator &simulator)
 
virtual ~AquiferInterface ()=default
 
virtual void initFromRestart (const data::Aquifers &aquiferSoln)=0
 
virtual void initialSolutionApplied ()=0
 
virtual void beginTimeStep ()=0
 
virtual void endTimeStep ()=0
 
virtual data::AquiferData aquiferData () const =0
 
virtual void computeFaceAreaFraction (const std::vector< Scalar > &total_face_area)=0
 
virtual Scalar totalFaceArea () const =0
 
template<class Context >
void addToSource (RateVector &rates, const Context &context, const unsigned spaceIdx, const unsigned timeIdx)
 
virtual void addToSource (RateVector &rates, const unsigned cellIdx, const unsigned timeIdx)=0
 
int aquiferID () const
 

Protected Member Functions

bool co2store_or_h2store_ () const
 
int phaseIdx_ () const
 

Protected Attributes

const int aquiferID_ {}
 
const Simulatorsimulator_
 

Member Typedef Documentation

◆ FluidSystem

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

◆ RateVector

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

◆ Scalar

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

◆ Simulator

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

Constructor & Destructor Documentation

◆ AquiferInterface()

template<typename TypeTag >
Opm::AquiferInterface< TypeTag >::AquiferInterface ( int  aqID,
const Simulator simulator 
)
inline

◆ ~AquiferInterface()

template<typename TypeTag >
virtual Opm::AquiferInterface< TypeTag >::~AquiferInterface ( )
virtualdefault

Member Function Documentation

◆ addToSource() [1/2]

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

◆ addToSource() [2/2]

template<typename TypeTag >
virtual void Opm::AquiferInterface< TypeTag >::addToSource ( RateVector rates,
const unsigned  cellIdx,
const unsigned  timeIdx 
)
pure virtual

◆ aquiferData()

template<typename TypeTag >
virtual data::AquiferData Opm::AquiferInterface< TypeTag >::aquiferData ( ) const
pure virtual

◆ aquiferID()

◆ beginTimeStep()

template<typename TypeTag >
virtual void Opm::AquiferInterface< TypeTag >::beginTimeStep ( )
pure virtual

◆ co2store_or_h2store_()

◆ computeFaceAreaFraction()

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

◆ endTimeStep()

template<typename TypeTag >
virtual void Opm::AquiferInterface< TypeTag >::endTimeStep ( )
pure virtual

◆ initFromRestart()

template<typename TypeTag >
virtual void Opm::AquiferInterface< TypeTag >::initFromRestart ( const data::Aquifers &  aquiferSoln)
pure virtual

◆ initialSolutionApplied()

template<typename TypeTag >
virtual void Opm::AquiferInterface< TypeTag >::initialSolutionApplied ( )
pure virtual

◆ phaseIdx_()

◆ totalFaceArea()

template<typename TypeTag >
virtual Scalar Opm::AquiferInterface< TypeTag >::totalFaceArea ( ) const
pure virtual

Member Data Documentation

◆ aquiferID_

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

◆ simulator_


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