|
| 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.
|
|
const IntensiveQuantities & | intensiveQuantities (unsigned globalIdx, unsigned timeIdx) const |
|
| BlackOilModel (Simulator &simulator) |
|
std::string | primaryVarName (int pvIdx) const |
| Given an primary variable index, return a human readable name.
|
|
std::string | eqName (int eqIdx) const |
| Given an equation index, return a human readable name.
|
|
Scalar | primaryVarWeight (unsigned globalDofIdx, unsigned pvIdx) const |
| Returns the relative weight of a primary variable for calculating relative errors.
|
|
Scalar | eqWeight (unsigned globalDofIdx, unsigned eqIdx) const |
| Returns the relative weight of an equation.
|
|
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.
|
|
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.
|
|
template<class Restarter > |
void | deserialize (Restarter &res) |
| Deserializes the state of the model.
|
|
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.
|
|
void | globalPhaseStorage (EqVector &storage, unsigned phaseIdx) |
| Compute the total storage inside one phase of all conservation quantities.
|
|
void | registerOutputModules_ () |
|