36#ifndef DUMUX_RANS_MODEL_HH
37#define DUMUX_RANS_MODEL_HH
71template<
int dimension>
79template<
class TypeTag>
84 static constexpr int dim = GridView::dimension;
90template<
class TypeTag>
104template<
class TypeTag>
109 static constexpr int dim = GridView::dimension;
117template<
class TypeTag>
121template<
class TypeTag>
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition: propertysystem.hh:149
Traits class encapsulating model specifications.
Definition: common/properties.hh:53
A class helping models to define input and output fields.
Definition: common/properties.hh:63
The type for the calculation of the heat conduction fluxes.
Definition: common/properties.hh:148
forward declaration of the method-specific implementation
Definition: flux/fourierslaw.hh:37
Traits for the Navier-Stokes model.
Definition: freeflow/navierstokes/model.hh:77
Adds I/O fields specific to non-isothermal free-flow models.
Definition: freeflow/nonisothermal/iofields.hh:38
Specifies a number properties of non-isothermal free-flow flow models based on the specifics of a giv...
Definition: freeflow/nonisothermal/model.hh:59
Adds I/O fields for the Reynolds-Averaged Navier-Stokes model.
Definition: freeflow/rans/iofields.hh:36
The type tag for the single-phase, isothermal Reynolds-Averaged Navier-Stokes model.
Definition: freeflow/rans/model.hh:59
std::tuple< NavierStokes > InheritsFrom
Definition: freeflow/rans/model.hh:59
Traits for the Reynolds-averaged Navier-Stokes model.
Definition: freeflow/rans/model.hh:73
static constexpr bool usesTurbulenceModel()
The model does include a turbulence model.
Definition: freeflow/rans/model.hh:75
The type tag for the single-phase, isothermal Reynolds-Averaged Navier-Stokes model.
Definition: freeflow/rans/model.hh:100
std::tuple< RANS > InheritsFrom
Definition: freeflow/rans/model.hh:100
Declares all properties used in Dumux.
A single-phase, isothermal Navier-Stokes model.
Adds I/O fields specific to the tracer model.