volScalarField rho AUTO_WRITE for debugging

This commit is contained in:
ignis 2015-12-03 00:26:23 +09:00
parent b06cff4db7
commit db10b8be0e

View file

@ -58,7 +58,9 @@ volScalarField rho
( (
"rho", "rho",
runTime.timeName(), runTime.timeName(),
mesh mesh,
IOobject::NO_READ,
IOobject::AUTO_WRITE
), ),
thermo.rho() thermo.rho()
); );