Skip to content
Snippets Groups Projects
Commit 6d281968 authored by Henry's avatar Henry
Browse files

interFoam: Minor improvement to diagnostic message

parent de7ccd8e
Branches
No related merge requests found
......@@ -29,7 +29,7 @@
rhoPhi = phiAlpha*(rho1 - rho2) + phi*rho2;
}
Info<< "Liquid phase volume fraction = "
Info<< "Phase-1 volume fraction = "
<< alpha1.weightedAverage(mesh.Vsc()).value()
<< " Min(alpha1) = " << min(alpha1).value()
<< " Max(alpha1) = " << max(alpha1).value()
......
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