From b06cff4db717212af1d1a752af6efb2ab29079e9 Mon Sep 17 00:00:00 2001 From: ignis Date: Mon, 30 Nov 2015 13:40:49 +0900 Subject: [PATCH] volScalarField he_ qc_ AUTO_WRITE for debugging --- src/thermophysicalModels/basic/heThermo/heThermo.C | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/thermophysicalModels/basic/heThermo/heThermo.C b/src/thermophysicalModels/basic/heThermo/heThermo.C index 5b7462e4..d6c99c81 100644 --- a/src/thermophysicalModels/basic/heThermo/heThermo.C +++ b/src/thermophysicalModels/basic/heThermo/heThermo.C @@ -117,7 +117,7 @@ Foam::heThermo::heThermo mesh.time().timeName(), mesh, IOobject::NO_READ, - IOobject::NO_WRITE + IOobject::AUTO_WRITE ), mesh, dimEnergy/dimMass, @@ -133,7 +133,7 @@ Foam::heThermo::heThermo mesh.time().timeName(), mesh, IOobject::NO_READ, - IOobject::NO_WRITE + IOobject::AUTO_WRITE ), mesh, dimCurrent*dimTime/dimMass @@ -165,7 +165,7 @@ Foam::heThermo::heThermo mesh.time().timeName(), mesh, IOobject::NO_READ, - IOobject::NO_WRITE + IOobject::AUTO_WRITE ), mesh, dimEnergy/dimMass, @@ -181,7 +181,7 @@ Foam::heThermo::heThermo mesh.time().timeName(), mesh, IOobject::NO_READ, - IOobject::NO_WRITE + IOobject::AUTO_WRITE ), mesh, dimCurrent*dimTime/dimMass