Skip to content

Plotting basic stats

Lukas Bentkamp requested to merge feature/diagnostic_plot into develop

Incorporates the diagnostic plot 'do_stats' from NSReader into the main TurTLE code. At the same time, we want to make the diagnostic of temporal resolution consistent with the common CFL criterion (see, e.g., Yeung, Sreenivasan & Pope, PRF (2018)). To this end, we have to compute max(|u_x|+|u_y|+|u_z|) in the C++ code (where should this computation go?).

Still to do:

  • Compute correct maximum velocity when computing statistics
  • Plot CFL criterion exactly if the maximum velocity value is available, plot a proxy if not
Edited by Cristian Lalescu

Merge request reports