volScalarField he_ qc_ AUTO_WRITE for debugging

This commit is contained in:
ignis 2015-11-30 13:40:49 +09:00
parent c48de45842
commit b06cff4db7

View file

@ -117,7 +117,7 @@ Foam::heThermo<BasicThermo, MixtureType>::heThermo
mesh.time().timeName(),
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE
IOobject::AUTO_WRITE
),
mesh,
dimEnergy/dimMass,
@ -133,7 +133,7 @@ Foam::heThermo<BasicThermo, MixtureType>::heThermo
mesh.time().timeName(),
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE
IOobject::AUTO_WRITE
),
mesh,
dimCurrent*dimTime/dimMass
@ -165,7 +165,7 @@ Foam::heThermo<BasicThermo, MixtureType>::heThermo
mesh.time().timeName(),
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE
IOobject::AUTO_WRITE
),
mesh,
dimEnergy/dimMass,
@ -181,7 +181,7 @@ Foam::heThermo<BasicThermo, MixtureType>::heThermo
mesh.time().timeName(),
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE
IOobject::AUTO_WRITE
),
mesh,
dimCurrent*dimTime/dimMass