[Paraview] [EXTERNAL] Re: sum of a variable over all cells of one timestep

Scott, W Alan wascott at sandia.gov
Thu Jun 30 13:01:34 EDT 2016


That appears to work.  Thanks!!

Alan

-----Original Message-----
From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com] 
Sent: Wednesday, June 29, 2016 7:56 PM
To: Scott, W Alan <wascott at sandia.gov>
Cc: paraview at paraview.org
Subject: [EXTERNAL] Re: [Paraview] sum of a variable over all cells of one timestep

> I am trying to find the sum of a variable for all cells at one timestep.

Try using the Python calculator. Make sure you set the "Array Association" to "Cell Data" and then enter the expression sum(ARRAY).
Example for can.ex2, I can do "sum(EQPS)".


More information about the ParaView mailing list