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>
46struct Scalar<TypeTag, TTag::ModelProperties> {
using type = double; };
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...
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:180
Definition: deprecated.hh:149
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:61
A class that collects options for the evaluation of the balance equations.
Definition: common/properties.hh:87
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:51
static void defaultParams(Dune::ParameterTree &tree, const std::string &group="")
Definition: common/properties/model.hh:57
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.