33 scalar meanStCoNum = 0.0;
35 if (
mesh.nInternalFaces())
38 mesh.surfaceInterpolation::deltaCoeffs()
42 max(SfUfbyDelta/
mesh.magSf()).value()
43 *runTime.deltaT().value();
47 *runTime.deltaT().value();
50 Info<<
"St courant Number mean: " << meanStCoNum
51 <<
" max: " << StCoNum <<
endl;