13#ifndef DUMUX_DISCRETIZATION_PQ1BUBBLE_HH
14#define DUMUX_DISCRETIZATION_PQ1BUBBLE_HH
21#include <dumux/common/concepts/variables_.hh>
23#include <dumux/common/typetraits/boundary_.hh>
26#include <dumux/assembly/cvfelocalresidual_.hh>
64template<
class TypeTag>
65struct GridGeometry<TypeTag,
TTag::PQ1BubbleModel>
76template<
class TypeTag>
77struct GridGeometry<TypeTag,
TTag::PQ1BubbleHybridModel>
86 static constexpr std::size_t numCubeBubbles = 2;
93template<
class TypeTag>
94struct GridGeometry<TypeTag,
TTag::PQ1BubbleFEModel>
104template<
class TypeTag>
105struct GridVariables<TypeTag,
TTag::PQ1BubbleFEModel>
121template<
class TypeTag>
122struct EnableGridVolumeVariablesCache<TypeTag,
TTag::PQ1BubbleFEModel> {
static constexpr bool value =
false; };
125template<
class TypeTag>
126struct SolutionVector<TypeTag,
TTag::PQ1BubbleFEModel> {
using type = Dune::BlockVector<GetPropType<TypeTag, Properties::PrimaryVariables>>; };
129template<
class TypeTag>
130struct JacobianMatrix<TypeTag,
TTag::PQ1BubbleFEModel>
135 using MatrixBlock =
typename Dune::FieldMatrix<Scalar, numEq, numEq>;
141template<
class TypeTag>
142struct GridVolumeVariables<TypeTag,
TTag::PQ1BubbleFVBase>
154template<
class TypeTag>
155struct FluxVariablesCache<TypeTag,
TTag::PQ1BubbleModel>
165template<
class TypeTag>
166struct GridFluxVariablesCache<TypeTag,
TTag::PQ1BubbleModel>
181template<
class TypeTag>
182struct GridVariables<TypeTag,
TTag::PQ1BubbleHybridModel>
198template<
class TypeTag>
199struct EnableGridGeometryCache<TypeTag,
TTag::PQ1BubbleHybridModel> {
static constexpr bool value =
false; };
202template<
class TypeTag>
203struct EnableGridVolumeVariablesCache<TypeTag,
TTag::PQ1BubbleHybridModel> {
static constexpr bool value =
false; };
206template<
class TypeTag>
207struct SolutionVector<TypeTag,
TTag::PQ1BubbleHybridModel> {
using type = Dune::BlockVector<GetPropType<TypeTag, Properties::PrimaryVariables>>; };
210template<
class TypeTag>
211struct JacobianMatrix<TypeTag,
TTag::PQ1BubbleHybridModel>
216 using MatrixBlock =
typename Dune::FieldMatrix<Scalar, numEq, numEq>;
222template<
class TypeTag>
223struct ElementBoundaryTypes<TypeTag,
TTag::PQ1BubbleBase>
232 using type = std::conditional_t<
233 Dumux::Detail::hasProblemBoundaryTypesForFaceFunction<Problem, typename GG::LocalView>(),
243template<
class Problem>
251 using BoundaryTypes = Detail::BoundaryTypes<Problem, typename GG::LocalView>::type;
254template<
class TypeTag>
263template<PQ1BubbleFVModel TypeTag>
268 static constexpr bool usesGeneralGridVariables =
269 Dumux::Concept::GridVariables<GV> && !Dumux::Concept::FVGridVariables<GV>;
271 using type = std::conditional_t<usesGeneralGridVariables,
272 Dumux::Experimental::CVFELocalResidual<TypeTag>,
279template<PQ1BubbleHybr
idModel TypeTag>
281{
using type = Dumux::Experimental::CVFELocalResidual<TypeTag>; };
286template<PQ1BubbleFEModel TypeTag>
The element-wise residual for grid-based discretization schemes.
Boundary flag to store e.g. in sub control volume faces.
Interpolation point data related to a local basis.
Definition cvfe/interpolationpointdata.hh:161
This class stores an array of BoundaryTypes objects.
Definition cvfe/elementboundarytypes.hh:29
Flux variables cache class for control-volume finite element schemes. For control-volume finite eleme...
Definition discretization/cvfe/fluxvariablescache.hh:34
The element-wise residual for control-volume finite element schemes.
Definition cvfelocalresidual.hh:60
Base class for the grid local variables.
Definition cvfe/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
The grid variables cache class for hybrid control-volume finite element methods.
Definition cvfe/hybrid/gridvariablescache.hh:50
Base class for the grid local variables.
Definition fem/gridvariablescache.hh:50
The grid variables class for general schemes, storing variables and data.
Definition discretization/gridvariables.hh:27
The element-wise residual for grid-based discretization schemes.
Definition assembly/localresidual.hh:39
Base class for the finite volume geometry vector for pq1bubble schemes This builds up the sub control...
Definition discretization/pq1bubble/fvgridgeometry.hh:145
Defines all properties used in Dumux.
Type traits for problem classes.
Definition pq1bubble.hh:284
Definition pq1bubble.hh:261
Definition pq1bubble.hh:277
Definition pq1bubble.hh:255
Boundary types gathered on an element.
The local element solution class for control-volume finite element methods.
The grid local variables class for control-volume finite element methods.
The grid variables cache class for hybrid control-volume finite element methods.
Classes representing interpolation point data for control-volume finite element schemes.
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.
The grid variables class for general schemes, storing variables and data.
Base class for the finite volume geometry vector for the pq1bubble method This builds up the sub cont...
Boundary types gathered on an element.
The element variables class.
The grid local variables class for finite element methods.
Classes related to flux variables caching.
Declares properties required for finite-volume models models.
CVFEGridFluxVariablesCacheImpl< Problem, FluxVariablesCache, cachingEnabled, Traits, Detail::ScvfQuadratureRuleOrDefault_t< typename Traits::FluxVariablesCache > > CVFEGridFluxVariablesCache
Flux variable caches on a gridview.
Definition discretization/cvfe/gridfluxvariablescache.hh:59
CVFE::DefaultQuadratureTraits< GridView, ScvRule, ScvfRule, ElementRule, IntersectionRule, BoundaryFaceRule > PQ1BubbleQuadratureTraits
Quadrature rule traits for PQ1Bubble discretization.
Definition discretization/pq1bubble/fvgridgeometry.hh:100
FEGridDiscretization< GV, Traits > PQ1BubbleFEGridDiscretization
Finite element grid discretization for the PQ1Bubble method.
Definition pq1bubble/fegriddiscretization.hh:74
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:310
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
constexpr bool inheritsFrom()
Return true if the given type tag inherits from the given parent type tag.
Definition propertysystem.hh:262
The available discretization methods in Dumux.
Definition discretization/pq1bubble/geometryhelper.hh:53
Definition cvfelocalresidual.hh:25
typename ProblemGridGeometryHelper< Problem >::type ProblemGridGeometry
Definition common/typetraits/problem.hh:40
CVFE< CVFEMethods::PQ1Bubble > PQ1Bubble
Definition method.hh:126
Type tag for numeric models.
Definition grid.hh:24
The energy balance equation for a porous solid.
Definition common/properties.hh:26
Finite element grid discretization for the PQ1Bubble method.
Definition cvfe/gridvariablescache.hh:31
CCLocalResidual< TypeTag > type
Definition ccmpfa.hh:185
Definition defaultlocaloperator.hh:19
GG GridGeometry
Definition pq1bubble.hh:249
Detail::BoundaryTypes< Problem, typename GG::LocalView >::type BoundaryTypes
Definition pq1bubble.hh:251
Definition common/typetraits/problem.hh:23
Definition cvfe/hybrid/gridvariablescache.hh:36
Definition fem/gridvariablescache.hh:36
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:131
Detail::ProblemGridGeometry< Problem > GridGeometry
Definition common/typetraits/problem.hh:50
typename Detail::template ProblemTraits< Problem, typename GridGeometry::DiscretizationMethod >::BoundaryTypes BoundaryTypes
Definition common/typetraits/problem.hh:51
std::conditional_t< Dumux::Detail::hasProblemBoundaryTypesForFaceFunction< Problem, typename GG::LocalView >(), Dumux::ElementIntersectionBoundaryTypes< BoundaryTypes >, Dumux::CVFEElementBoundaryTypes< BoundaryTypes > > type
Definition pq1bubble.hh:232
static constexpr bool value
Definition pq1bubble.hh:199
static constexpr bool value
Definition pq1bubble.hh:122
static constexpr bool value
Definition pq1bubble.hh:203
CVFEFluxVariablesCache< Scalar, GridGeometry > type
Definition pq1bubble.hh:161
CVFEGridFluxVariablesCache< Problem, FluxVariablesCache, enableCache > type
Definition pq1bubble.hh:177
Dumux::Experimental::PQ1BubbleFEGridDiscretization< Scalar, GridView, enableCache > type
Definition pq1bubble.hh:101
PQ1BubbleFVGridGeometry< Scalar, GridView, enableCache, Traits > type
Definition pq1bubble.hh:89
PQ1BubbleFVGridGeometry< Scalar, GridView, enableCache > type
Definition pq1bubble.hh:72
Dumux::Experimental::GridVariables< GG, GVC > type
Definition pq1bubble.hh:117
Dumux::Experimental::GridVariables< GG, GVC > type
Definition pq1bubble.hh:194
Dumux::Detail::CVFE::CVFEGridVariablesCache< Traits, enableCache > type
Definition pq1bubble.hh:150
typename Dune::BCRSMatrix< MatrixBlock > type
Definition pq1bubble.hh:137
typename Dune::BCRSMatrix< MatrixBlock > type
Definition pq1bubble.hh:218
Dune::BlockVector< GetPropType< TypeTag, Properties::PrimaryVariables > > type
Definition pq1bubble.hh:126
Dune::BlockVector< GetPropType< TypeTag, Properties::PrimaryVariables > > type
Definition pq1bubble.hh:207
Definition pq1bubble.hh:56
std::tuple< GridProperties > InheritsFrom
Definition pq1bubble.hh:56
Definition pq1bubble.hh:60
std::tuple< PQ1BubbleBase > InheritsFrom
Definition pq1bubble.hh:60
Definition pq1bubble.hh:57
std::tuple< FiniteVolumeModel, PQ1BubbleBase > InheritsFrom
Definition pq1bubble.hh:57
Definition pq1bubble.hh:59
std::tuple< PQ1BubbleBase > InheritsFrom
Definition pq1bubble.hh:59
Definition pq1bubble.hh:58
std::tuple< PQ1BubbleFVBase > InheritsFrom
Definition pq1bubble.hh:58