K-omega model For a detailed model decription see freeflow/rans/twoeq/komega/model.hh.
More...
K-omega model For a detailed model decription see freeflow/rans/twoeq/komega/model.hh.
|
| file | fluxvariables.hh |
| | The flux variables class for the k-omega model. This is a convenience alias for that actual, discretization-specific flux variables.
|
| file | iofields.hh |
| | Adds I/O fields for the Reynolds-Averaged Navier-Stokes model.
|
| file | localresidual.hh |
| | The local residual class for the k-omega model. This is a convenience alias for the actual, discretization-specific local residual.
|
| file | model.hh |
| | A single-phase, isothermal k-omega 2-Eq. model.
|
| file | problem.hh |
| | K-Omega turbulence model problem base class.
|
| file | fluxvariables.hh |
| |
|
| file | localresidual.hh |
| |
|
|
| template<class TypeTag, class BaseFluxVariables> |
| using | Dumux::KOmegaFluxVariables = KOmegaFluxVariablesImpl<TypeTag, BaseFluxVariables, GetPropType<TypeTag, Properties::GridGeometry>::discMethod> |
| | The flux variables class for the k-omega model. This is a convenience alias for that actual, discretization-specific flux variables.
|
| template<class TypeTag, class BaseLocalResidual> |
| using | Dumux::KOmegaResidual = KOmegaResidualImpl<TypeTag, BaseLocalResidual, GetPropType<TypeTag, Properties::GridGeometry>::discMethod> |
| | The local residual class for the k-omega model. This is a convenience alias for the actual, discretization-specific local residual.
|
◆ KOmegaFluxVariables
template<class TypeTag, class BaseFluxVariables>
The flux variables class for the k-omega model. This is a convenience alias for that actual, discretization-specific flux variables.
- Note
- Not all specializations are currently implemented
◆ KOmegaResidual
template<class TypeTag, class BaseLocalResidual>
The local residual class for the k-omega model. This is a convenience alias for the actual, discretization-specific local residual.
- Note
- Not all specializations are currently implemented