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
Definition: propertysystem.hh:141
a tag to mark properties as undefined
Definition: propertysystem.hh:35
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.