Specifies the properties for immiscible 2p transport. More...
#include <dumux/common/properties/propertysystemmacros.hh>
#include <dumux/porousmediumflow/2p/sequential/transport/properties.hh>
#include "evalcflfluxdefault.hh"
#include "dumux/porousmediumflow/2p/sequential/transport/cellcentered/diffusivepart.hh"
#include "dumux/porousmediumflow/2p/sequential/transport/cellcentered/convectivepart.hh"
#include <dumux/porousmediumflow/2p/sequential/transport/cellcentered/saturation.hh>
Go to the source code of this file.
Specifies the properties for immiscible 2p transport.
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
namespace | Dumux::Properties |
Functions | |
Type tag FVTransportTwoP | Dumux::Properties::INHERITS_FROM (TransportTwoP)) |
The type tag for two-phase problems using a standard finite volume model. More... | |
Dumux::Properties::SET_TYPE_PROP (FVTransportTwoP, EvalCflFluxFunction, EvalCflFluxDefault< TypeTag >) | |
Set the default implementation of the cfl-condition. More... | |
Dumux::Properties::SET_TYPE_PROP (FVTransportTwoP, CapillaryFlux, DiffusivePart< TypeTag >) | |
Set the default implementation of a diffusive flux -> diffusive flux dissabled. More... | |
Dumux::Properties::SET_TYPE_PROP (FVTransportTwoP, GravityFlux, ConvectivePart< TypeTag >) | |
Set the default implementation of an additional convective flux -> additional convective flux dissabled. More... | |
Dumux::Properties::SET_BOOL_PROP (FVTransportTwoP, PrecomputedConstRels, true) | |
Set PrecomputedConstRels flag true as default. More... | |
Dumux::Properties::SET_TYPE_PROP (FVTransportTwoP, TransportModel, FVSaturation2P< TypeTag >) | |
Set finite volume implementation of the two-phase saturation equation as default saturation model. More... | |
Variables | |
Property tag | Dumux::Properties::PrecomputedConstRels |