Write out rho field
This commit is contained in:
parent
e2e049bb04
commit
638a892bbc
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@
|
||||||
(
|
(
|
||||||
"rho",
|
"rho",
|
||||||
runTime.timeName(),
|
runTime.timeName(),
|
||||||
mesh
|
mesh,
|
||||||
|
IOobject::READ_IF_PRESENT,
|
||||||
|
IOobject::AUTO_WRITE
|
||||||
),
|
),
|
||||||
thermo.rho()
|
thermo.rho()
|
||||||
);
|
);
|
||||||
|
|
Reference in a new issue