Added ddtPhiCorr back into the pEqn, use if wisely.

This commit is contained in:
henry
2008-12-12 12:24:12 +00:00
parent d3dde21aff
commit 8d2bed91ce
9 changed files with 15 additions and 11 deletions

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);

View File

@ -34,7 +34,7 @@ if (transonic)
}
else
{
phi =
phi =
fvc::interpolate(rho)*
(
(fvc::interpolate(U) & mesh.Sf())