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

kOmegaSSTLM: Corrected coefficient in Fsublayer

parent 126813ac
1 merge request!60Merge foundation
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment