Two-phase (immiscible) Darcy flow For a detailed model decription see porousmediumflow/2p/model.hh.
More...
Two-phase (immiscible) Darcy flow For a detailed model decription see porousmediumflow/2p/model.hh.
|
| Sequential |
| Sequential two-phase (immiscible) Darcy flow.
|
|
|
class | Dumux::BoxMaterialInterfaces< GridGeometry, PcKrSw > |
| Class that determines the material with the lowest capillary pressure (under fully water-saturated conditions) around the nodes of a grid. More...
|
|
class | Dumux::TwoPGridAdaptIndicator< TypeTag > |
| Class defining a standard, saturation dependent indicator for grid adaptation. More...
|
|
class | Dumux::TwoPGridDataTransfer< TypeTag > |
| Class performing the transfer of data on a grid from before to after adaptation. More...
|
|
class | Dumux::TwoPIncompressibleLocalResidual< TypeTag > |
| Element-wise calculation of the residual and its derivatives for a two-phase, incompressible test problem. More...
|
|
struct | Dumux::TwoPIndices |
| Defines the indices required for the two-phase fully implicit model. More...
|
|
class | Dumux::TwoPIOFields |
| Adds I/O fields specific to the two-phase model. More...
|
|
struct | Dumux::TwoPModelTraits< formulation > |
| Specifies a number properties of two-phase models. More...
|
|
struct | Dumux::TwoPVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT, SR > |
| Traits class for the two-phase model. More...
|
|
class | Dumux::TwoPScvSaturationReconstruction< M, enableReconstruction > |
| Class that computes the nonwetting saturation in an scv from the saturation at the global degree of freedom. More...
|
|
class | Dumux::TwoPVolumeVariables< Traits > |
| Contains the quantities which are are constant within a finite volume in the two-phase model. More...
|
|
◆ TwoPFormulation
Enumerates the formulations which the two-phase model accepts.
Enumerator |
---|
p0s1 | first phase pressure and second phase saturation as primary variables
|
p1s0 | first phase saturation and second phase pressure as primary variables
|