|
using | Base = AquiferAnalytical< TypeTag > |
|
using | BlackoilIndices = GetPropType< TypeTag, Properties::Indices > |
|
using | ElementContext = GetPropType< TypeTag, Properties::ElementContext > |
|
using | Eval = DenseAd::Evaluation< double, numEq > |
|
using | FluidState = BlackOilFluidState< Eval, FluidSystem, enableTemperature, enableEnergy, BlackoilIndices::gasEnabled, enableEvaporation, enableBrine, enableSaltPrecipitation, has_disgas_in_water, BlackoilIndices::numPhases > |
|
using | FluidSystem = GetPropType< TypeTag, Properties::FluidSystem > |
|
using | IntensiveQuantities = GetPropType< TypeTag, Properties::IntensiveQuantities > |
|
using | RateVector = GetPropType< TypeTag, Properties::RateVector > |
|
using | Scalar = double |
|
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>()
} |
|
enum | { enableEvaporation = getPropValue<TypeTag, Properties::EnableEvaporation>()
} |
|
enum | { has_disgas_in_water = getPropValue<TypeTag, Properties::EnableDisgasInWater>()
} |
|
enum | { enableSaltPrecipitation = getPropValue<TypeTag, Properties::EnableSaltPrecipitation>()
} |
|
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 > |
|
using | Scalar = double |
|
using | Eval = DenseAd::Evaluation< double, numEq > |
|
using | FluidState = BlackOilFluidState< Eval, FluidSystem, enableTemperature, enableEnergy, BlackoilIndices::gasEnabled, enableEvaporation, enableBrine, enableSaltPrecipitation, has_disgas_in_water, BlackoilIndices::numPhases > |
|
using | FluidSystem = GetPropType< TypeTag, Properties::FluidSystem > |
|
using | RateVector = GetPropType< TypeTag, Properties::RateVector > |
|
using | Simulator = GetPropType< TypeTag, Properties::Simulator > |
|
|
| AquiferFetkovich (const std::vector< Aquancon::AquancCell > &connections, const Simulator &ebosSimulator, const Aquifetp::AQUFETP_data &aqufetp_data) |
|
void | endTimeStep () override |
|
data::AquiferData | aquiferData () const override |
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
|
bool | operator== (const AquiferFetkovich &rhs) const |
|
| AquiferAnalytical (int aqID, const std::vector< Aquancon::AquancCell > &connections, const Simulator &ebosSimulator) |
|
void | initFromRestart (const data::Aquifers &aquiferSoln) override |
|
void | initialSolutionApplied () override |
|
void | beginTimeStep () override |
|
void | addToSource (RateVector &rates, const unsigned cellIdx, const unsigned timeIdx) override |
|
std::size_t | size () const |
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
|
bool | operator== (const AquiferAnalytical &rhs) const |
|
| 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 |
|