25#ifndef DUMUX_1PPROPERTIES_HH
26#define DUMUX_1PPROPERTIES_HH
37template <
class TypeTag>
#define NEW_TYPE_TAG(...)
Definition propertysystemmacros.hh:130
Dumux sequential linear solver backends.
The base class for spatial parameters of problems using the fv method.
Base class holding the variables for sequential models.
#define INHERITS_FROM(...)
Syntactic sugar for NEW_TYPE_TAG.
Definition propertysystemmacros.hh:142
#define NEW_PROP_TAG(PTagName)
Define a property tag.
Definition propertysystemmacros.hh:159
#define SET_INT_PROP(EffTypeTagName, PropTagName,...)
Set a property to a simple constant integer value.
Definition propertysystemmacros.hh:204
#define SET_TYPE_PROP(EffTypeTagName, PropTagName,...)
Set a property which defines a type.
Definition propertysystemmacros.hh:232
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 Fluid
Definition porousmediumflow/1p/sequential/properties.hh:55
Property tag NumComponents
Number of components in the system.
Definition porousmediumflow/sequential/properties.hh:70
Property tag Indices
Definition porousmediumflow/sequential/properties.hh:59
Property tag NumEq
Number of equations in the system of PDEs.
Definition porousmediumflow/sequential/properties.hh:68
Property tag NumPhases
Number of phases in the system.
Definition porousmediumflow/sequential/properties.hh:69
The type of the spatial parameters object.
Definition common/properties.hh:221
The base class for spatial parameters of problems using the fv method.
Definition sequentialfv1p.hh:42
Class including data of one grid cell.
Definition 1p/sequential/celldata.hh:48
The common indices for the 1-p models.
Definition porousmediumflow/1p/sequential/indices.hh:38
Base class holding the variables and discretized data for sequential models.
Definition variableclass.hh:49
Base file for properties related to sequential models.
Defines the indices required for the sequential one-phase model.
Class including data of one grid cell.