29#ifndef DUMUX_FACETCOUPLING_CC_MPFA_PROPERTIES_HH
30#define DUMUX_FACETCOUPLING_CC_MPFA_PROPERTIES_HH
53template<
class TypeTag>
57template<
class TypeTag>
71template<
class TypeTag>
85template<
class TypeTag>
Properties for all models using cell-centered finite volume scheme with mpfa.
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:48
Type tag for numeric models.
Definition grid.hh:36
The type of the base class of the local residual (specific to a discretization scheme).
Definition common/properties.hh:78
Container storing the different types of flux variables.
Definition common/properties.hh:124
The primary interaction volume type.
Definition common/properties.hh:140
The secondary interaction volume type used e.g. on the boundaries.
Definition common/properties.hh:142
Calculates the element-wise residual for cell-centered discretization schemes in models where couplin...
Definition multidomain/facet/cellcentered/localresidual.hh:44
Forward declaration of the facet coupling MPFA-O interaction volume.
Definition multidomain/facet/cellcentered/mpfa/interactionvolume.hh:81
The default interaction volume traits class for the mpfa-o method in the context of facet coupling....
Definition multidomain/facet/cellcentered/mpfa/interactionvolume.hh:53
Definition multidomain/facet/cellcentered/mpfa/properties.hh:49
std::tuple< CCMpfaModel > InheritsFrom
Definition multidomain/facet/cellcentered/mpfa/properties.hh:49
CCFacetCouplingLocalResidual< TypeTag > type
Definition multidomain/facet/cellcentered/mpfa/properties.hh:54
CCMpfaOFacetCouplingInteractionVolume< Traits > type
Definition multidomain/facet/cellcentered/mpfa/properties.hh:67
CCMpfaOFacetCouplingInteractionVolume< Traits > type
Definition multidomain/facet/cellcentered/mpfa/properties.hh:81
PorousMediumFluxVariables< TypeTag, CCFacetCouplingUpwindScheme< GetPropType< TypeTag, Properties::GridGeometry > > > type
Definition multidomain/facet/cellcentered/mpfa/properties.hh:88
The upwind scheme used for the advective fluxes. This is a modified scheme for models involving coupl...
Definition multidomain/facet/cellcentered/upwindscheme.hh:42
The porous medium flux variables class that computes advective / convective, molecular diffusive and ...
Definition porousmediumflow/fluxvariables.hh:53
Declares all properties used in Dumux.
Forward declaration of the facet coupling MPFA-O interaction volume.
Modified upwind scheme for models using cell-centered schemes with coupling across element facets.
Base class for the flux variables in porous medium models.
Calculates the element-wise residual for cell-centered discretization schemes in models where couplin...