41 void maxhxhyhzDelta::calcDelta()
45 tmp<volScalarField> hmax
66 scalar deltaMaxTmp = 0.0;
72 label faceI = cFaces[cFaceI];
74 scalar tmp =
mag(facevector - centrevector);
75 if (tmp > deltaMaxTmp)
80 hmax()[cellI] = deltaCoeff_*deltaMaxTmp;
90 <<
"Case is 2D, LES is not strictly applicable\n"
98 <<
"Case is not 3D or 2D, LES is not applicable"
106 maxhxhyhzDelta::maxhxhyhzDelta