1 if (args.found(
"smoothAlpha"))
3 const label nSmoothIters = args.getOrDefault<label>(
"nSmoothIters", 1);
4 const scalar
smoothCoeff = args.getOrDefault<scalar>(
"smoothCoeff", 0.75);
6 for (label nSmoothIter = 0; nSmoothIter < nSmoothIters; nSmoothIter++)
8 Info <<
"Smooth iteration: " << nSmoothIter << endl;