25#ifndef DUMUX_FREE_FLOW_PROPERTIES_HH
26#define DUMUX_FREE_FLOW_PROPERTIES_HH
44template<
class TypeTag>
50template<
class TypeTag>
54template<
class TypeTag>
Classes related to flux variables caching.
The available free flow turbulence models in Dumux.
FouriersLawImplementation< TypeTag, GetPropType< TypeTag, Properties::GridGeometry >::discMethod > FouriersLaw
Evaluates the heat conduction flux according to Fouriers's law.
Definition flux/fourierslaw.hh:44
Definition common/properties.hh:48
Type tag for numeric models.
Definition grid.hh:36
Stores data associated with flux vars.
Definition common/properties.hh:126
The engine behind the global flux cache (how to fill caches for the stencil).
Definition common/properties.hh:128
The type for the calculation of the heat conduction fluxes.
Definition common/properties.hh:160
The empty filler class corresponding to EmptyCache.
Definition fluxvariablescaching.hh:32
An empty flux variables cache.
Definition fluxvariablescaching.hh:47
Definition freeflow/properties.hh:40
std::tuple< ModelProperties > InheritsFrom
Definition freeflow/properties.hh:40
FluxVariablesCaching::EmptyCache< GetPropType< TypeTag, Properties::Scalar > > type
Definition freeflow/properties.hh:45
FluxVariablesCaching::EmptyCacheFiller type
Definition freeflow/properties.hh:51
FouriersLaw< TypeTag > type
Definition freeflow/properties.hh:55
Declares all properties used in Dumux.
Defines a type tags and some fundamental properties for all models.
Fourier's law specialized for different discretization schemes This file contains the data which is r...