19#ifndef DUMUX_TRANSPORT_PROPERTIES_HH
20#define DUMUX_TRANSPORT_PROPERTIES_HH
52template<
class TypeTag,
class MyTypeTag>
54template<
class TypeTag,
class MyTypeTag>
64template<
class TypeTag>
71 using type =
typename SolutionType::ScalarSolution;
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type GetProp
get the type of a property (equivalent to old macro GET_PROP(...))
Definition: propertysystem.hh:140
a tag to mark properties as undefined
Definition: propertysystem.hh:36
Definition: transportproperties.hh:46
std::tuple< SequentialModel > InheritsFrom
Definition: transportproperties.hh:46
Definition: transportproperties.hh:53
Type of the evaluation of the CFL-condition.
Definition: transportproperties.hh:55
typename SolutionType::ScalarSolution type
type for vector of scalar properties
Definition: transportproperties.hh:71
Base file for properties related to sequential models.