rhoCentralFoam: Corrected update of phi
This commit is contained in:
parent
33b1e00f4b
commit
52d5a8832d
@ -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
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user