A base class for fully-implicit multi-phase porous-media flow models which assume multiple fluid phases.
More...
#include <multiphasebasemodel.hh>
|
| MultiPhaseBaseModel (Simulator &simulator) |
|
void | finishInit () |
| Apply the initial conditions to the model. More...
|
|
bool | phaseIsConsidered (unsigned phaseIdx OPM_UNUSED) 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_ () |
|
|
static void | registerParameters () |
| Register all run-time parameters for the immiscible model.
|
|
template<class TypeTag>
class Ewoms::MultiPhaseBaseModel< TypeTag >
A base class for fully-implicit multi-phase porous-media flow models which assume multiple fluid phases.
◆ finishInit()
Apply the initial conditions to the model.
◆ globalPhaseStorage()
Compute the total storage inside one phase of all conservation quantities.
- Parameters
-
storage | Stores the total amount of each conserved quantity inside the domain. |
phaseIdx | The index of the fluid phase of interest. |
◆ phaseIsConsidered()
Returns true iff a fluid phase is used by the model.
- Parameters
-
phaseIdx | The index of the fluid phase in question |
The documentation for this class was generated from the following file: