25#ifndef DUMUX_1PPROPERTIES_HH
26#define DUMUX_1PPROPERTIES_HH
37template <
class TypeTag>
58template<
class TypeTag,
class MyTypeTag>
75template<
class TypeTag>
76struct NumEq<TypeTag,
TTag::SequentialOneP> {
static constexpr int value = 1; };
79template<
class TypeTag>
83template<
class TypeTag>
87template<
class TypeTag>
91template<
class TypeTag>
95template<
class TypeTag>
99template<
class TypeTag>
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.
Definition common/properties.hh:48
Type tag for numeric models.
Definition grid.hh:36
The type of the spatial parameters object.
Definition common/properties.hh:165
a tag to mark properties as undefined
Definition propertysystem.hh:36
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
Definition porousmediumflow/1p/sequential/properties.hh:52
std::tuple< SequentialModel > InheritsFrom
Definition porousmediumflow/1p/sequential/properties.hh:52
Definition porousmediumflow/1p/sequential/properties.hh:59
UndefinedProperty type
Definition porousmediumflow/1p/sequential/properties.hh:59
static constexpr int value
Definition porousmediumflow/1p/sequential/properties.hh:76
static constexpr int value
Definition porousmediumflow/1p/sequential/properties.hh:80
static constexpr int value
Definition porousmediumflow/1p/sequential/properties.hh:84
SequentialOnePCommonIndices type
Definition porousmediumflow/1p/sequential/properties.hh:88
VariableClass< TypeTag > type
Definition porousmediumflow/1p/sequential/properties.hh:92
CellData1P< TypeTag > type
Definition porousmediumflow/1p/sequential/properties.hh:96
SequentialFVSpatialParamsOneP< TypeTag > type
Definition porousmediumflow/1p/sequential/properties.hh:100
Base class holding the variables and discretized data for sequential models.
Definition variableclass.hh:49
Definition porousmediumflow/sequential/properties.hh:66
Number of equations in the system of PDEs.
Definition porousmediumflow/sequential/properties.hh:81
Number of phases in the system.
Definition porousmediumflow/sequential/properties.hh:83
Number of components in the system.
Definition porousmediumflow/sequential/properties.hh:85
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
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.