26#ifndef DUMUX_POROUSMEDIUMFLOW_BOXDFM_MODEL_HH
27#define DUMUX_POROUSMEDIUMFLOW_BOXDFM_MODEL_HH
48#pragma GCC diagnostic push
49#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
51template<
class TypeTag>
61#pragma GCC diagnostic pop
64template<
class TypeTag>
Defines a type tag and some properties for models using the box scheme.
make the local view function available whenever we use the grid geometry
Definition adapt.hh:29
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:153
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
Definition common/properties.hh:47
Type tag for numeric models.
Definition grid.hh:35
The type of the global finite volume geometry.
Definition common/properties.hh:125
Stores data associated with flux vars.
Definition common/properties.hh:182
We only store discretization-related quantities for the box method. However, we cannot reuse the cach...
Definition porousmediumflow/boxdfm/fluxvariablescache.hh:45
Base class for the finite volume geometry vector for box schemes.
Definition porousmediumflow/boxdfm/fvgridgeometry.hh:85
Definition porousmediumflow/boxdfm/model.hh:40
std::tuple< BoxModel > InheritsFrom
Definition porousmediumflow/boxdfm/model.hh:40
BoxDfmFVGridGeometry< Scalar, GridView, enableCache > type
Definition porousmediumflow/boxdfm/model.hh:59
BoxDfmFluxVariablesCache< TypeTag > type
Definition porousmediumflow/boxdfm/model.hh:65
Cache class for the flux variables to be used in conjunction with the box discrete fracture scheme.
Base class for the finite volume geometry vector for box schemes that consider extra connectivity bet...