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:
@ -43,7 +43,6 @@ volVectorField U
|
||||
pressureReference pressureReference
|
||||
(
|
||||
p,
|
||||
rho,
|
||||
pimple.dict(),
|
||||
thermo.incompressible()
|
||||
);
|
||||
|
||||
@ -41,7 +41,6 @@ volVectorField U
|
||||
pressureReference pressureReference
|
||||
(
|
||||
p,
|
||||
rho,
|
||||
simple.dict(),
|
||||
thermo.incompressible()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user