define values for standardCmu, standardKappa, standardE in turbulenceModel.H

This commit is contained in:
Mark Olesen
2009-08-01 09:36:34 +02:00
parent 827e3659b9
commit 54a8b6a152
25 changed files with 156 additions and 187 deletions

View File

@ -41,6 +41,10 @@ Source files:
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// turbulence constants - file-scope
static const scalar Cmu(0.09);
int main(int argc, char *argv[])
{
timeSelector::addOptions();
@ -104,8 +108,6 @@ int main(int argc, char *argv[])
if (!IOobject("omega", runTime.timeName(), mesh).headerOk())
{
const scalar Cmu = 0.09;
Info<< "creating omega" << endl;
volScalarField omega
(