|
My Project
|
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 | Eval = DenseAd::Evaluation< double, numEq > |
Public Types inherited from Opm::AquiferInterface< TypeTag > | |
| using | FluidSystem = GetPropType< TypeTag, Properties::FluidSystem > |
| using | RateVector = GetPropType< TypeTag, Properties::RateVector > |
| using | Simulator = GetPropType< TypeTag, Properties::Simulator > |
Public Member Functions | |
| AquiferConstantFlux (const std::vector< Aquancon::AquancCell > &connections, const Simulator &ebos_simulator, const SingleAquiferFlux &aquifer) | |
| void | updateAquifer (const SingleAquiferFlux &aquifer) |
| void | initFromRestart (const data::Aquifers &) 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 |
Public Member Functions inherited from Opm::AquiferInterface< TypeTag > | |
| AquiferInterface (int aqID, const Simulator &ebosSimulator) | |
| 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 &ebos_simulator) |
Static Public Attributes | |
| static constexpr int | numEq = BlackoilIndices::numEq |
Additional Inherited Members | |
Protected Member Functions inherited from Opm::AquiferInterface< TypeTag > | |
| bool | co2store_ () const |
| int | phaseIdx_ () const |
Protected Attributes inherited from Opm::AquiferInterface< TypeTag > | |
| const int | aquiferID_ {} |
| const Simulator & | ebos_simulator_ |
|
inlineoverridevirtual |
Implements Opm::AquiferInterface< TypeTag >.
|
inlineoverridevirtual |
Implements Opm::AquiferInterface< TypeTag >.
|
inlineoverridevirtual |
Implements Opm::AquiferInterface< TypeTag >.
|
inlineoverridevirtual |
Implements Opm::AquiferInterface< TypeTag >.
|
inlineoverridevirtual |
Implements Opm::AquiferInterface< TypeTag >.
|
inlineoverridevirtual |
Implements Opm::AquiferInterface< TypeTag >.