My Project
Opm::AquiferFetkovich< TypeTag > Class Template Reference
Inheritance diagram for Opm::AquiferFetkovich< TypeTag >:
Opm::AquiferAnalytical< TypeTag > Opm::AquiferInterface< TypeTag >

Public Types

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, 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 >
 
- Public Types inherited from Opm::AquiferAnalytical< TypeTag >
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  { 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, BlackoilIndices::numPhases >
 
- 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

 AquiferFetkovich (const std::vector< Aquancon::AquancCell > &connections, const Simulator &ebosSimulator, const Aquifetp::AQUFETP_data &aqufetp_data)
 
void endTimeStep () override
 
data::AquiferData aquiferData () const override
 
- Public Member Functions inherited from Opm::AquiferAnalytical< TypeTag >
 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
 
- 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
 

Protected Member Functions

void assignRestartData (const data::AquiferData &xaq) override
 
Eval dpai (int idx)
 
Scalar aquiferPressure ()
 
void calculateAquiferConstants () override
 
void calculateInflowRate (int idx, const Simulator &simulator) override
 
void calculateAquiferCondition () override
 
virtual Scalar aquiferDepth () const override
 
- Protected Member Functions inherited from Opm::AquiferAnalytical< TypeTag >
Scalar gravity_ () const
 
int 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)
 
Scalar calculateReservoirEquilibrium ()
 
- Protected Member Functions inherited from Opm::AquiferInterface< TypeTag >
bool co2store_ () const
 
int phaseIdx_ () const
 

Protected Attributes

Aquifetp::AQUFETP_data aqufetp_data_
 
Scalar aquifer_pressure_
 
- Protected Attributes inherited from Opm::AquiferAnalytical< TypeTag >
const std::vector< Aquancon::AquancCell > connections_
 
std::vector< Scalar > faceArea_connected_
 
std::vector< int > cellToConnectionIdx_
 
std::vector< Scalar > cell_depth_
 
std::vector< Scalar > pressure_previous_
 
std::vector< Eval > pressure_current_
 
std::vector< Eval > Qai_
 
std::vector< Scalar > alphai_
 
Scalar Tc_ {}
 
Scalar pa0_ {}
 
std::optional< Scalar > Ta0_ {}
 
Scalar rhow_ {}
 
Eval W_flux_
 
bool solution_set_from_restart_ {false}
 
- Protected Attributes inherited from Opm::AquiferInterface< TypeTag >
const int aquiferID_ {}
 
const Simulator & ebos_simulator_
 

Additional Inherited Members

- Static Public Attributes inherited from Opm::AquiferAnalytical< TypeTag >
static constexpr int numEq = BlackoilIndices::numEq
 

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