13#ifndef DUMUX_FREE_FLOW_PROPERTIES_HH
14#define DUMUX_FREE_FLOW_PROPERTIES_HH
32template<
class TypeTag>
36template<
class TypeTag>
37struct SpatialParams<TypeTag, TTag::FreeFlow>
forward declaration of the method-specific implementation
Definition: flux/box/fourierslaw.hh:26
Definition of the spatial parameters for the freeflow problems.
Definition: freeflow/spatialparams.hh:117
Defines a type tags and some fundamental properties for all models.
Defines all properties used in Dumux.
Diffusive heat flux according to Fourier's law.
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:296
Default implementation of the spatial params.
GetPropType< TypeTag, Properties::GridGeometry > GridGeometry
Definition: freeflow/properties.hh:39
GetPropType< TypeTag, Properties::Scalar > Scalar
Definition: freeflow/properties.hh:40
Definition: freeflow/properties.hh:28
std::tuple< ModelProperties > InheritsFrom
Definition: freeflow/properties.hh:28