Filter a DNS field
Exercise 07
Filtering a DNS field to resemble a LES field is a really common practice in aPriori validation. This however can be tricky due to all the complexities of Direct Numerical Simulation data, their storage and their dimension. Moreover, once filtering the data, there is the problem of downsampling them. The downsample is useful because, once the field is filtered, the gradients must be computed on the actual LES grid, that hence downsamples the data keeping a smaller portion of all the dataset.
With the utilities that are in this library, the derivatives are computed taking into account the fact that once filtered, the neighboring points of each cell are translated. This allows to easily perform operations on the filtered field.
Last updated