Simple cube-root of cell volume delta used in incompressible LES models. More...
#include <vanDriestDelta.H>
Simple cube-root of cell volume delta used in incompressible LES models.
Example of the delta specification in turbulenceProperties:
delta vanDriest;
vanDriestCoeffs
{
// Underlying geometric delta
delta cubeRootVol;
// Coefficients for geometric delta
cubeRootVolCoeffs
{
deltaCoeff 2.0;
}
// Optional update interval
// Default is 1 (update every step)
updateInterval 1000;
}