p-costa / SNaC

A multi-block solver for massively parallel direct numerical simulations (DNS) of fluid flows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible improvements for the current visualization strategy

nscapin opened this issue · comments

I would propose two improvements to the current visualization strategy and specifically in the phase of generation of the .xmf file:

  1. Add the possibility for the user to choose which field should be loaded;
  2. Add the possibility for the user to choose the frequency at which each field is loaded as some of them can be skipped and therefore should not be loaded.

Thank you Nicolò, @nscapin!

  • The choice of the fields to be loaded can be done during the visualization stage (at least in paraview), by choosing not to load these files.

  • The frequency option (1) has been added in f56fa37 (see parameter istep which is set to 1, constant spacing, by default).