mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
kOmegaSSTLM: Corrected coefficient in Fsublayer
This commit is contained in:
@ -199,7 +199,7 @@ tmp<volScalarField::Internal> kOmegaSSTLM<BasicTurbulenceModel>::Flength
|
||||
}
|
||||
|
||||
const scalar Fsublayer =
|
||||
exp(-sqr(sqr(y[celli])*omega[celli]/(300*nu[celli])));
|
||||
exp(-sqr(sqr(y[celli])*omega[celli]/(200*nu[celli])));
|
||||
|
||||
Flength[celli] = Flength[celli]*(1 - Fsublayer) + 40*Fsublayer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user