24#ifndef DUMUX_2P2CADAPTIVE_PROPERTIES_HH
25#define DUMUX_2P2CADAPTIVE_PROPERTIES_HH
34template<
class TypeTag>
36template<
class TypeTag>
38template<
class TypeTag>
87template <
class TypeTag>
Provides the magic behind the DuMuX property system.
#define NEW_TYPE_TAG(...)
Definition propertysystemmacros.hh:130
Finite Volume Diffusion Model.
Finite volume discretization of the component transport equation.
Finite volume diffusion model.
Finite volume discretization of the component transport equation.
#define INHERITS_FROM(...)
Syntactic sugar for NEW_TYPE_TAG.
Definition propertysystemmacros.hh:142
#define SET_TYPE_PROP(EffTypeTagName, PropTagName,...)
Set a property which defines a type.
Definition propertysystemmacros.hh:232
#define SET_BOOL_PROP(EffTypeTagName, PropTagName,...)
Set a property to a simple constant boolean value.
Definition propertysystemmacros.hh:218
make the local view function available whenever we use the grid geometry
Definition adapt.hh:29
Definition common/properties.hh:47
Property tag Variables
The type of the container of global variables.
Definition porousmediumflow/sequential/properties.hh:71
Property tag CellData
Defines data object to be stored.
Definition porousmediumflow/sequential/properties.hh:72
Property tag TransportModel
The type of the discretization of a transport model.
Definition porousmediumflow/sequential/properties.hh:66
Property tag Indices
Definition porousmediumflow/sequential/properties.hh:59
Property tag AdaptiveGrid
Defines if the grid is h-adaptive.
Definition gridadaptproperties.hh:49
Property tag GridTypeIndices
The grid type indices to decide which grid is used.
Definition porousmediumflow/sequential/cellcentered/mpfa/properties.hh:94
Property tag PressureModel
The type of the discretization of a pressure model.
Definition porousmediumflow/sequential/properties.hh:65
Missing indices to the mpfa2p model.
Definition adaptiveproperties.hh:89
static const int pressureIdx
Definition adaptiveproperties.hh:90
static const int satEqIdx
Definition adaptiveproperties.hh:93
static const int saturationIdx
Definition adaptiveproperties.hh:91
static const int pressureEqIdx
Definition adaptiveproperties.hh:92
The finite volume model for the solution of the compositional pressure equation.
Definition fv2dpressureadaptive.hh:78
Compositional Transport step in a Finite Volume discretization for a adaptive 2D-grid.
Definition fv2dtransportadaptive.hh:57
Class including the data of a grid cell needed if an adaptive grid is used.
Definition c/sequential/celldataadaptive.hh:45
The common indices for the 2p2c model.
Definition porousmediumflow/2p2c/sequential/properties.hh:157
Class holding additionally mpfa data of adaptive compositional models.
Definition 2p2c/sequential/variableclassadaptive.hh:47
Indices denoting the different grid types.
Definition porousmediumflow/sequential/cellcentered/mpfa/properties.hh:48
Defines the properties required for the sequential 2p2c models.
Properties for a MPFA method.
Class including the variables and data of discretized data of the constitutive relations for one elem...
Base class holding the variables for sequential models.