turbulenceFieldsTemplates: omega not registered on construction

This commit is contained in:
Henry Weller
2019-09-08 16:36:12 +01:00
parent cbae0c8cc0
commit f2fe387423

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2012-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -91,7 +91,10 @@ Foam::functionObjects::turbulenceFields::omega
(
"omega",
k.mesh().time().timeName(),
k.mesh()
k.mesh(),
IOobject::NO_READ,
IOobject::NO_WRITE,
false
),
epsilon/(Cmu*k),
epsilon.boundaryField().types()