bubbleFoam: Corrected the velocity used in the wall-functions to be that of the continuous-phase

This commit is contained in:
Henry
2011-04-13 11:54:28 +01:00
parent a5bf3f304e
commit 13cc1d0dd7

View File

@ -34,7 +34,7 @@
{
const scalarField& nuw = nutb.boundaryField()[patchi];
scalarField magFaceGradU(mag(U.boundaryField()[patchi].snGrad()));
scalarField magFaceGradU(mag(Ub.boundaryField()[patchi].snGrad()));
forAll(currPatch, facei)
{