Skip to content
Snippets Groups Projects
Commit 52d5a883 authored by Henry's avatar Henry
Browse files

rhoCentralFoam: Corrected update of phi

parent 33b1e00f
Branches
Tags
No related merge requests found
...@@ -157,7 +157,7 @@ int main(int argc, char *argv[]) ...@@ -157,7 +157,7 @@ int main(int argc, char *argv[])
Info<< "Time = " << runTime.timeName() << nl << endl; 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 surfaceVectorField phiUp
( (
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment