From db10b8be0e2fcef5daf132ce39ef9e07b673602c Mon Sep 17 00:00:00 2001 From: ignis Date: Thu, 3 Dec 2015 00:26:23 +0900 Subject: [PATCH] volScalarField rho AUTO_WRITE for debugging --- .../solvers/combustion/plasmaReactingFoam/createFields.H | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/applications/solvers/combustion/plasmaReactingFoam/createFields.H b/applications/solvers/combustion/plasmaReactingFoam/createFields.H index 0649f176..899a21bd 100644 --- a/applications/solvers/combustion/plasmaReactingFoam/createFields.H +++ b/applications/solvers/combustion/plasmaReactingFoam/createFields.H @@ -58,7 +58,9 @@ volScalarField rho ( "rho", runTime.timeName(), - mesh + mesh, + IOobject::NO_READ, + IOobject::AUTO_WRITE ), thermo.rho() );