27#ifndef DUMUX_PROPERTIES_HH
28#define DUMUX_PROPERTIES_HH
32#ifndef DUMUX_PROPERTY_SYSTEM_HH
36#ifndef DUMUX_ENABLE_OLD_PROPERTY_MACROS
37#define DUMUX_ENABLE_OLD_PROPERTY_MACROS 1
41#if DUMUX_ENABLE_OLD_PROPERTY_MACROS
52template<
class TypeTag,
class MyTypeTag>
54template<
class TypeTag,
class MyTypeTag>
56template<
class TypeTag,
class MyTypeTag>
58template<
class TypeTag,
class MyTypeTag>
60template<
class TypeTag,
class MyTypeTag>
62template<
class TypeTag,
class MyTypeTag>
64template<
class TypeTag,
class MyTypeTag>
66template<
class TypeTag,
class MyTypeTag>
68template<
class TypeTag,
class MyTypeTag>
70template<
class TypeTag,
class MyTypeTag>
72template<
class TypeTag,
class MyTypeTag>
75template<
class TypeTag,
class MyTypeTag>
77template<
class TypeTag,
class MyTypeTag>
79template<
class TypeTag,
class MyTypeTag>
81template<
class TypeTag,
class MyTypeTag>
83template<
class TypeTag,
class MyTypeTag>
85template<
class TypeTag,
class MyTypeTag>
90template<
class TypeTag,
class MyTypeTag>
94template<
class TypeTag,
class MyTypeTag>
101template<
class TypeTag,
class MyTypeTag>
103template<
class TypeTag,
class MyTypeTag>
105template<
class TypeTag,
class MyTypeTag>
111template<
class TypeTag,
class MyTypeTag>
114#if defined(__clang__) && !defined(DONT_EMIT_CLANG_GRIDGEOMETRY_WARNING)
115#warning "The properties `FVGridGeometry` and `EnableFVGridGeometryCache` \
116are deprecated in favor of `GridGeometry` and `EnableGridGeometryCache`. \
117The old properties will be removed after release 3.1. \
118If clang is used, no deprecation warnings are emitted. \
119We recommend to use gcc for getting rid of the warnings. \
120You can suppress this message by defining the preprocessor variable \
121DONT_EMIT_CLANG_GRIDGEOMETRY_WARNING."
124template<
class TypeTag,
class MyTypeTag>
128template<
class TypeTag,
class MyTypeTag>
137#pragma GCC diagnostic push
138#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
140template<
class TypeTag,
class T>
144template<
class TypeTag>
148template<
class TypeTag,
class MyTypeTag>
154template<
class TypeTag,
bool hasParentTypeTag>
158template<
class TypeTag>
162 static constexpr bool value = getPropValue<TypeTag, Properties::EnableFVGridGeometryCache>();
167template <
class TypeTag,
class MyTypeTag>
171#pragma GCC diagnostic pop
173template<
class TypeTag,
class MyTypeTag>
175template<
class TypeTag,
class MyTypeTag>
177template<
class TypeTag,
class MyTypeTag>
179template<
class TypeTag,
class MyTypeTag>
181template<
class TypeTag,
class MyTypeTag>
183template<
class TypeTag,
class MyTypeTag>
185template<
class TypeTag,
class MyTypeTag>
187template<
class TypeTag,
class MyTypeTag>
189template<
class TypeTag,
class MyTypeTag>
195template<
class TypeTag,
class MyTypeTag>
197template<
class TypeTag,
class MyTypeTag>
199template<
class TypeTag,
class MyTypeTag>
205template<
class TypeTag,
class MyTypeTag>
207template<
class TypeTag,
class MyTypeTag>
209template<
class TypeTag,
class MyTypeTag>
211template<
class TypeTag,
class MyTypeTag>
213template<
class TypeTag,
class MyTypeTag>
215template<
class TypeTag,
class MyTypeTag>
217template<
class TypeTag,
class MyTypeTag>
220template<
class TypeTag,
class MyTypeTag>
222template<
class TypeTag,
class MyTypeTag>
224template<
class TypeTag,
class MyTypeTag>
226template<
class TypeTag,
class MyTypeTag>
228template<
class TypeTag,
class MyTypeTag>
230template<
class TypeTag,
class MyTypeTag>
232template<
class TypeTag,
class MyTypeTag>
234template<
class TypeTag,
class MyTypeTag>
236template<
class TypeTag,
class MyTypeTag>
239template<
class TypeTag,
class MyTypeTag>
243template<
class TypeTag,
class MyTypeTag>
249template<
class TypeTag,
class MyTypeTag>
251template<
class TypeTag,
class MyTypeTag>
257template<
class TypeTag,
class MyTypeTag>
263template<
class TypeTag,
class MyTypeTag>
269template<
class TypeTag,
class MyTypeTag>
276template<
class TypeTag,
class MyTypeTag>
278template<
class TypeTag,
class MyTypeTag>
280template<
class TypeTag,
class MyTypeTag>
282template<
class TypeTag,
class MyTypeTag>
284template<
class TypeTag,
class MyTypeTag>
286template<
class TypeTag,
class MyTypeTag>
288template<
class TypeTag,
class MyTypeTag>
290template<
class TypeTag,
class MyTypeTag>
292template<
class TypeTag,
class MyTypeTag>
294template<
class TypeTag,
class MyTypeTag>
296template<
class TypeTag,
class MyTypeTag>
298template<
class TypeTag,
class MyTypeTag>
300template<
class TypeTag,
class MyTypeTag>
302template<
class TypeTag,
class MyTypeTag>
304template<
class TypeTag,
class MyTypeTag>
311template<
class TypeTag,
class MyTypeTag>
317template<
class TypeTag,
class MyTypeTag>
319template<
class TypeTag,
class MyTypeTag>
321template<
class TypeTag,
class MyTypeTag>
323template<
class TypeTag,
class MyTypeTag>
325template<
class TypeTag,
class MyTypeTag>
327template<
class TypeTag,
class MyTypeTag>
329template<
class TypeTag,
class MyTypeTag>
331template<
class TypeTag,
class MyTypeTag>
333template<
class TypeTag,
class MyTypeTag>
336template<
class TypeTag,
class MyTypeTag>
338template<
class TypeTag,
class MyTypeTag>
345template<
class TypeTag,
class MyTypeTag>
351template<
class TypeTag,
class MyTypeTag>
357template<
class TypeTag,
class MyTypeTag>
The Dumux property system, traits with inheritance.
Provides the magic behind the DuMuX property system.
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition: propertysystem.hh:149
Property to specify the type of scalar values.
Definition: common/properties.hh:53
Property which defines the group that is queried for parameters by default.
Definition: common/properties.hh:55
The DUNE grid type.
Definition: common/properties.hh:57
A vector of primary variables.
Definition: common/properties.hh:59
A vector of size number equations that can be used for Neumann fluxes, sources, residuals,...
Definition: common/properties.hh:61
The type of the grid view according to the grid type.
Definition: common/properties.hh:63
Traits class encapsulating model specifications.
Definition: common/properties.hh:65
Model traits to be used as a base for nonisothermal, mineralization ... models.
Definition: common/properties.hh:67
Property to specify the type of a problem which has to be solved.
Definition: common/properties.hh:69
Property defining the type of point source used.
Definition: common/properties.hh:71
Property defining the class that computes which sub control volume point sources belong to.
Definition: common/properties.hh:73
A class helping models to define default vtk output parameters.
Definition: common/properties.hh:76
A class helping models to define input and output fields.
Definition: common/properties.hh:78
The type of the base class of the local residual (specific to a discretization scheme)
Definition: common/properties.hh:80
Type of the global jacobian matrix.
Definition: common/properties.hh:82
Vector containing all primary variable vector of the grid.
Definition: common/properties.hh:84
Stores the boundary types of a single degree of freedom.
Definition: common/properties.hh:86
Definition: common/properties.hh:91
TODO: Remove this property as soon as the decoupled models are integrated.
Definition: common/properties.hh:95
Property whether to use moles or kg as amount unit for balance equations.
Definition: common/properties.hh:102
The component balance index that should be replaced by the total mass/mole balance.
Definition: common/properties.hh:104
A class that collects options for the evaluation of the balance equations.
Definition: common/properties.hh:106
Stores the boundary types on an element.
Definition: common/properties.hh:112
The type of the global finite volume geometry.
Definition: common/properties.hh:125
specifies if geometric data is saved (faster, but more memory consuming)
Definition: common/properties.hh:129
Definition: common/properties.hh:142
GetPropType< TypeTag, Properties::FVGridGeometry > type
Definition: common/properties.hh:142
Definition: common/properties.hh:150
typename GridGeometryHelper< TypeTag, typename FVGridGeometry< TypeTag, MyTypeTag >::type >::type type
Definition: common/properties.hh:151
Definition: common/properties.hh:156
Definition: common/properties.hh:169
The secondary variables within a sub-control volume.
Definition: common/properties.hh:174
The type for a global container for the volume variables.
Definition: common/properties.hh:176
If disabled, the volume variables are not stored (reduces memory, but is slower)
Definition: common/properties.hh:178
Container storing the different types of flux variables.
Definition: common/properties.hh:180
Stores data associated with flux vars.
Definition: common/properties.hh:182
The engine behind the global flux cache (how to fill caches for the stencil)
Definition: common/properties.hh:184
The global vector of flux variable containers.
Definition: common/properties.hh:186
specifies if data on flux vars should be saved (faster, but more memory consuming)
Definition: common/properties.hh:188
The grid variables object managing variable data on the grid (volvars/fluxvars cache)
Definition: common/properties.hh:190
The primary interaction volume type.
Definition: common/properties.hh:196
The secondary interaction volume type used e.g. on the boundaries.
Definition: common/properties.hh:198
The type used for the nodal index sets of the dual grid.
Definition: common/properties.hh:200
The local residual of the energy equation.
Definition: common/properties.hh:206
The type for the calculation the advective fluxes.
Definition: common/properties.hh:208
specifies if the parameters for the advective fluxes depend on the solution
Definition: common/properties.hh:210
The type for the calculation of the molecular diffusion fluxes.
Definition: common/properties.hh:212
specifies if the parameters for the diffusive fluxes depend on the solution
Definition: common/properties.hh:214
The type for the calculation of the heat conduction fluxes.
Definition: common/properties.hh:216
specifies if the parameters for the heat conduction fluxes depend on the solution
Definition: common/properties.hh:218
The type of the spatial parameters object.
Definition: common/properties.hh:221
The type of the fluid system to use.
Definition: common/properties.hh:223
The type of the fluid state to use.
Definition: common/properties.hh:225
The type of the solid system to use.
Definition: common/properties.hh:227
The type of the solid state to use.
Definition: common/properties.hh:229
The employed model for the computation of the effective diffusivity.
Definition: common/properties.hh:231
Model to be used for the calculation of the effective conductivity.
Definition: common/properties.hh:233
specifies the velocity calculation module to be used
Definition: common/properties.hh:235
The formulation of the model.
Definition: common/properties.hh:237
Whether to use a contraint solver for computing the secondary variables.
Definition: common/properties.hh:240
Definition: common/properties.hh:244
The chemistry class with which solves equlibrium reactions.
Definition: common/properties.hh:250
Set the mole fraction in the wetting or non-wetting phase.
Definition: common/properties.hh:252
Property for turning Richards into extended Richards.
Definition: common/properties.hh:258
reduces the phasestates to threePhases and wnPhaseOnly
Definition: common/properties.hh:264
The type used for the evaluation of stress tensors and forces.
Definition: common/properties.hh:270
The number of equations for cell-centered dofs.
Definition: common/properties.hh:277
The number of equations for face dofs.
Definition: common/properties.hh:279
The solution vector type for cell-centered dofs.
Definition: common/properties.hh:281
The solution vector type for face dofs.
Definition: common/properties.hh:283
Global vector containing face-related data.
Definition: common/properties.hh:285
The primary variables container type for cell-centered dofs.
Definition: common/properties.hh:287
The primary variables container type for face dofs.
Definition: common/properties.hh:289
Specifies the intersection mapper.
Definition: common/properties.hh:291
The hybrid primary variables container type.
Definition: common/properties.hh:293
A base epsilon for numerical differentiation, can contain multiple values.
Definition: common/properties.hh:295
Class containing local face-related data.
Definition: common/properties.hh:297
Class containing local boundary data.
Definition: common/properties.hh:299
A vector containing the solution for a face (similar to ElementSolution)
Definition: common/properties.hh:301
Switch on/off caching of face variables.
Definition: common/properties.hh:303
Specifies the order of the upwinding scheme (1 == first order, 2 == second order(tvd methods))
Definition: common/properties.hh:305
Definition: common/properties.hh:312
the formulation of the pressure e.g most wetting first
Definition: common/properties.hh:318
Definition: common/properties.hh:320
Definition: common/properties.hh:322
Definition: common/properties.hh:324
Definition: common/properties.hh:326
Definition: common/properties.hh:328
Definition: common/properties.hh:330
Definition: common/properties.hh:332
Definition: common/properties.hh:334
Definition: common/properties.hh:337
Definition: common/properties.hh:339
Returns whether to normalize the pressure term in the momentum balance or not.
Definition: common/properties.hh:346
Definition: common/properties.hh:352
Definition: common/properties.hh:358
a tag to mark properties as undefined
Definition: propertysystem.hh:36