Defines the properties required for (immiscible) two-phase sequential models.
|
Type tag SequentialOneP | Dumux::Properties::INHERITS_FROM (SequentialModel)) |
| The type tag for the single-phase problem. More...
|
|
| Dumux::Properties::SET_INT_PROP (SequentialTwoP, NumEq, 2) |
| Set number of equations to 2 for isothermal two-phase models. More...
|
|
| Dumux::Properties::SET_INT_PROP (SequentialTwoP, NumPhases, 2) |
| Set number of phases to 2 for two-phase models. More...
|
|
| Dumux::Properties::SET_INT_PROP (SequentialTwoP, NumComponents, 1) |
| Set number of components to 1 for immiscible two-phase models. More...
|
|
| Dumux::Properties::SET_INT_PROP (SequentialTwoP, Formulation, SequentialTwoPCommonIndices::pwsw) |
| Set \(p_w\)- \(S_w\) formulation as default two-phase formulation. More...
|
|
| Dumux::Properties::SET_INT_PROP (SequentialTwoP, PressureFormulation, GET_PROP_TYPE(TypeTag, Indices)::pressureType) |
| Set the default pressure formulation according to the chosen two-phase formulation. More...
|
|
| Dumux::Properties::SET_INT_PROP (SequentialTwoP, SaturationFormulation, GET_PROP_TYPE(TypeTag, Indices)::saturationType) |
| Set the default saturation formulation according to the chosen two-phase formulation. More...
|
|
| Dumux::Properties::SET_INT_PROP (SequentialTwoP, VelocityFormulation, GET_PROP_TYPE(TypeTag, Indices)::velocityDefault) |
| Set the default velocity formulation according to the chosen two-phase formulation. More...
|
|
| Dumux::Properties::SET_BOOL_PROP (SequentialTwoP, EnableCompressibility, false) |
| Disable compressibility by default. More...
|
|
| Dumux::Properties::SET_TYPE_PROP (SequentialTwoP, Variables, VariableClass< TypeTag >) |
| Set general sequential VariableClass as default. More...
|
|
| Dumux::Properties::SET_TYPE_PROP (SequentialTwoP, CellData, CellData2P< TypeTag, GET_PROP_VALUE(TypeTag, EnableCompressibility)>) |
| Set standart CellData of immiscible two-phase models as default. More...
|
|
| Dumux::Properties::SET_TYPE_PROP (SequentialTwoP, SpatialParams, SequentialFVSpatialParams< TypeTag >) |
| The spatial parameters to be employed. Use SequentialFVSpatialParams by default. More...
|
|