14#ifndef DUMUX_POROUSMEDIUMFLOW_BOXDFM_MODEL_HH
15#define DUMUX_POROUSMEDIUMFLOW_BOXDFM_MODEL_HH
32template<
class TypeTag>
33struct GridGeometry<TypeTag,
TTag::BoxDfmModel>
44template<
class TypeTag>
Defines a type tag and some properties for models using the box scheme.
Base class for the finite volume geometry vector for box schemes.
Definition porousmediumflow/boxdfm/fvgridgeometry.hh:83
We only store discretization-related quantities for the box method. However, we cannot reuse the cach...
Definition porousmediumflow/boxdfm/fluxvariablescache.hh:33
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:310
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:296
Type tag for numeric models.
Definition grid.hh:24
The energy balance equation for a porous solid.
Definition common/properties.hh:26
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...
BoxDfmFluxVariablesCache< TypeTag > type
Definition porousmediumflow/boxdfm/model.hh:45
BoxDfmFVGridGeometry< Scalar, GridView, enableCache > type
Definition porousmediumflow/boxdfm/model.hh:40
Definition porousmediumflow/boxdfm/model.hh:28
std::tuple< BoxModel > InheritsFrom
Definition porousmediumflow/boxdfm/model.hh:28