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 NEW_PROP_TAG(PTagName)
Define a property tag.
Definition: propertysystemmacros.hh:159
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
Property tag Variables
The type of the container of global variables.
Definition: porousmediumflow/sequential/properties.hh:71
SET_INT_PROP(SequentialOneP, NumEq, 1)
Set number of equations to 1 for isothermal one-phase models.
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
SET_TYPE_PROP(FVPressureOneP, Velocity, FVVelocity1P< TypeTag >)
Set velocity reconstruction implementation standard cell centered finite volume schemes as default.
Type tag FVPressureOneP INHERITS_FROM(PressureOneP))
The type tag for the one-phase problems using a standard finite volume model.
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.