turbulenceFieldsTemplates: omega not registered on construction
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2012-2018 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2012-2019 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -91,7 +91,10 @@ Foam::functionObjects::turbulenceFields::omega
|
|||||||
(
|
(
|
||||||
"omega",
|
"omega",
|
||||||
k.mesh().time().timeName(),
|
k.mesh().time().timeName(),
|
||||||
k.mesh()
|
k.mesh(),
|
||||||
|
IOobject::NO_READ,
|
||||||
|
IOobject::NO_WRITE,
|
||||||
|
false
|
||||||
),
|
),
|
||||||
epsilon/(Cmu*k),
|
epsilon/(Cmu*k),
|
||||||
epsilon.boundaryField().types()
|
epsilon.boundaryField().types()
|
||||||
|
|||||||
Reference in New Issue
Block a user