13#ifndef DUMUX_DISCRETIZTAION_PQ1BUBBLE_HH
14#define DUMUX_DISCRETIZTAION_PQ1BUBBLE_HH
19#include <dune/common/fvector.hh>
20#include <dune/geometry/multilineargeometry.hh>
25#include <dumux/common/typetraits/boundary_.hh>
55template<
class TypeTag>
56struct GridGeometry<TypeTag, TTag::PQ1BubbleModel>
59 static constexpr bool enableCache = getPropValue<TypeTag, Properties::EnableGridGeometryCache>();
67template<
class TypeTag>
68struct GridGeometry<TypeTag, TTag::PQ1BubbleHybridModel>
71 static constexpr bool enableCache = getPropValue<TypeTag, Properties::EnableGridGeometryCache>();
80template<
class TypeTag>
81struct GridVolumeVariables<TypeTag, TTag::PQ1BubbleBase>
84 static constexpr bool enableCache = getPropValue<TypeTag, Properties::EnableGridVolumeVariablesCache>();
93template<
class TypeTag>
94struct FluxVariablesCache<TypeTag, TTag::PQ1BubbleBase>
104template<
class TypeTag>
105struct GridFluxVariablesCache<TypeTag, TTag::PQ1BubbleBase>
108 static constexpr bool enableCache = getPropValue<TypeTag, Properties::EnableGridFluxVariablesCache>();
120template<
class TypeTag>
121struct ElementBoundaryTypes<TypeTag, TTag::PQ1BubbleBase>
125 using GG = std::decay_t<decltype(std::declval<Problem>().gridGeometry())>;
130 using type = std::conditional_t<
131 Dumux::Detail::hasProblemBoundaryTypesForIntersectionFunction<Problem, typename GG::LocalView, typename GG::GridView::Intersection>(),
141template<
class Problem>
145 using GG = std::decay_t<decltype(std::declval<Problem>().gridGeometry())>;
149 using BoundaryTypes = Detail::BoundaryTypes<Problem, typename GG::LocalView, typename GG::GridView::Intersection>::type;
152template<
class TypeTag>
154 typename GetPropType<TypeTag, Properties::GridGeometry>::DiscretizationMethod,
158template<PQ1BubbleModel TypeTag>
Boundary flag to store e.g. in sub control volume faces.
This class stores an array of BoundaryTypes objects.
Definition: cvfe/elementboundarytypes.hh:28
Flux variables cache class for control-volume finite element schemes. For control-volume finite eleme...
Definition: discretization/cvfe/fluxvariablescache.hh:30
Flux variable caches on a gridview.
Definition: discretization/cvfe/gridfluxvariablescache.hh:46
The element-wise residual for control-volume finite element schemes.
Definition: cvfelocalresidual.hh:63
Base class for the grid local variables.
Definition: gridvariablescache.hh:44
A class for providing the new update interface of variables. This allows to still use the VolumesVari...
Definition: variablesadapter.hh:36
This class stores an array of BoundaryTypes objects. This class is not dependent on the used discreti...
Definition: elementboundarytypes.hh:30
Base class for the finite volume geometry vector for pq1bubble schemes This builds up the sub control...
Definition: discretization/pq1bubble/fvgridgeometry.hh:122
Defines all properties used in Dumux.
Type traits for problem classes.
Definition: pq1bubble.hh:153
Boundary types gathered on an element.
The local element solution class for control-volume finite element methods.
Calculates the element-wise residual for control-volume finite element schemes.
The default local operator than can be specialized for each discretization scheme.
Flux variables cache class for control-volume finite element schemes.
Global flux variable cache.
Base class for the finite volume geometry vector for the pq1bubble method This builds up the sub cont...
Boundary types gathered on an element.
Classes related to flux variables caching.
Declares properties required for finite-volume models models.
The grid local variables class for control-volume finite element methods.
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:296
typename GetPropOr< TypeTag, Property, T >::type GetPropTypeOr
get the type alias defined in the property or the type T if the property is undefined
Definition: propertysystem.hh:303
The available discretization methods in Dumux.
Definition: cvfelocalresidual.hh:28
CVFE< CVFEMethods::PQ1Bubble > PQ1Bubble
Definition: method.hh:108
The energy balance equation for a porous solid.
Definition: common/properties.hh:26
typename Detail::DiscretizationDefaultLocalOperator< TypeTag >::type DiscretizationDefaultLocalOperator
Definition: defaultlocaloperator.hh:27
Definition: gridvariablescache.hh:31
GG GridGeometry
Definition: pq1bubble.hh:147
Detail::BoundaryTypes< Problem, typename GG::LocalView, typename GG::GridView::Intersection >::type BoundaryTypes
Definition: pq1bubble.hh:149
Definition: common/typetraits/problem.hh:23
An empty flux variables cache.
Definition: fluxvariablescaching.hh:35
The default traits for the hybrid pq1bubble finite volume grid geometry Defines the scv and scvf type...
Definition: discretization/pq1bubble/fvgridgeometry.hh:108
typename Detail::template ProblemTraits< Problem, typename GridGeometry::DiscretizationMethod >::BoundaryTypes BoundaryTypes
Definition: common/typetraits/problem.hh:34
std::conditional_t< Dumux::Detail::hasProblemBoundaryTypesForIntersectionFunction< Problem, typename GG::LocalView, typename GG::GridView::Intersection >(), Dumux::ElementIntersectionBoundaryTypes< BoundaryTypes >, Dumux::CVFEElementBoundaryTypes< BoundaryTypes > > type
Definition: pq1bubble.hh:134
Definition: pq1bubble.hh:49
std::tuple< FiniteVolumeModel > InheritsFrom
Definition: pq1bubble.hh:49
Definition: pq1bubble.hh:51
std::tuple< PQ1BubbleBase > InheritsFrom
Definition: pq1bubble.hh:51
Definition: pq1bubble.hh:50
std::tuple< PQ1BubbleBase > InheritsFrom
Definition: pq1bubble.hh:50