In general the output printed by TELEMAC (3D) in the result files is values at different points (nodes)at different time. Is there a way we can get time averaged output, instead of instantaneous values.
For example, the 3D result file has X,Y,Z,U,V and W (instantaneous values) at time (say I print data every 10 mins) 00:10, 00:20, 00:30 ... (if I start the simulation at 00:00).
Now can I get the same results printed at 10 min interval but Z,U,V and W being average over the last 10 mins, averaged using instantaneous values every 2 mins.
That is, result at 00:10 = (00:02 + 00:04 + 00:06 + 00:08 + 00:10)/5 , at 00:20 = (00:12 + 00:14 + 00:16 + 00:18 + 00:20)/5 ......
One way I tried was, I printed the results at every 2 mins and then tried using TECPLOT to process the data and average it the way I wanted, but the result files are very big (> 5GB) and TECPLOT couldn't handle it.