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

interDyMFoam: Correct the sub-cycled cell volumes used for phase volume fraction calculation

parent dc5c3c6d
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
} }
Info<< "Liquid phase volume fraction = " Info<< "Liquid phase volume fraction = "
<< alpha1.weightedAverage(mesh.V()).value() << alpha1.weightedAverage(mesh.Vsc()).value()
<< " Min(alpha1) = " << min(alpha1).value() << " Min(alpha1) = " << min(alpha1).value()
<< " Max(alpha1) = " << max(alpha1).value() << " Max(alpha1) = " << max(alpha1).value()
<< endl; << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment