mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
INT: continuation of 7441e18475 for S-A DES models
This commit is contained in:
@ -152,6 +152,17 @@ tmp<volScalarField> SpalartAllmarasDES<BasicTurbulenceModel>::dTilda
|
||||
}
|
||||
|
||||
|
||||
template<class BasicTurbulenceModel>
|
||||
void SpalartAllmarasDES<BasicTurbulenceModel>::correctNut()
|
||||
{
|
||||
// Correct the turbulence viscosity
|
||||
SpalartAllmarasBase<DESModel<BasicTurbulenceModel>>::correctNut();
|
||||
|
||||
// Correct the turbulence thermal diffusivity
|
||||
BasicTurbulenceModel::correctNut();
|
||||
}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
template<class BasicTurbulenceModel>
|
||||
|
||||
@ -143,6 +143,7 @@ protected:
|
||||
const volTensorField& gradU
|
||||
) const;
|
||||
|
||||
virtual void correctNut();
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user