mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +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