Re: [Paraview] Calculating time-averaged shear stress

2017-10-23 Thread Shuhao Wu
Shuhao Wu <shu...@shuhaowu.com> Sent: Monday, October 23, 2017 4:46:24 PM To: paraview@paraview.org Subject: Re: [Paraview] Calculating time-averaged shear stress I believe you're looking for the TemporalStatistics filter. Specifically what you want maybe something along the lines of:

Re: [Paraview] Calculating time-averaged shear stress

2017-10-23 Thread Eslami, Parastou
hao Wu <shu...@shuhaowu.com> Sent: Monday, October 23, 2017 4:46:24 PM To: paraview@paraview.org Subject: Re: [Paraview] Calculating time-averaged shear stress I believe you're looking for the TemporalStatistics filter. Specifically what you want maybe something along the lines of: tempora

Re: [Paraview] Calculating time-averaged shear stress

2017-10-23 Thread Shuhao Wu
I believe you're looking for the TemporalStatistics filter. Specifically what you want maybe something along the lines of: temporal_statistics = TemporalStatistics(Input=vtk_data) temporal_statistics.ComputeAverage = 1 temporal_statistics.ComputeMinimum = 0

[Paraview] Calculating time-averaged shear stress

2017-10-23 Thread Eslami, Parastou
Hi Everyone, I'm very new to Paraview and python scripting. I have a series of time dependent .vtu files and would like to 1. Read the vtu files for each time step 2. calculate the magnitude of shear stress 3. calculate time-averaged shear stress for all the elements in my geometry