Write rho for post-processing in reactingFoam
This commit is contained in:
parent
9b72c7e972
commit
c7409a3e85
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ volScalarField rho
|
|||
(
|
||||
"rho",
|
||||
runTime.timeName(),
|
||||
mesh
|
||||
mesh,
|
||||
IOobject::NO_READ,
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
thermo.rho()
|
||||
);
|
||||
|
|
Reference in a new issue