opm-simulators
Loading...
Searching...
No Matches
fvbaseproperties.hh
Go to the documentation of this file.
1// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2// vi: set et ts=4 sw=4 sts=4:
3/*
4 This file is part of the Open Porous Media project (OPM).
5
6 OPM is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 2 of the License, or
9 (at your option) any later version.
10
11 OPM is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with OPM. If not, see <http://www.gnu.org/licenses/>.
18
19 Consult the COPYING file in the top-level source directory of this
20 module for the precise wording of the license and the list of
21 copyright holders.
22*/
30#ifndef EWOMS_FV_BASE_PROPERTIES_HH
31#define EWOMS_FV_BASE_PROPERTIES_HH
32
34
35namespace Opm::Properties {
36
37namespace TTag {
41}
42
43namespace TTag {
44
47{ using InheritsFrom = std::tuple<FvBaseNewtonMethod, ImplicitModel>; };
48
49} // namespace TTag
50
51
52template<class TypeTag, class MyTypeTag>
53struct LinearSolverSplice { using type = UndefinedProperty; };
54template<class TypeTag, class MyTypeTag>
56
65template<class TypeTag, class MyTypeTag>
66struct Evaluation { using type = UndefinedProperty; };
67
69template<class TypeTag, class MyTypeTag>
70struct Stencil { using type = UndefinedProperty; };
71
73template<class TypeTag, class MyTypeTag>
75
76template<class TypeTag, class MyTypeTag>
77struct DiscreteFunction { using type = UndefinedProperty; };
78
80template<class TypeTag, class MyTypeTag>
81struct Problem { using type = UndefinedProperty; };
83template<class TypeTag, class MyTypeTag>
84struct BaseProblem { using type = UndefinedProperty; };
85
87template<class TypeTag, class MyTypeTag>
88struct Discretization { using type = UndefinedProperty; };
90template<class TypeTag, class MyTypeTag>
91struct DiscLocalResidual { using type = UndefinedProperty; };
93template<class TypeTag, class MyTypeTag>
94struct LocalResidual { using type = UndefinedProperty; };
96template<class TypeTag, class MyTypeTag>
97struct LocalLinearizer { using type = UndefinedProperty; };
100template<class TypeTag, class MyTypeTag>
102
104template<class TypeTag, class MyTypeTag>
105struct BaseLinearizer { using type = UndefinedProperty; };
106
108template<class TypeTag, class MyTypeTag>
109struct EqVector { using type = UndefinedProperty; };
111template<class TypeTag, class MyTypeTag>
112struct ElementEqVector { using type = UndefinedProperty; };
113
115template<class TypeTag, class MyTypeTag>
116struct RateVector { using type = UndefinedProperty; };
118template<class TypeTag, class MyTypeTag>
119struct BoundaryRateVector { using type = UndefinedProperty; };
121template<class TypeTag, class MyTypeTag>
122struct Constraints { using type = UndefinedProperty; };
123
125template<class TypeTag, class MyTypeTag>
126struct SolutionVector { using type = UndefinedProperty; };
127
129template<class TypeTag, class MyTypeTag>
130struct PrimaryVariables { using type = UndefinedProperty; };
132template<class TypeTag, class MyTypeTag>
133struct IntensiveQuantities { using type = UndefinedProperty; };
135
136template<class TypeTag, class MyTypeTag>
137struct RunAssemblyOnGpu { using type = UndefinedProperty; };
138
139template<class TypeTag, class MyTypeTag>
141
143template<class TypeTag, class MyTypeTag>
144struct ElementContext { using type = UndefinedProperty; };
146template<class TypeTag, class MyTypeTag>
147struct BoundaryContext { using type = UndefinedProperty; };
149template<class TypeTag, class MyTypeTag>
150struct ConstraintsContext { using type = UndefinedProperty; };
152template<class TypeTag, class MyTypeTag>
153struct ExtensiveQuantities { using type = UndefinedProperty; };
155template<class TypeTag, class MyTypeTag>
156struct GradientCalculator { using type = UndefinedProperty; };
157
159template<class TypeTag, class MyTypeTag>
161
163template<class TypeTag, class MyTypeTag>
165
167template<class TypeTag, class MyTypeTag>
169
171template<class TypeTag, class MyTypeTag>
173
177template<class TypeTag, class MyTypeTag>
178struct ThreadManager { using type = UndefinedProperty; };
179
184template<class TypeTag, class MyTypeTag>
186
187// high-level simulation control
188
198template<class TypeTag, class MyTypeTag>
199struct VtkOutputFormat { using type = UndefinedProperty; };
200
202template<class TypeTag, class MyTypeTag>
203struct EnableConstraints { using type = UndefinedProperty; };
204
205// mappers from local to global DOF indices
206
210template<class TypeTag, class MyTypeTag>
211struct VertexMapper { using type = UndefinedProperty; };
212
216template<class TypeTag, class MyTypeTag>
217struct ElementMapper { using type = UndefinedProperty; };
218
222template<class TypeTag, class MyTypeTag>
223struct DofMapper { using type = UndefinedProperty; };
224
228template<class TypeTag, class MyTypeTag>
229struct TimeDiscHistorySize { using type = UndefinedProperty; };
230
236template<class TypeTag, class MyTypeTag>
238
240template<class TypeTag, class MyTypeTag>
242
244template<class TypeTag, class MyTypeTag>
245struct EnableExperiments { using type = UndefinedProperty; };
246
247// Set defaults
248
250template<class TypeTag>
252{
253 using type = std::tuple<GetSplicePropType<TypeTag, TTag::FvBaseDiscretization, Properties::LinearSolverSplice>,
254 GetSplicePropType<TypeTag, TTag::FvBaseDiscretization, Properties::LocalLinearizerSplice>>;
255};
256
258template<class TypeTag>
261
263template<class TypeTag>
266
267} // namespace Opm::Properties
268
269#endif
Defines a type tags and some fundamental properties all models.
The base class for the finite volume discretization schemes.
Definition fvbasediscretization.hh:298
The generic type tag for problems using the immiscible multi-phase model.
Definition blackoilmodel.hh:82
Linearizes the global non-linear system of equations.
Definition fvbaseproperties.hh:105
The type of the base class for all problems which use this model.
Definition fvbaseproperties.hh:84
The secondary variables of a boundary segment.
Definition fvbaseproperties.hh:147
Type of object for specifying boundary conditions.
Definition fvbaseproperties.hh:119
The secondary variables of a constraint degree of freedom.
Definition fvbaseproperties.hh:150
The class which represents a constraint degree of freedom.
Definition fvbaseproperties.hh:122
The part of the intensive quantities which is specific to the spatial discretization.
Definition fvbaseproperties.hh:160
The part of the VTK ouput modules which is specific to the spatial discretization.
Definition fvbaseproperties.hh:168
The part of the extensive quantities which is specific to the spatial discretization.
Definition fvbaseproperties.hh:164
Definition fvbaseproperties.hh:140
The discretization specific part of the local residual.
Definition fvbaseproperties.hh:91
The class describing the discrete function space when dune-fem is used, otherwise it points to the st...
Definition fvbaseproperties.hh:74
Definition fvbaseproperties.hh:77
The type of the spatial discretization used by the model.
Definition fvbaseproperties.hh:88
The mapper to find the global index of a degree of freedom.
Definition fvbaseproperties.hh:223
The secondary variables of all degrees of freedom in an element's stencil.
Definition fvbaseproperties.hh:144
A vector of holding a quantity for each equation for each DOF of an element.
Definition fvbaseproperties.hh:112
The mapper to find the global index of an element.
Definition fvbaseproperties.hh:217
Specify whether the some degrees of fredom can be constraint.
Definition fvbaseproperties.hh:203
Specify if experimental features should be enabled or not.
Definition fvbaseproperties.hh:245
A vector of holding a quantity for each equation (usually at a given spatial location).
Definition fvbaseproperties.hh:109
Representation of a function evaluation and all necessary derivatives with regard to the intensive qu...
Definition fvbaseproperties.hh:66
Data required to calculate a flux over a face.
Definition fvbaseproperties.hh:153
Specify whether the storage terms use extensive quantities or not.
Definition fvbaseproperties.hh:237
Calculates gradients of arbitrary quantities at flux integration points.
Definition fvbaseproperties.hh:156
The class to create grid communication handles.
Definition fvbaseproperties.hh:172
The secondary variables within a sub-control volume.
Definition fvbaseproperties.hh:133
Definition fvbaseproperties.hh:53
Specify if elements that do not belong to the local process' grid partition should be skipped.
Definition fvbaseproperties.hh:101
Definition fvbaseproperties.hh:55
The type of the local linearizer.
Definition fvbaseproperties.hh:97
The type of the local residual function.
Definition fvbaseproperties.hh:94
A vector of primary variables within a sub-control volume.
Definition fvbaseproperties.hh:130
The type of the problem.
Definition fvbaseproperties.hh:81
Vector containing volumetric or areal rates of quantities.
Definition fvbaseproperties.hh:116
The discretization specific part of the intensive quantities.
Definition fvbaseproperties.hh:137
Vector containing all primary variables of the grid.
Definition fvbaseproperties.hh:126
Definition propertysystem.hh:42
The class describing the stencil of the spatial discretization.
Definition fvbaseproperties.hh:70
Definition fvbasefdlocallinearizer.hh:65
The type tag for models based on the finite volume schemes.
Definition fvbaseproperties.hh:47
Definition fvbasenewtonmethod.hh:50
Definition parallelbicgstabbackend.hh:52
The OpenMP threads manager.
Definition fvbaseproperties.hh:178
The history size required by the time discretization.
Definition fvbaseproperties.hh:229
a tag to mark properties as undefined
Definition propertysystem.hh:38
use locking to prevent race conditions when linearizing the global system of equations in multi-threa...
Definition fvbaseproperties.hh:185
Specify whether to use volumetric residuals or not.
Definition fvbaseproperties.hh:241
The mapper to find the global index of a vertex.
Definition fvbaseproperties.hh:211
Specify the format the VTK output is written to disk.
Definition fvbaseproperties.hh:199