K-omega model. More...
K-omega model.
For a detailed model description see freeflow/rans/twoeq/komega/model.hh
Files | |
file | freeflow/rans/twoeq/komega/fluxvariables.hh |
file | freeflow/rans/twoeq/komega/iofields.hh |
file | freeflow/rans/twoeq/komega/localresidual.hh |
file | freeflow/rans/twoeq/komega/model.hh |
A single-phase, isothermal k-omega 2-Eq. model. | |
file | freeflow/rans/twoeq/komega/problem.hh |
K-Omega turbulence model problem base class. | |
file | freeflow/rans/twoeq/komega/staggered/fluxvariables.hh |
file | freeflow/rans/twoeq/komega/staggered/localresidual.hh |
file | freeflow/rans/twoeq/komega/volumevariables.hh |
Classes | |
struct | Dumux::KOmegaIOFields |
Adds I/O fields for the Reynolds-Averaged Navier-Stokes model. More... | |
struct | Dumux::Properties::KOmegaModelTraits< dimension > |
Traits for the k-omega model. More... | |
class | Dumux::RANSProblemImpl< TypeTag, TurbulenceModel::komega > |
K-Omega turbulence model problem base class. More... | |
class | Dumux::KOmegaFluxVariablesImpl< TypeTag, BaseFluxVariables, DiscretizationMethod > |
The flux variables class for the k-omega model using the staggered grid discretization. More... | |
class | Dumux::KOmegaResidualImpl< TypeTag, BaseLocalResidual, DiscretizationMethod > |
Element-wise calculation of the residual for k-omega models using the staggered discretization. More... | |
class | Dumux::KOmegaVolumeVariables< Traits, NSVolumeVariables > |
Volume variables for the isothermal single-phase k-omega 2-Eq model. More... | |
Typedefs | |
template<class TypeTag , class BaseFluxVariables > | |
using | Dumux::KOmegaFluxVariables = KOmegaFluxVariablesImpl< TypeTag, BaseFluxVariables, typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod > |
The flux variables class for the k-omega model. This is a convenience alias for that actual, discretization-specific flux variables. More... | |
template<class TypeTag , class BaseLocalResidual > | |
using | Dumux::KOmegaResidual = KOmegaResidualImpl< TypeTag, BaseLocalResidual, typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod > |
The local residual class for the k-omega model. This is a convenience alias for the actual, discretization-specific local residual. More... | |
using Dumux::KOmegaFluxVariables = typedef KOmegaFluxVariablesImpl<TypeTag, BaseFluxVariables, typename GetPropType<TypeTag, Properties::GridGeometry>::DiscretizationMethod> |
The flux variables class for the k-omega model. This is a convenience alias for that actual, discretization-specific flux variables.
using Dumux::KOmegaResidual = typedef KOmegaResidualImpl<TypeTag, BaseLocalResidual, typename GetPropType<TypeTag, Properties::GridGeometry>::DiscretizationMethod> |
The local residual class for the k-omega model. This is a convenience alias for the actual, discretization-specific local residual.