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. More...
#include <dumux/common/properties.hh>#include <dumux/freeflow/navierstokes/fluxvariables.hh>#include <dumux/freeflow/rans/oneeq/staggered/fluxvariables.hh>Go to the source code of this file.
Namespaces | |
| namespace | Dumux |
Typedefs | |
| template<class TypeTag, class BaseFluxVariables> | |
| using | Dumux::OneEqFluxVariables = OneEqFluxVariablesImpl<TypeTag, BaseFluxVariables, typename GetPropType<TypeTag, Properties::GridGeometry>::DiscretizationMethod> |
| 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. | |