From f2fe38742319a99544b0277b65bf7a00cb46ff9d Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sun, 8 Sep 2019 16:36:12 +0100 Subject: [PATCH] turbulenceFieldsTemplates: omega not registered on construction --- .../field/turbulenceFields/turbulenceFieldsTemplates.C | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/functionObjects/field/turbulenceFields/turbulenceFieldsTemplates.C b/src/functionObjects/field/turbulenceFields/turbulenceFieldsTemplates.C index dd5f1da65b..30357d89a7 100644 --- a/src/functionObjects/field/turbulenceFields/turbulenceFieldsTemplates.C +++ b/src/functionObjects/field/turbulenceFields/turbulenceFieldsTemplates.C @@ -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()