17#ifndef DUMUX_FACETCOUPLING_CC_TPFA_PROPERTIES_HH
18#define DUMUX_FACETCOUPLING_CC_TPFA_PROPERTIES_HH
42template<
class TypeTag>
43struct AdvectionType<TypeTag,
TTag::CCTpfaFacetCouplingModel>
50template<
class TypeTag>
51struct MolecularDiffusionType<TypeTag,
TTag::CCTpfaFacetCouplingModel>
57template<
class TypeTag>
58struct HeatConductionType<TypeTag,
TTag::CCTpfaFacetCouplingModel>
64template<
class TypeTag>
68template<
class TypeTag>
69struct FluxVariables<TypeTag,
TTag::CCTpfaFacetCouplingModel>
Properties for all models using cell-centered finite volume scheme with TPFA.
Calculates the element-wise residual for cell-centered discretization schemes in models where couplin...
Definition multidomain/facet/cellcentered/localresidual.hh:35
The upwind scheme used for the advective fluxes. This is a modified scheme for models involving coupl...
Definition multidomain/facet/cellcentered/upwindscheme.hh:30
The porous medium flux variables class that computes advective / convective, molecular diffusive and ...
Definition porousmediumflow/fluxvariables.hh:41
Defines all properties used in Dumux.
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:47
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:51
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:45
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:296
Calculates the element-wise residual for cell-centered discretization schemes in models where couplin...
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.
Type tag for numeric models.
Definition grid.hh:24
The energy balance equation for a porous solid.
Definition common/properties.hh:26
Base class for the flux variables in porous medium models.
CCTpfaFacetCouplingDarcysLaw< GetPropType< TypeTag, Properties::Scalar >, GetPropType< TypeTag, Properties::GridGeometry > > type
Definition multidomain/facet/cellcentered/tpfa/properties.hh:45
CCFacetCouplingLocalResidual< TypeTag > type
Definition multidomain/facet/cellcentered/tpfa/properties.hh:65
PorousMediumFluxVariables< TypeTag, CCFacetCouplingUpwindScheme< GetPropType< TypeTag, Properties::GridGeometry > > > type
Definition multidomain/facet/cellcentered/tpfa/properties.hh:71
CCTpfaFacetCouplingFouriersLaw< TypeTag > type
Definition multidomain/facet/cellcentered/tpfa/properties.hh:60
CCTpfaFacetCouplingFicksLaw< TypeTag > type
Definition multidomain/facet/cellcentered/tpfa/properties.hh:53
Definition multidomain/facet/cellcentered/tpfa/properties.hh:38
std::tuple< CCTpfaModel > InheritsFrom
Definition multidomain/facet/cellcentered/tpfa/properties.hh:38