<div dir="ltr">Hello,<div><br></div><div>I have a function for mass flowrate that I want to plot over a time period DT. The velocity is time averaged per timestep dt, not the whole time period, DT. In otherwords the number of timesteps is DT/dt.</div><div><br></div><div>mdot(T) = int_A (rho . u(T) . n . alpha(T)) dA</div><div><br></div><div>mdot(T) is the massflow rate over time (kg/s)</div><div>int_A () dA is the integral over the area of a slice through the domain (m^2)</div><div>rho is the density of the particle phase and this is constant (kg/m^3)</div><div>u(T) is the time averaged velocity of the particle phase for a timestep of dt and varies with time, T (m/s)</div><div>n is the unit vector normal to the area (-)</div><div>alpha is the time averaged volume fraction of the particle phase and also varies with time T (-)</div><div><br></div><div>I think I am pretty sure that I can compute rho . u . n . alpha</div><div><br></div><div>My process in paraview:</div><div><br></div><div>Slice > Origin = 0, 0, 0, Normal = 0, 1, 0, Slice Type = Plane</div><div><br></div><div>This is the part in the brackets of the massflow rate equation. Mean just means time averaged:</div><div><br></div><div>Calculator > abs(U1Mean_Y)*2900*alpha1Mean</div><div><br></div><div>Now I must integrate this over the area of the slice.</div><div><br></div><div>*** Is it correct to use the Filter > IntegrateVariables? ***</div><div><br></div><div>I then use PlotSelectionOverTime (which I'm pretty sure is right).</div><div><br></div><div>Kind regards,</div><div><br></div><div>Andrew</div><div><br></div><div><br></div></div>