Skip to content
Snippets Groups Projects
Commit d73bf4af authored by Henry Weller's avatar Henry Weller
Browse files

kOmegaSSTLM: Corrected coefficient in Fsublayer

parent c5630e5c
No related branches found
No related tags found
No related merge requests found
...@@ -199,7 +199,7 @@ tmp<volScalarField::Internal> kOmegaSSTLM<BasicTurbulenceModel>::Flength ...@@ -199,7 +199,7 @@ tmp<volScalarField::Internal> kOmegaSSTLM<BasicTurbulenceModel>::Flength
} }
const scalar Fsublayer = 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; Flength[celli] = Flength[celli]*(1 - Fsublayer) + 40*Fsublayer;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment