Reverting "Added ddtPhiCorr back into the pEqn, use if wisely."

This commit is contained in:
henry
2008-12-12 12:25:36 +00:00
parent 8d2bed91ce
commit 799f09ed7f

View File

@ -55,7 +55,7 @@ else
fvc::interpolate(rho)*
(
(fvc::interpolate(U) & mesh.Sf())
+ fvc::ddtPhiCorr(rUA, rho, U, phi)
//+ fvc::ddtPhiCorr(rUA, rho, U, phi)
);
//bool closedVolume = adjustPhi(phi, U, p);