19#ifndef DUMUX_TRANSPORT_PROPERTIES_HH
20#define DUMUX_TRANSPORT_PROPERTIES_HH
59template<
class TypeTag>
66 using type =
typename SolutionType::ScalarSolution;
#define GET_PROP(TypeTag, PropTagName)
Definition propertysystemmacros.hh:281
#define NEW_TYPE_TAG(...)
Definition propertysystemmacros.hh:130
#define INHERITS_FROM(...)
Syntactic sugar for NEW_TYPE_TAG.
Definition propertysystemmacros.hh:142
#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
Definition common/properties.hh:47
Property tag TransportSolutionType
Definition transportproperties.hh:49
Property tag EvalCflFluxFunction
Type of the evaluation of the CFL-condition.
Definition transportproperties.hh:50
Property tag SolutionTypes
Definition porousmediumflow/sequential/properties.hh:58
Type tag for numeric models.
Definition grid.hh:35
typename SolutionType::ScalarSolution type
type for vector of scalar properties
Definition transportproperties.hh:66
Base file for properties related to sequential models.