epsilonWallFunction, omegaWallFunction: Set generation to zero in laminar sub-layer

Improves stability for complex flows
This commit is contained in:
Henry Weller
2016-08-04 22:25:27 +01:00
parent 454df8426d
commit 47c6b9e12e
2 changed files with 0 additions and 4 deletions

View File

@ -255,8 +255,6 @@ void Foam::epsilonWallFunctionFvPatchScalarField::calculate
else
{
epsilon0[celli] += w*2.0*k[celli]*nuw[facei]/sqr(y[facei]);
G0[celli] += w*G[celli];
}
}
}

View File

@ -280,8 +280,6 @@ void omegaWallFunctionFvPatchScalarField::calculate
{
omega0[celli] += w*omegaVis;
}
G0[celli] += w*G[celli];
}
}
}