24#ifndef DUMUX_2P2CADAPTIVE_PROPERTIES_HH
25#define DUMUX_2P2CADAPTIVE_PROPERTIES_HH
34template<
class TypeTag>
35struct SequentialTwoPTwoCIndicesAdaptive;
36template<
class TypeTag>
37class FV2dPressure2P2CAdaptive;
38template<
class TypeTag>
39class FV2dTransport2P2CAdaptive;
69template<
class TypeTag>
70struct AdaptiveGrid<TypeTag, TTag::SequentialTwoPTwoCAdaptive> {
static constexpr bool value =
true; };
71template<
class TypeTag>
74template<
class TypeTag>
76template<
class TypeTag>
78template<
class TypeTag>
81template<
class TypeTag>
83template<
class TypeTag>
97template <
class TypeTag>
Finite Volume Diffusion Model.
Finite volume discretization of the component transport equation.
Finite volume diffusion model.
Finite volume discretization of the component transport equation.
Missing indices to the mpfa2p model.
Definition: adaptiveproperties.hh:99
static const int pressureIdx
Definition: adaptiveproperties.hh:100
static const int satEqIdx
Definition: adaptiveproperties.hh:103
static const int saturationIdx
Definition: adaptiveproperties.hh:101
static const int pressureEqIdx
Definition: adaptiveproperties.hh:102
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:59
Definition: adaptiveproperties.hh:52
std::tuple< SequentialTwoPTwoC > InheritsFrom
Definition: adaptiveproperties.hh:52
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:170
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:49
The grid type indices to decide which grid is used.
Definition: porousmediumflow/sequential/cellcentered/mpfa/properties.hh:98
Defines if the grid is h-adaptive.
Definition: gridadaptproperties.hh:52
Definition: porousmediumflow/sequential/properties.hh:64
The type of the discretization of a pressure model.
Definition: porousmediumflow/sequential/properties.hh:75
The type of the discretization of a transport model.
Definition: porousmediumflow/sequential/properties.hh:77
The type of the container of global variables.
Definition: porousmediumflow/sequential/properties.hh:87
Defines data object to be stored.
Definition: porousmediumflow/sequential/properties.hh:89
Declares all properties used in Dumux.
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.