Defines the properties required for the single phase sequential model. More...
#include <dumux/porousmediumflow/sequential/properties.hh>#include <dumux/material/spatialparams/sequentialfv1p.hh>#include <dumux/linear/seqsolverbackend.hh>#include <dumux/porousmediumflow/sequential/variableclass.hh>#include <dumux/porousmediumflow/1p/sequential/celldata.hh>#include <dumux/porousmediumflow/1p/sequential/indices.hh>Go to the source code of this file.
Defines the properties required for the single phase sequential model.
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
| namespace | Dumux::Properties |
Functions | |
| Type tag SequentialOneP | Dumux::Properties::INHERITS_FROM (SequentialModel)) |
| The type tag for the single-phase problem. More... | |
| Dumux::Properties::SET_INT_PROP (SequentialOneP, NumEq, 1) | |
| Set number of equations to 1 for isothermal one-phase models. More... | |
| Dumux::Properties::SET_INT_PROP (SequentialOneP, NumPhases, 1) | |
| Set number of phases to 1 for one-phase models. More... | |
| Dumux::Properties::SET_INT_PROP (SequentialOneP, NumComponents, 1) | |
| Each phase consists of 1 pure component. More... | |
| Dumux::Properties::SET_TYPE_PROP (SequentialOneP, Indices, SequentialOnePCommonIndices) | |
| Chose the set of indices for the one-phase formulation. More... | |
| Dumux::Properties::SET_TYPE_PROP (SequentialOneP, Variables, VariableClass< TypeTag >) | |
| Set general sequential VariableClass as default. More... | |
| Dumux::Properties::SET_TYPE_PROP (SequentialOneP, CellData, CellData1P< TypeTag >) | |
| Set standart CellData of immiscible one-phase models as default. More... | |
| Dumux::Properties::SET_TYPE_PROP (SequentialOneP, SpatialParams, SequentialFVSpatialParamsOneP< TypeTag >) | |
| The spatial parameters to be employed. Use BoxSpatialParams by default. More... | |
Variables | |
| Property tag | Dumux::Properties::Fluid |
