Defines the properties required for finite volume pressure models in a two-phase sequential model. More...
#include <dumux/common/properties/propertysystemmacros.hh>
#include <dumux/porousmediumflow/2p/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 in a two-phase sequential model.
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
namespace | Dumux::Properties |
Functions | |
Type tag FVPressureTwoP | Dumux::Properties::INHERITS_FROM (PressureTwoP)) |
The type tag for two-phase problems using a standard finite volume model. More... | |
Dumux::Properties::SET_TYPE_PROP (FVPressureTwoP, Velocity, FVVelocity2P< TypeTag >) | |
Set velocity reconstruction implementation standard cell centered finite volume schemes as default. More... | |
Dumux::Properties::SET_TYPE_PROP (FVPressureTwoP, PressureModel, FVPressure2P< TypeTag >) | |
Set finite volume implementation of the two-phase pressure equation as default pressure model. More... | |
Dumux::Properties::SET_BOOL_PROP (FVPressureTwoP, VisitFacesOnlyOnce, true) | |
Allow assembling algorithm for the pressure matrix to assemble only from one side of a cell-cell interface. More... | |