24#ifndef DUMUX_MODEL_PROPERTIES_HH
25#define DUMUX_MODEL_PROPERTIES_HH
27#include <dune/common/fvector.hh>
34namespace Dune {
class ParameterTree; }
45template<
class TypeTag>
49template<
class TypeTag>
50struct PrimaryVariables<TypeTag,
TTag::ModelProperties> {
using type = Dune::FieldVector<GetPropType<TypeTag, Properties::Scalar>,
54template<
class TypeTag>
57 static void defaultParams(Dune::ParameterTree& tree,
const std::string& group =
"") { }
61template<
class TypeTag>
65template<
class TypeTag>
Adds output fields to a given output module, this is the default if a model doesn't implement this fu...
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:150
Definition common/pdesolver.hh:36
Definition common/properties.hh:37
Type tag for numeric models.
Definition grid.hh:36
Traits class to set options used by the local residual when when evaluating the balance equations.
Definition common/balanceequationopts.hh:39
Property to specify the type of scalar values.
Definition common/properties.hh:43
Property which defines the group that is queried for parameters by default.
Definition common/properties.hh:45
A vector of primary variables.
Definition common/properties.hh:49
A class helping models to define input and output fields.
Definition common/properties.hh:63
A class that collects options for the evaluation of the balance equations.
Definition common/properties.hh:89
Definition common/properties/model.hh:41
double type
Definition common/properties/model.hh:46
Dune::FieldVector< GetPropType< TypeTag, Properties::Scalar >, GetPropType< TypeTag, Properties::ModelTraits >::numEq()> type
Definition common/properties/model.hh:50
static void defaultParams(Dune::ParameterTree &tree, const std::string &group="")
Definition common/properties/model.hh:57
DefaultIOFields type
Definition common/properties/model.hh:62
BalanceEquationOptions< TypeTag > type
Definition common/properties/model.hh:66
Adds output fields to a given output module.
Definition defaultiofields.hh:37
Traits class to set options used by the local residual when when evaluating the balance equations.
Declares all properties used in Dumux.