SST model.
More...
SST model.
For a detailed model description see freeflow/rans/twoeq/sst/model.hh
|
| file | fluxvariables.hh |
| | The flux variables class for the SST 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 SST model. This is a convenience alias for the actual, discretization-specific local residual.
|
| file | model.hh |
| | A single-phase, isothermal SST (Shear Stress Transport) -Eq. model.
|
| file | problem.hh |
| | SST turbulence model problem base class.
|
| file | fluxvariables.hh |
| | The flux variables class for the SST model using the staggered grid discretization.
|
| file | localresidual.hh |
| | Element-wise calculation of the residual for SST models using the staggered discretization.
|
| file | volumevariables.hh |
| | Volume variables for the isothermal single-phase SST 2-Eq model.
|
|
| template<class TypeTag, class BaseFluxVariables> |
| using | Dumux::SSTFluxVariables = SSTFluxVariablesImpl<TypeTag, BaseFluxVariables, typename GetPropType<TypeTag, Properties::GridGeometry>::DiscretizationMethod> |
| | The flux variables class for the SST model. This is a convenience alias for that actual, discretization-specific flux variables.
|
| template<class TypeTag, class BaseLocalResidual> |
| using | Dumux::SSTResidual = SSTResidualImpl<TypeTag, BaseLocalResidual, typename GetPropType<TypeTag, Properties::GridGeometry>::DiscretizationMethod> |
| | The local residual class for the SST model. This is a convenience alias for the actual, discretization-specific local residual.
|
◆ SSTFluxVariables
template<class TypeTag, class BaseFluxVariables>
The flux variables class for the SST model. This is a convenience alias for that actual, discretization-specific flux variables.
- Note
- Not all specializations are currently implemented
◆ SSTResidual
template<class TypeTag, class BaseLocalResidual>
The local residual class for the SST model. This is a convenience alias for the actual, discretization-specific local residual.
- Note
- Not all specializations are currently implemented
◆ SSTModel
The available variations of the SST Turbulence Model.