17#ifndef DUMUX_FACETCOUPLING_CC_TPFA_PROPERTIES_HH
18#define DUMUX_FACETCOUPLING_CC_TPFA_PROPERTIES_HH
46template<
class TypeTag>
47struct AdvectionType<TypeTag, TTag::CCTpfaFacetCouplingModel>
54template<
class TypeTag>
55struct MolecularDiffusionType<TypeTag, TTag::CCTpfaFacetCouplingModel>
61template<
class TypeTag>
62struct HeatConductionType<TypeTag, TTag::CCTpfaFacetCouplingModel>
68template<
class TypeTag>
69struct FluxVariables<TypeTag, TTag::CCTpfaFacetCouplingModel>
82template<CCTpfaFacetCouplingModel TypeTag>
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
Forward declaration of the implementation.
Definition: multidomain/facet/cellcentered/tpfa/darcyslaw.hh:33
Forward declaration of the implementation.
Definition: multidomain/facet/cellcentered/tpfa/fickslaw.hh:38
Forward declaration of the implementation.
Definition: multidomain/facet/cellcentered/tpfa/fourierslaw.hh:36
The element-wise residual for control-volume finite element schemes.
Definition: cvfelocalresidual.hh:63
The porous medium flux variables class that computes advective / convective, molecular diffusive and ...
Definition: porousmediumflow/fluxvariables.hh:41
Defines all properties used in Dumux.
Definition: multidomain/facet/cellcentered/tpfa/properties.hh:80
Definition: cctpfa.hh:112
The default local operator than can be specialized for each discretization scheme.
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...
Modified upwind scheme for models using cell-centered schemes with coupling across element facets.
typename Detail::DiscretizationDefaultLocalOperator< TypeTag >::type DiscretizationDefaultLocalOperator
Definition: defaultlocaloperator.hh:27
Base class for the flux variables in porous medium models.
Definition: multidomain/facet/cellcentered/tpfa/properties.hh:42
std::tuple< CCTpfaModel > InheritsFrom
Definition: multidomain/facet/cellcentered/tpfa/properties.hh:42