Skip to content

Reply To: Reynolds stresses averaged

#9497
mathias
Keymaster

Currently, there is no code for spatial or Favre averaging in the released version. However, within the code of SuperLatticeTimeAveraged, it is possible to perform time-averaging for density, the physical quantity you want to observe, and the product of density and the physical quantity. This makes it feasible to calculate Favre averages.

For spatial averaging, since SuperLatticeTimeAveragedF3D inherits from SuperF3D, operator() is available. By inputting the coordinates of the physical quantity, it outputs the time-averaged data at that specific point. You can retrieve the time-averaged values at desired spatial locations and then spatially average the time-averaged values.

If you have a working version, please share with the community using the public OpenLB git!