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>
80struct NumPhases<TypeTag, TTag::SequentialOneP> {
static constexpr int value = 1; };
83template<
class TypeTag>
84struct NumComponents<TypeTag, TTag::SequentialOneP> {
static constexpr int value = 1; };
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.
The type of the spatial parameters object.
Definition: common/properties.hh:153
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
Base class holding the variables and discretized data for sequential models.
Definition: variableclass.hh:49
Definition: porousmediumflow/sequential/properties.hh:64
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.