|
| 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 | Eval = DenseAd::Evaluation< double, numEq > |
| |
|
using | Toolbox = MathToolbox< Eval > |
| |
|
using | FluidSystem = GetPropType< TypeTag, Properties::FluidSystem > |
| |
|
using | RateVector = GetPropType< TypeTag, Properties::RateVector > |
| |
|
using | Simulator = GetPropType< TypeTag, Properties::Simulator > |
| |
|
|
| AquiferNumerical (const SingleNumericalAquifer &aquifer, const Simulator &ebos_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 |
| |
|
| AquiferInterface (int aqID, const Simulator &ebosSimulator) |
| |
|
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 |
| |
|
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 |
| |
|
|
static constexpr int | numEq = BlackoilIndices::numEq |
| |
|
|
bool | co2store_ () const |
| |
|
int | phaseIdx_ () const |
| |
|
const int | aquiferID_ {} |
| |
|
const Simulator & | ebos_simulator_ |
| |
◆ addToSource()
template<typename TypeTag >
◆ aquiferData()
template<typename TypeTag >
◆ beginTimeStep()
template<typename TypeTag >
◆ endTimeStep()
template<typename TypeTag >
◆ initFromRestart()
template<typename TypeTag >
◆ initialSolutionApplied()
template<typename TypeTag >
The documentation for this class was generated from the following file: