24#ifndef DUMUX_FV_TRANSPORT_PROPERTIES_2P_HH
25#define DUMUX_FV_TRANSPORT_PROPERTIES_2P_HH
49template<
class TypeTag,
class MyTypeTag>
62template<
class TypeTag>
65template<
class TypeTag>
68template<
class TypeTag>
71template<
class TypeTag>
74template<
class TypeTag>
Base class for defining a convective part of the saturation transport equation.
Base class for defining a diffusive part of the saturation transport equation.
Fluxes to evaluate a CFL-Condition.
Finite volume discretization of a saturation transport equation.
Definition common/properties.hh:48
Type tag for numeric models.
Definition grid.hh:36
a tag to mark properties as undefined
Definition propertysystem.hh:36
Base class for defining a convective part of the saturation transport equation.
Definition convectivepart.hh:39
Base class for defining the diffusive part of the saturation transport equation.
Definition diffusivepart.hh:38
Default implementation of cfl-fluxes to evaluate a CFL-Condition.
Definition evalcflfluxdefault.hh:41
Definition porousmediumflow/2p/sequential/transport/cellcentered/properties.hh:41
std::tuple< TransportTwoP > InheritsFrom
Definition porousmediumflow/2p/sequential/transport/cellcentered/properties.hh:41
Definition porousmediumflow/2p/sequential/transport/cellcentered/properties.hh:50
UndefinedProperty type
Definition porousmediumflow/2p/sequential/transport/cellcentered/properties.hh:50
EvalCflFluxDefault< TypeTag > type
Definition porousmediumflow/2p/sequential/transport/cellcentered/properties.hh:63
DiffusivePart< TypeTag > type
Definition porousmediumflow/2p/sequential/transport/cellcentered/properties.hh:66
ConvectivePart< TypeTag > type
Definition porousmediumflow/2p/sequential/transport/cellcentered/properties.hh:69
static constexpr bool value
Definition porousmediumflow/2p/sequential/transport/cellcentered/properties.hh:72
FVSaturation2P< TypeTag > type
Definition porousmediumflow/2p/sequential/transport/cellcentered/properties.hh:75
The finite volume discretization of a saturation transport equation.
Definition saturation.hh:76
The type of the diffusive part in a transport equation.
Definition porousmediumflow/2p/sequential/transport/properties.hh:48
The type of a convective part in a transport equation.
Definition porousmediumflow/2p/sequential/transport/properties.hh:50
The type of the discretization of a transport model.
Definition porousmediumflow/sequential/properties.hh:77
Type of the evaluation of the CFL-condition.
Definition transportproperties.hh:55
Declares all properties used in Dumux.
Specifies the properties for immiscible 2p transport.