18.7 Turbulence Measurement
The Turb unit implements a method to measure the local turbulence
strength at the grid scale. The implementation is based on the operator
in Colin et al. (2000),
 |
(18.279) |
Here
is a calibration constant, set with the turb_c2 runtime
variable. The default value, 0.9, was determined for the PPM hydodynamics
method by Jackson et al. (2014, submitted) based on simulations of stirred
turbulence.
is the grid spacing and
is the velocity field on
the grid. Two options are implemented for sampling the velocity field, each
of which uses a 5-point stencil for the Laplacian operator. If
turb_stepSize is set to 1, the stencil samples adjacent cells, if set
to
every other cell is sampled, for an effective stencil size of 9
points. The latter option requeres a guardcell fill between the curl and
Laplacian operators. The result of equation 18.279 is stored in
the TURB mesh variable.