29#ifndef DUMUX_FACETCOUPLING_CC_TPFA_PROPERTIES_HH
30#define DUMUX_FACETCOUPLING_CC_TPFA_PROPERTIES_HH
54template<
class TypeTag>
62template<
class TypeTag>
69template<
class TypeTag>
76template<
class TypeTag>
80template<
class TypeTag>
Properties for all models using cell-centered finite volume scheme with TPFA.
CCTpfaFacetCouplingFicksLawImpl< TypeTag, referenceSystem,(int(GetPropType< TypeTag, Properties::GridGeometry >::GridView::dimension)< int(GetPropType< TypeTag, Properties::GridGeometry >::GridView::dimensionworld)) > CCTpfaFacetCouplingFicksLaw
Fick's law for cell-centered finite volume schemes with two-point flux approximation in the context o...
Definition multidomain/facet/cellcentered/tpfa/fickslaw.hh:58
CCTpfaFacetCouplingDarcysLawImpl< ScalarType, GridGeometry,(int(GridGeometry::GridView::dimension)< int(GridGeometry::GridView::dimensionworld)) > CCTpfaFacetCouplingDarcysLaw
Darcy's law for cell-centered finite volume schemes with two-point flux approximation in the context ...
Definition multidomain/facet/cellcentered/tpfa/darcyslaw.hh:62
CCTpfaFacetCouplingFouriersLawImpl< TypeTag,(int(GetPropType< TypeTag, Properties::GridGeometry >::GridView::dimension)< int(GetPropType< TypeTag, Properties::GridGeometry >::GridView::dimensionworld)) > CCTpfaFacetCouplingFouriersLaw
Fouriers's law for cell-centered finite volume schemes with two-point flux approximation in the conte...
Definition multidomain/facet/cellcentered/tpfa/fourierslaw.hh:56
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 type for the calculation the advective fluxes.
Definition common/properties.hh:152
The type for the calculation of the molecular diffusion fluxes.
Definition common/properties.hh:156
The type for the calculation of the heat conduction fluxes.
Definition common/properties.hh:160
Calculates the element-wise residual for cell-centered discretization schemes in models where couplin...
Definition multidomain/facet/cellcentered/localresidual.hh:44
Definition multidomain/facet/cellcentered/tpfa/properties.hh:50
std::tuple< CCTpfaModel > InheritsFrom
Definition multidomain/facet/cellcentered/tpfa/properties.hh:50
CCTpfaFacetCouplingDarcysLaw< GetPropType< TypeTag, Properties::Scalar >, GetPropType< TypeTag, Properties::GridGeometry > > type
Definition multidomain/facet/cellcentered/tpfa/properties.hh:57
CCTpfaFacetCouplingFicksLaw< TypeTag > type
Definition multidomain/facet/cellcentered/tpfa/properties.hh:65
CCTpfaFacetCouplingFouriersLaw< TypeTag > type
Definition multidomain/facet/cellcentered/tpfa/properties.hh:72
CCFacetCouplingLocalResidual< TypeTag > type
Definition multidomain/facet/cellcentered/tpfa/properties.hh:77
PorousMediumFluxVariables< TypeTag, CCFacetCouplingUpwindScheme< GetPropType< TypeTag, Properties::GridGeometry > > > type
Definition multidomain/facet/cellcentered/tpfa/properties.hh:83
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.
Darcy's law for cell-centered finite volume schemes with two-point flux approximation in the context ...
Fick's law for cell-centered finite volume schemes with two-point flux approximation in the context o...
Fouriers's law for cell-centered finite volume schemes with two-point flux approximation in the conte...
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...