INP-PM / FEDM

Finite Element Discharge Modelling code
https://inp-pm.github.io/FEDM/
GNU Lesser General Public License v3.0
10 stars 4 forks source link

Inconsistent naming of PointData field in vtu file #14

Open RaphaelPile opened 1 year ago

RaphaelPile commented 1 year ago

In the streamer discharge example, the first vtu file has while the next vtu files have (with an upper case this time). Since Paraview is case sensitive, it prevents the user to do quickly usual post-processing.

RaphaelPile commented 1 year ago

Classic problem solving: I have find the solution right after writing the issue.

The name of the file is specified in speclist.cfg, so quick fix is to rename "ions" into "Ions" in this file and to rename the corresponding file, but a better solution would be to use particle_species_file_names everywhere.