29#ifndef DUMUX_FACETCOUPLING_BOX_PROPERTIES_HH
30#define DUMUX_FACETCOUPLING_BOX_PROPERTIES_HH
56template<
class TypeTag>
60template<
class TypeTag>
68template<
class TypeTag>
75template<
class TypeTag>
82template<
class TypeTag>
90template<
class TypeTag>
94 static constexpr bool enableCache = getPropValue<TypeTag, Properties::EnableGridGeometryCache>();
Defines a type tag and some properties for models using the box scheme.
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition: propertysystem.hh:149
The type of the base class of the local residual (specific to a discretization scheme)
Definition: common/properties.hh:65
Definition: common/properties.hh:101
Container storing the different types of flux variables.
Definition: common/properties.hh:112
The type for the calculation the advective fluxes.
Definition: common/properties.hh:140
The type for the calculation of the molecular diffusion fluxes.
Definition: common/properties.hh:144
The type for the calculation of the heat conduction fluxes.
Definition: common/properties.hh:148
Darcy's law for the box scheme in the context of coupled models where coupling occurs across the face...
Definition: multidomain/facet/box/darcyslaw.hh:51
Ficks's law for the box scheme in the context of coupled models where coupling occurs across the face...
Definition: multidomain/facet/box/fickslaw.hh:53
Fourier's law for the box scheme in the context of coupled models where coupling occurs across the fa...
Definition: multidomain/facet/box/fourierslaw.hh:54
Base class for the finite volume geometry vector for box schemes in the context of coupled models whe...
Definition: multidomain/facet/box/fvgridgeometry.hh:84
The element-wise residual for the box scheme.
Definition: multidomain/facet/box/localresidual.hh:43
Definition: multidomain/facet/box/properties.hh:52
std::tuple< BoxModel > InheritsFrom
Definition: multidomain/facet/box/properties.hh:52
The upwind scheme used for the advective fluxes. This is a modified scheme for models involving coupl...
Definition: multidomain/facet/box/upwindscheme.hh:41
The porous medium flux variables class that computes advective / convective, molecular diffusive and ...
Definition: porousmediumflow/fluxvariables.hh:53
Declares all properties used in Dumux.
Base class for the finite volume grid geometry for box models in the context of models considering co...
Modified upwind scheme for models using the box scheme with coupling across element facets.
Base class for the flux variables in porous medium models.
Calculates the element-wise residual for the box scheme with coupling to a lower-dimensional domain o...