Three-phase (immiscible) Darcy flow. More...
Adaption of the fully implicit scheme to the three-phase flow model.
This model implements three-phase flow of three fluid phases
By inserting Darcy's law into the equations for the conservation of the phase mass, one gets
where:
The model uses commonly applied auxiliary conditions like
The used primary variables are gas phase pressure
Files | |
file | porousmediumflow/3p/indices.hh |
Defines the indices for the three-phase model. | |
file | porousmediumflow/3p/iofields.hh |
Adds I/O fields specific to the three-phase model. | |
file | porousmediumflow/3p/model.hh |
Adaption of the fully implicit scheme to the three-phase flow model. | |
file | porousmediumflow/3p/volumevariables.hh |
Contains the quantities which are constant within a finite volume in the three-phase model. | |
Classes | |
class | Dumux::ThreePIndices |
The common indices for the isothermal three-phase model. More... | |
class | Dumux::ThreePIOFields |
Adds I/O fields specific to the three-phase model. More... | |
struct | Dumux::ThreePModelTraits |
Specifies a number properties of three-phase models. More... | |
struct | Dumux::ThreePVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT > |
Traits class for the two-phase model. More... | |
class | Dumux::ThreePVolumeVariables< Traits > |
Contains the quantities which are constant within a finite volume in the three-phase model. More... | |