Write rho for post-processing in reactingFoam

This commit is contained in:
Hrvoje Jasak 2018-06-18 10:54:01 +01:00
parent 9b72c7e972
commit c7409a3e85

View file

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