63#ifndef DUMUX_SST_MODEL_HH
64#define DUMUX_SST_MODEL_HH
88template<
int dimension>
92 static constexpr int dim() {
return dimension; }
96 static constexpr int numEq() {
return dim()+1+2; }
120template<
class TypeTag>
125 static constexpr int dim = GridView::dimension;
131template<
class TypeTag>
141template<
class TypeTag>
151template<
class TypeTag>
160 static_assert(FSY::numPhases == MT::numFluidPhases(),
"Number of phases mismatch between model and fluid system");
161 static_assert(FST::numPhases == MT::numFluidPhases(),
"Number of phases mismatch between model and fluid state");
162 static_assert(!FSY::isMiscible(),
"The Navier-Stokes model only works with immiscible fluid systems.");
171template<
class TypeTag>
186template<
class TypeTag>
191 static constexpr int dim = GridView::dimension;
198template<
class TypeTag>
207 static_assert(FSY::numPhases == MT::numFluidPhases(),
"Number of phases mismatch between model and fluid system");
208 static_assert(FST::numPhases == MT::numFluidPhases(),
"Number of phases mismatch between model and fluid state");
209 static_assert(!FSY::isMiscible(),
"The Navier-Stokes model only works with immiscible fluid systems.");
218template<
class TypeTag>
The available free flow turbulence models in Dumux.
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
Definition: common/properties.hh:72
The secondary variables within a sub-control volume.
Definition: common/properties.hh:105
Container storing the different types of flux variables.
Definition: common/properties.hh:111
The flux variables class for the Navier-Stokes model using the staggered grid discretization.
Definition: freeflow/navierstokes/fluxvariables.hh:35
The common indices for the isothermal Navier-Stokes model.
Definition: freeflow/navierstokes/indices.hh:37
Element-wise calculation of the Navier-Stokes residual for models using the staggered discretization.
Definition: freeflow/navierstokes/localresidual.hh:35
Traits class for the volume variables of the Navier-Stokes model.
Definition: freeflow/navierstokes/model.hh:123
Volume variables for the single-phase Navier-Stokes model.
Definition: freeflow/navierstokes/volumevariables.hh:38
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
Traits for the Reynolds-averaged Navier-Stokes model.
Definition: freeflow/rans/model.hh:73
The common indices for isothermal two-equation RANS models.
Definition: freeflow/rans/twoeq/indices.hh:41
The flux variables class for the SST model using the staggered grid discretization.
Definition: freeflow/rans/twoeq/sst/fluxvariables.hh:34
Adds I/O fields for the Reynolds-Averaged Navier-Stokes model.
Definition: freeflow/rans/twoeq/sst/iofields.hh:36
Element-wise calculation of the residual for SST models using the staggered discretization.
Definition: freeflow/rans/twoeq/sst/localresidual.hh:36
Traits for the sst model.
Definition: freeflow/rans/twoeq/sst/model.hh:90
static constexpr int numEq()
Definition: freeflow/rans/twoeq/sst/model.hh:96
static constexpr int dim()
The dimension of the model.
Definition: freeflow/rans/twoeq/sst/model.hh:92
static constexpr int numFluidComponents()
The number of components.
Definition: freeflow/rans/twoeq/sst/model.hh:99
static constexpr auto turbulenceModel()
return the type of turbulence model used
Definition: freeflow/rans/twoeq/sst/model.hh:105
The type tag for the single-phase, isothermal SST model.
Definition: freeflow/rans/twoeq/sst/model.hh:116
std::tuple< RANS > InheritsFrom
Definition: freeflow/rans/twoeq/sst/model.hh:116
The type tag for the single-phase, non-isothermal SST 2-Eq. model.
Definition: freeflow/rans/twoeq/sst/model.hh:182
std::tuple< SST, RANSNI > InheritsFrom
Definition: freeflow/rans/twoeq/sst/model.hh:182
Volume variables for the isothermal single-phase SST 2-Eq model.
Definition: freeflow/rans/twoeq/sst/volumevariables.hh:42
Declares all properties used in Dumux.
Defines a type tag and some properties for free flow models.
A single-phase, isothermal Reynolds-Averaged Navier-Stokes model.
Adds I/O fields specific to the tracer model.
Base class for the flux variables in porous medium models.
Element-wise calculation of the local residual for problems using fully implicit tracer model.
Python wrapper for volume variables (finite volume schemes)