Defines the properties required for finite volume pressure models in a two-phase sequential model. More...
#include <dumux/porousmediumflow/2p/sequential/diffusion/properties.hh>
#include "velocityadaptive.hh"
#include "pressureadaptive.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 (FVPressureTwoPAdaptive, Velocity, FVVelocity2PAdaptive< TypeTag >) | |
Set velocity reconstruction implementation for grid-adaptive cell centered finite volume schemes as default. More... | |
Dumux::Properties::SET_TYPE_PROP (FVPressureTwoPAdaptive, PressureModel, FVPressure2PAdaptive< TypeTag >) | |
Set finite volume implementation of the two-phase pressure equation which allows hanging nodes as default pressure model. More... | |
Dumux::Properties::SET_BOOL_PROP (FVPressureTwoPAdaptive, VisitFacesOnlyOnce, true) | |
Allow assembling algorithm for the pressure matrix to assemble only from one side of a cell-cell interface. More... | |