Hi all,
I'm postprocessing a simulation and require data from a plane within my computational domain. I'm currently using the FieldConvert -m interppoints
command to extract data from individual .chk/.fld files. Is there a variation of this command that allows a user to extract data from multiple .chk/.fld files thus obtaining the required data over a range of timesteps? Or is the simplest solution to write a bash script that executes this command multiple times in a loop over the desired range of filenames?
Note, I'm also aware of the history points option, but since the number of points on the plane i require is quite large (over 1500), I have discounted this option for the present.
Sincerely,
--