CorrectPhi: Added pressureReference argument to set the reference cell

so that the same reference cell is used for pcorr and p or p_rgh to improve
consistency between flux and flux correction.
This commit is contained in:
Henry Weller
2021-04-30 21:07:15 +01:00
parent 007658b768
commit e8ff92cd67
72 changed files with 172 additions and 122 deletions

View File

@ -43,7 +43,6 @@ volVectorField U
pressureReference pressureReference
(
p,
rho,
pimple.dict(),
thermo.incompressible()
);

View File

@ -41,7 +41,6 @@ volVectorField U
pressureReference pressureReference
(
p,
rho,
simple.dict(),
thermo.incompressible()
);