Defines the properties required for finite volume pressure models. More...
#include <dumux/common/properties/propertysystemmacros.hh>#include <dumux/porousmediumflow/1p/sequential/diffusion/properties.hh>#include "velocity.hh"#include "pressure.hh"Go to the source code of this file.
Defines the properties required for finite volume pressure models.
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
| namespace | Dumux::Properties |
Functions | |
| Type tag FVPressureOneP | Dumux::Properties::INHERITS_FROM (PressureOneP)) |
| The type tag for the one-phase problems using a standard finite volume model. More... | |
| Dumux::Properties::SET_TYPE_PROP (FVPressureOneP, Velocity, FVVelocity1P< TypeTag >) | |
| Set velocity reconstruction implementation standard cell centered finite volume schemes as default. More... | |
| Dumux::Properties::SET_TYPE_PROP (FVPressureOneP, PressureModel, FVPressure1P< TypeTag >) | |
| Set finite volume implementation of the one-phase pressure equation as default pressure model. More... | |
| Dumux::Properties::SET_BOOL_PROP (FVPressureOneP, VisitFacesOnlyOnce, true) | |
| Allow assembling algorithm for the pressure matrix to assemble only from one side of a cell-cell interface. More... | |
