I need to calculate a time averaged global variable. The temporal statistics filter doesn’t include global variables in its results.
Here is what I am thinking:
My best guess is something along these lines:
- Python calculator filter to create a new point data variable from the global variable of interest, at any given timestep (This is where I’m stuck – The syntax is incorrectt in the documentation, and should be inputs[0].FieldData[‘nsteps’][time_index] * displ), but the data still dose not propagate through and no new variable appears.
- Probe location (so that I’m not processing an unnecessary amount of data)
- Temporal statistics filter on the probe to display time-averaged values of point data
I was also thinking of using the programable filter to create the new point data variable, but I can’t seem to produce the data that I need.
Thanks for nay help you may be able to give,
-Phil