13#ifndef DUMUX_FREE_FLOW_PROPERTIES_HH
14#define DUMUX_FREE_FLOW_PROPERTIES_HH
33template<
class TypeTag>
37template<
class TypeTag>
38struct SpatialParams<TypeTag,
TTag::FreeFlow>
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.
Definition of the spatial parameters for the freeflow problems.
FouriersLawImplementation< TypeTag, typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod > FouriersLaw
Evaluates the heat conduction flux according to Fouriers's law.
Definition fourierslaw_fwd.hh:31
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:296
Type tag for numeric models.
Definition grid.hh:24
The energy balance equation for a porous solid.
Definition common/properties.hh:26
FouriersLaw< TypeTag > type
Definition freeflow/properties.hh:34
FreeFlowDefaultSpatialParams< GridGeometry, Scalar > type
Definition freeflow/properties.hh:42
GetPropType< TypeTag, Properties::GridGeometry > GridGeometry
Definition freeflow/properties.hh:40
GetPropType< TypeTag, Properties::Scalar > Scalar
Definition freeflow/properties.hh:41
Definition freeflow/properties.hh:29
std::tuple< ModelProperties > InheritsFrom
Definition freeflow/properties.hh:29
The available free flow turbulence models in Dumux.