BUG: corrected source term solve variable
This commit is contained in:
parent
35d1bdd800
commit
a01233bda6
@ -29,7 +29,7 @@
|
||||
fvc::ddt(rho) + psi*correction(fvm::ddt(p_rgh))
|
||||
+ fvc::div(phiHbyA)
|
||||
==
|
||||
sources(psi, p, rho.name())
|
||||
sources(psi, p_rgh, rho.name())
|
||||
);
|
||||
|
||||
while (pimple.correctNonOrthogonal())
|
||||
|
Loading…
Reference in New Issue
Block a user