rhoCentralFoam: Corrected update of phi

This commit is contained in:
Henry 2011-11-16 12:26:45 +00:00
parent 33b1e00f4b
commit 52d5a8832d

View File

@ -157,7 +157,7 @@ int main(int argc, char *argv[])
Info<< "Time = " << runTime.timeName() << nl << endl;
surfaceScalarField phi("phi", aphiv_pos*rho_pos + aphiv_neg*rho_neg);
phi = aphiv_pos*rho_pos + aphiv_neg*rho_neg;
surfaceVectorField phiUp
(