Defines the properties required for the sequential 2p2c models.
|
Type tag SequentialTwoPTwoC | Dumux::Properties::INHERITS_FROM (Pressure, Transport, IMPET)) |
| The type tag for the compositional two-phase problems. More...
|
|
| Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoC, Indices, SequentialTwoPTwoCIndices< TypeTag >) |
|
| Dumux::Properties::SET_INT_PROP (SequentialTwoPTwoC, NumEq, 3) |
|
| Dumux::Properties::SET_INT_PROP (SequentialTwoPTwoC, PressureFormulation, GET_PROP_TYPE(TypeTag, Indices)::pressureN) |
| Set the default formulation. More...
|
|
| Dumux::Properties::SET_INT_PROP (SequentialTwoPTwoC, SaturationFormulation, GET_PROP_TYPE(TypeTag, Indices)::saturationW) |
|
| Dumux::Properties::SET_INT_PROP (SequentialTwoPTwoC, VelocityFormulation, GET_PROP_TYPE(TypeTag, Indices)::velocityW) |
|
| Dumux::Properties::SET_BOOL_PROP (SequentialTwoPTwoC, EnableCompressibility, true) |
| Compositional models are very likely compressible. More...
|
|
| Dumux::Properties::SET_BOOL_PROP (SequentialTwoPTwoC, VisitFacesOnlyOnce, false) |
| Faces are regarded from both sides. More...
|
|
| Dumux::Properties::SET_BOOL_PROP (SequentialTwoPTwoC, EnableCapillarity, false) |
| Capillarity is enabled. More...
|
|
| Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoC, Variables, VariableClass< TypeTag >) |
|
| Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoC, CellData, CellData2P2C< TypeTag >) |
|
| Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoC, FluidState, CompositionalFluidState< typename GET_PROP_TYPE(TypeTag, Scalar), typename GET_PROP_TYPE(TypeTag, FluidSystem)>) |
|
| Dumux::Properties::SET_TYPE_PROP (SequentialTwoPTwoC, SpatialParams, SequentialFVSpatialParams< TypeTag >) |
| The spatial parameters to be employed. More...
|
|
| Dumux::Properties::SET_BOOL_PROP (SequentialTwoPTwoC, RegulateBoundaryPermeability, false) |
| Switch off permeability regularization at Dirichlet boundaries by default. More...
|
|