mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
define values for standardCmu, standardKappa, standardE in turbulenceModel.H
This commit is contained in:
@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user