kOmegaSSTLM: Corrected coefficient in Fsublayer
This commit is contained in:
parent
126813acae
commit
5c11aa1007
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue