Conversation
|
Nice! Since the probe location is taken from the nearest neighbor, should the actual probe location also be written to output? |
|
I can write the probe location for debugging purposes. |
|
Hi Pedro, thanks for the probe extraction feature. I'll be looking into it when I get the chance. I have also worked on this feature since the beginning of this year (for SU2 v7.5.0); on my version, you can set the probes in the .cfg files by directly describing the locations or by a .csv file (if you have many probes, for example). It will also create an output history file for each probe with your specified volume output variables and a probe_information.dat containing the location of the nearest node for that probe (since no interpolation is done). I initially did some workarounds to avoid OOM problems in finding the probe location since I used this in a 400M nodes mesh. I still need to clean up a little bit the additional implementation while keeping/improving the efficiency to avoid a big overhead time in the simulation. |
Proposed Changes
Extends the custom outputs with point probes (nearest point, no interpolation is done).
Related Work
#1907 cc @DonalMcC
PR Checklist