Classification: UNCLASSIFIED
Caveats: NONE

Hi Berk,

Thanks
-simon

-----Original Message-----
From: Berk Geveci [mailto:[email protected]]
Sent: Thursday, May 15, 2014 1:43 PM
To: Su, Simon M CTR USARMY ARL (US)
Cc: [email protected]
Subject: Re: [Paraview] coloring the simulation data based on the size of the 
mesh cell (UNCLASSIFIED)

Hi Simon,

You can use the Python calculator:

http://www.paraview.org/Wiki/ParaView/Users_Guide/Python_Calculator


You need an expression like:

area(inputs[0])

or

volume(inputs[0])

Be careful, area and volume are not super accurate for 2nd order or higher 
cells currently.

-berk



On Thu, May 15, 2014 at 1:37 PM, Su, Simon M CTR USARMY ARL (US) 
<[email protected]> wrote:


        Classification: UNCLASSIFIED
        Caveats: NONE

        Hello,

        I would like to color the data based on the size of the mesh cell. Is 
there
        away to do it in ParaView? In the coloring pull down selection, I can 
only
        find the variables in the dataset. If I have to compute the size of the 
mesh
        cell to create a new variable, how would it be done?

        Thanks
        -simon

        Classification: UNCLASSIFIED
        Caveats: NONE



        _______________________________________________
        Powered by www.kitware.com

        Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

        Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

        Follow this link to subscribe/unsubscribe:
        http://www.paraview.org/mailman/listinfo/paraview





Classification: UNCLASSIFIED
Caveats: NONE


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to