BUG: corrected source term solve variable

This commit is contained in:
andy 2012-10-19 16:30:00 +01:00
parent 35d1bdd800
commit a01233bda6

View File

@ -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())