2 scalar Cmu25 = ::pow(Cmu, 0.25);
4 const fvPatchList& patches = mesh.boundary();
6 forAll(patches, patchi)
8 const fvPatch& currPatch = patches[patchi];
10 if (isType<wallFvPatch>(currPatch))
12 scalarField& nutw = nutb.boundaryField()[patchi];
14 forAll(currPatch, facei)
16 label faceCelli = currPatch.faceCells()[facei];
20 Cmu25*y[patchi][facei]
27 yPlus*nub.value()*kappa