This commit is contained in:
Hrvoje Jasak 2018-08-21 14:17:25 +01:00
parent 19794a6eba
commit 1e8ecf40c5

View file

@ -91,8 +91,6 @@ void Foam::wallDist::correct()
forAll (patches, patchI)
{
fvPatchScalarField& yPatch = boundaryField()[patchI];
boundaryField()[patchI] = 1/patches[patchI].deltaCoeffs();
}