|
|
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 | Scalar = GetPropType< TypeTag, Properties::Scalar > |
| |
|
using | Eval = GetPropType< TypeTag, Properties::Evaluation > |
| |
|
using | FluidSystem = GetPropType< TypeTag, Properties::FluidSystem > |
| |
|
using | RateVector = GetPropType< TypeTag, Properties::RateVector > |
| |
|
using | Simulator = GetPropType< TypeTag, Properties::Simulator > |
| |
|
using | Scalar = GetPropType< TypeTag, Properties::Scalar > |
| |
|
|
| AquiferConstantFlux (const std::vector< Aquancon::AquancCell > &connections, const Simulator &simulator, const SingleAquiferFlux &aquifer) |
| |
|
void | computeFaceAreaFraction (const std::vector< Scalar > &total_face_area) override |
| |
|
Scalar | totalFaceArea () const override |
| |
|
void | updateAquifer (const SingleAquiferFlux &aquifer) |
| |
|
void | initFromRestart (const data::Aquifers &aquiferSoln) override |
| |
|
void | initialSolutionApplied () override |
| |
|
void | beginTimeStep () override |
| |
|
void | endTimeStep () override |
| |
|
data::AquiferData | aquiferData () const override |
| |
|
void | addToSource (RateVector &rates, const unsigned cellIdx, [[maybe_unused]] const unsigned timeIdx) override |
| |
|
template<class Serializer > |
| void | serializeOp (Serializer &serializer) |
| |
|
bool | operator== (const AquiferConstantFlux &rhs) const |
| |
|
| AquiferInterface (int aqID, const Simulator &simulator) |
| |
|
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_or_h2store_ () const |
| |
|
int | phaseIdx_ () const |
| |
|
const int | aquiferID_ {} |
| |
|
const Simulator & | simulator_ |
| |
The documentation for this class was generated from the following file: