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

This commit is contained in:
Henry
2012-01-31 11:19:01 +00:00
parent dc5c3c6d89
commit aad5c6519b

View File

@ -30,7 +30,7 @@
}
Info<< "Liquid phase volume fraction = "
<< alpha1.weightedAverage(mesh.V()).value()
<< alpha1.weightedAverage(mesh.Vsc()).value()
<< " Min(alpha1) = " << min(alpha1).value()
<< " Max(alpha1) = " << max(alpha1).value()
<< endl;