#include <AquiferConstantFlux.hpp>

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

Public Types

using RateVector = GetPropType< TypeTag, Properties::RateVector >
 
using Simulator = GetPropType< TypeTag, Properties::Simulator >
 
using ElementMapper = GetPropType< TypeTag, Properties::ElementMapper >
 
using FluidSystem = GetPropType< TypeTag, Properties::FluidSystem >
 
using BlackoilIndices = GetPropType< TypeTag, Properties::Indices >
 
using Scalar = GetPropType< TypeTag, Properties::Scalar >
 
using Eval = DenseAd::Evaluation< Scalar, numEq >
 

Public Member Functions

 AquiferConstantFlux (const std::vector< Aquancon::AquancCell > &connections, const Simulator &simulator, const SingleAquiferFlux &aquifer)
 
virtual ~AquiferConstantFlux ()=default
 
void computeFaceAreaFraction (const std::vector< Scalar > &total_face_area) override
 
Scalar totalFaceArea () const override
 
void updateAquifer (const SingleAquiferFlux &aquifer)
 
void initFromRestart (const data::Aquifers &aquiferSoln) override
 
void initialSolutionApplied () override
 
void beginTimeStep () override
 
void endTimeStep () override
 
data::AquiferData aquiferData () const override
 
void addToSource (RateVector &rates, const unsigned cellIdx, const unsigned timeIdx) override
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 
bool operator== (const AquiferConstantFlux &rhs) const
 
template<class Context >
void addToSource (RateVector &rates, const Context &context, const unsigned spaceIdx, const unsigned timeIdx)
 
int aquiferID () const
 

Static Public Member Functions

static AquiferConstantFlux 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::AquiferConstantFlux< TypeTag >::BlackoilIndices = GetPropType<TypeTag, Properties::Indices>

◆ ElementMapper

template<typename TypeTag >
using Opm::AquiferConstantFlux< TypeTag >::ElementMapper = GetPropType<TypeTag, Properties::ElementMapper>

◆ Eval

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

◆ FluidSystem

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

◆ RateVector

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

◆ Scalar

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

◆ Simulator

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

Constructor & Destructor Documentation

◆ AquiferConstantFlux()

template<typename TypeTag >
Opm::AquiferConstantFlux< TypeTag >::AquiferConstantFlux ( const std::vector< Aquancon::AquancCell > &  connections,
const Simulator simulator,
const SingleAquiferFlux &  aquifer 
)
inline

◆ ~AquiferConstantFlux()

template<typename TypeTag >
virtual Opm::AquiferConstantFlux< TypeTag >::~AquiferConstantFlux ( )
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 
)
inlineinherited

◆ addToSource() [2/2]

template<typename TypeTag >
void Opm::AquiferConstantFlux< TypeTag >::addToSource ( RateVector rates,
const unsigned  cellIdx,
const unsigned  timeIdx 
)
inlineoverridevirtual

◆ aquiferData()

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

◆ aquiferID()

◆ beginTimeStep()

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

◆ co2store_or_h2store_()

◆ computeFaceAreaFraction()

template<typename TypeTag >
void Opm::AquiferConstantFlux< TypeTag >::computeFaceAreaFraction ( const std::vector< Scalar > &  total_face_area)
inlineoverridevirtual

◆ endTimeStep()

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

◆ initFromRestart()

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

◆ initialSolutionApplied()

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

◆ operator==()

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

◆ phaseIdx_()

◆ serializationTestObject()

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

◆ serializeOp()

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

◆ totalFaceArea()

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

◆ updateAquifer()

template<typename TypeTag >
void Opm::AquiferConstantFlux< TypeTag >::updateAquifer ( const SingleAquiferFlux &  aquifer)
inline

Member Data Documentation

◆ aquiferID_

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

◆ numEq

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

◆ simulator_


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