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>
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:180
Traits class encapsulating model specifications.
Definition: common/properties.hh:51
A class helping models to define input and output fields.
Definition: common/properties.hh:61
The type for the calculation of the heat conduction fluxes.
Definition: common/properties.hh:149
forward declaration of the method-specific implementation
Definition: flux/box/fourierslaw.hh:38
Traits for the Navier-Stokes model.
Definition: freeflow/navierstokes/model.hh:75
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.