Removed ddtPhiCorr.

This commit is contained in:
henry
2008-12-12 15:06:04 +00:00
parent 86602859f2
commit 9663072b5f

View File

@ -21,7 +21,7 @@
surfaceScalarField phiU
(
"phiU",
(fvc::interpolate(U) & mesh.Sf()) + fvc::ddtPhiCorr(rUA, rho, U, phi)
(fvc::interpolate(U) & mesh.Sf())
);
phi = phiU +