One-equation turbulence model by Spalart-Allmaras For a detailed model decription see freeflow/rans/oneeq/model.hh.
More...
One-equation turbulence model by Spalart-Allmaras For a detailed model decription see freeflow/rans/oneeq/model.hh.
|
| file | fluxvariables.hh |
| | The flux variables class for the one-equation turbulence model by Spalart-Allmaras. This is a convenience alias for that actual, discretization-specific flux variables.
|
| file | indices.hh |
| | The common indices for the isothermal one-equation turbulence model by Spalart-Allmaras.
|
| file | iofields.hh |
| | Adds I/O fields for the one-equation turbulence model by Spalart-Allmaras.
|
| file | localresidual.hh |
| | The local residual class for the one-equation turbulence model by Spalart-Allmaras This is a convenience alias for the actual, discretization-specific local residual.
|
| file | model.hh |
| | A single-phase, isothermal one-equation turbulence model by Spalart-Allmaras.
|
| file | problem.hh |
| | One-equation turbulence problem base class.
|
| file | fluxvariables.hh |
| |
|
| file | localresidual.hh |
| |
|
| file | volumevariables.hh |
| | Volume variables for the isothermal single-phase one-equation turbulence model by Spalart-Allmaras.
|
|
| template<class TypeTag, class BaseFluxVariables> |
| using | Dumux::OneEqFluxVariables = OneEqFluxVariablesImpl<TypeTag, BaseFluxVariables, GetPropType<TypeTag, Properties::GridGeometry>::discMethod> |
| | The flux variables class for the one-equation turbulence model by Spalart-Allmaras. This is a convenience alias for that actual, discretization-specific flux variables.
|
| template<class TypeTag, class BaseLocalResidual> |
| using | Dumux::OneEqResidual = OneEqResidualImpl<TypeTag, BaseLocalResidual, GetPropType<TypeTag, Properties::GridGeometry>::discMethod> |
| | The local residual class for the one-equation turbulence model by Spalart-Allmaras This is a convenience alias for the actual, discretization-specific local residual.
|
◆ OneEqFluxVariables
template<class TypeTag, class BaseFluxVariables>
The flux variables class for the one-equation turbulence model by Spalart-Allmaras. This is a convenience alias for that actual, discretization-specific flux variables.
- Note
- Not all specializations are currently implemented
◆ OneEqResidual
template<class TypeTag, class BaseLocalResidual>
The local residual class for the one-equation turbulence model by Spalart-Allmaras This is a convenience alias for the actual, discretization-specific local residual.
- Note
- Not all specializations are currently implemented