Write out rho field

This commit is contained in:
Hrvoje Jasak 2021-07-05 15:45:22 +01:00
parent e2e049bb04
commit 638a892bbc

View file

@ -19,7 +19,9 @@
( (
"rho", "rho",
runTime.timeName(), runTime.timeName(),
mesh mesh,
IOobject::READ_IF_PRESENT,
IOobject::AUTO_WRITE
), ),
thermo.rho() thermo.rho()
); );