|
|
| FIBlackOilModelNoCache (Simulator &simulator) |
| |
|
IntensiveQuantities | intensiveQuantities (unsigned globalIdx, unsigned timeIdx) const |
| |
|
| FIBlackOilModel (Simulator &simulator) |
| |
|
void | invalidateAndUpdateIntensiveQuantities (unsigned timeIdx) const |
| |
|
void | invalidateAndUpdateIntensiveQuantitiesOverlap (unsigned timeIdx) const |
| |
|
template<class GridSubDomain > |
| void | invalidateAndUpdateIntensiveQuantities (unsigned timeIdx, const GridSubDomain &gridSubDomain) const |
| |
| void | updateFailed () |
| | Called by the update() method if it was unsuccessful. More...
|
| |
|
const IntensiveQuantities & | intensiveQuantities (unsigned globalIdx, unsigned timeIdx) const |
| |
|
| BlackOilModel (Simulator &simulator) |
| |
| std::string | primaryVarName (unsigned pvIdx) const |
| | Given an primary variable index, return a human readable name. More...
|
| |
| std::string | eqName (int eqIdx) const |
| | Given an equation index, return a human readable name. More...
|
| |
| Scalar | primaryVarWeight (unsigned globalDofIdx, unsigned pvIdx) const |
| | Returns the relative weight of a primary variable for calculating relative errors. More...
|
| |
| Scalar | eqWeight (unsigned globalDofIdx, unsigned eqIdx) const |
| | Returns the relative weight of an equation. More...
|
| |
|
void | setEqWeight (unsigned eqIdx, Scalar value) |
| |
| template<class DofEntity > |
| void | serializeEntity (std::ostream &outstream, const DofEntity &dof) |
| | Write the current solution for a degree of freedom to a restart file. More...
|
| |
| template<class DofEntity > |
| void | deserializeEntity (std::istream &instream, const DofEntity &dof) |
| | Reads the current solution variables for a degree of freedom from a restart file. More...
|
| |
| template<class Restarter > |
| void | deserialize (Restarter &res) |
| | Deserializes the state of the model. More...
|
| |
|
template<class Context > |
| void | supplementInitialSolution_ (PrimaryVariables &priVars, const Context &context, unsigned dofIdx, unsigned timeIdx) |
| |
|
void | registerOutputModules_ () |
| |
|
| MultiPhaseBaseModel (Simulator &simulator) |
| |
| bool | phaseIsConsidered (unsigned) const |
| | Returns true iff a fluid phase is used by the model. More...
|
| |
| void | globalPhaseStorage (EqVector &storage, unsigned phaseIdx) |
| | Compute the total storage inside one phase of all conservation quantities. More...
|
| |
|
void | registerOutputModules_ () |
| |
|
|
using | Indices = GetPropType< TypeTag, Properties::Indices > |
| |
|
using | FluidSystem = GetPropType< TypeTag, Properties::FluidSystem > |
| |
|
using | PrimaryVariables = GetPropType< TypeTag, Properties::PrimaryVariables > |
| |
|
using | LocalResidual = GetPropType< TypeTag, Properties::LocalResidual > |
| |
|
static void | registerParameters () |
| | Register all run-time parameters for the immiscible model.
|
| |
| static std::string | name () |
| |
|
static void | registerParameters () |
| | Register all run-time parameters for the immiscible model.
|
| |
|
template<EclMultiplexerApproach ApproachArg> |
| using | EMD = EclMultiplexerDispatch< ApproachArg > |
| |
|
void | updateCachedIntQuants (const unsigned timeIdx) const |
| |
|
template<class EMDArg > |
| void | updateCachedIntQuants1 (const unsigned timeIdx) const |
| |
|
template<class ... Args> |
| void | updateCachedIntQuantsLoop (const unsigned timeIdx) const |
| |
|
template<class ... Args> |
| void | updateSingleCachedIntQuantUnchecked (const unsigned globalIdx, const unsigned timeIdx) const |
| |
|
ElementChunks< GridView, Dune::Partitions::All > | element_chunks_ |
| |