|
typedef AquiferInterface< TypeTag > | Base |
|
using | BlackoilIndices = GetPropType< TypeTag, Properties::Indices > |
|
using | ElementContext = GetPropType< TypeTag, Properties::ElementContext > |
|
typedef DenseAd::Evaluation< double, numEq > | Eval |
|
typedef BlackOilFluidState< Eval, FluidSystem, enableTemperature, enableEnergy, BlackoilIndices::gasEnabled, enableBrine, BlackoilIndices::numPhases > | FluidState |
|
using | FluidSystem = GetPropType< TypeTag, Properties::FluidSystem > |
|
using | IntensiveQuantities = GetPropType< TypeTag, Properties::IntensiveQuantities > |
|
using | RateVector = GetPropType< TypeTag, Properties::RateVector > |
|
typedef double | Scalar |
|
using | Simulator = GetPropType< TypeTag, Properties::Simulator > |
|
using | ElementMapper = GetPropType< TypeTag, Properties::ElementMapper > |
|
enum | { enableTemperature = getPropValue<TypeTag, Properties::EnableTemperature>()
} |
|
enum | { enableEnergy = getPropValue<TypeTag, Properties::EnableEnergy>()
} |
|
enum | { enableBrine = getPropValue<TypeTag, Properties::EnableBrine>()
} |
|
using | Simulator = GetPropType< TypeTag, Properties::Simulator > |
|
using | ElementContext = GetPropType< TypeTag, Properties::ElementContext > |
|
using | FluidSystem = GetPropType< TypeTag, Properties::FluidSystem > |
|
using | BlackoilIndices = GetPropType< TypeTag, Properties::Indices > |
|
using | RateVector = GetPropType< TypeTag, Properties::RateVector > |
|
using | IntensiveQuantities = GetPropType< TypeTag, Properties::IntensiveQuantities > |
|
using | ElementMapper = GetPropType< TypeTag, Properties::ElementMapper > |
|
typedef double | Scalar |
|
typedef DenseAd::Evaluation< double, numEq > | Eval |
|
typedef BlackOilFluidState< Eval, FluidSystem, enableTemperature, enableEnergy, BlackoilIndices::gasEnabled, enableBrine, BlackoilIndices::numPhases > | FluidState |
|
|
| AquiferCarterTracy (const std::vector< Aquancon::AquancCell > &connections, const Simulator &ebosSimulator, const AquiferCT::AQUCT_data &aquct_data) |
|
void | endTimeStep () override |
|
data::AquiferData | aquiferData () const |
|
| AquiferInterface (int aqID, const std::vector< Aquancon::AquancCell > &connections, const Simulator &ebosSimulator) |
|
void | initFromRestart (const data::Aquifers &aquiferSoln) |
|
void | initialSolutionApplied () |
|
void | beginTimeStep () |
|
template<class Context > |
void | addToSource (RateVector &rates, const Context &context, const unsigned spaceIdx, const unsigned timeIdx) |
|
std::size_t | size () const |
|
int | aquiferID () const |
|
|
void | assignRestartData (const data::AquiferData &xaq) override |
|
std::pair< Scalar, Scalar > | getInfluenceTableValues (const Scalar td_plus_dt) |
|
Scalar | dpai (const int idx) const |
|
std::pair< Scalar, Scalar > | calculateEqnConstants (const int idx, const Simulator &simulator) |
|
std::size_t | pvtRegionIdx () const |
|
void | calculateInflowRate (int idx, const Simulator &simulator) override |
|
void | calculateAquiferConstants () override |
|
void | calculateAquiferCondition () override |
|
virtual Scalar | aquiferDepth () const override |
|
Scalar | gravity_ () const |
|
bool | co2store_ () const |
|
bool | phaseIdx_ () const |
|
bool | compIdx_ () const |
|
void | initQuantities () |
|
void | updateCellPressure (std::vector< Eval > &pressure_water, const int idx, const IntensiveQuantities &intQuants) |
|
void | updateCellPressure (std::vector< Scalar > &pressure_water, const int idx, const IntensiveQuantities &intQuants) |
|
void | initializeConnections () |
|
void | rescaleProducedVolume (const bool has_active_connection_on_proc) |
|
virtual Scalar | calculateReservoirEquilibrium () |
|