[Paraview] Creating vectors using multiple files and Vector projections on a Slice

David E DeMarle dave.demarle at kitware.com
Fri Dec 21 08:00:34 EST 2012


Use AppendAttributes filter to get the data from the three files
together in one place.
Use calculator filter with expression
array1sname*iHat+array2sname*jHat+rarray3sname*kHat to create the
vector field.

See also the python programmable filters for an alternative.

Not sure what you are trying to do with the second question.

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Fri, Dec 21, 2012 at 3:58 AM, Pradeep Jha
<pradeep.kumar.jha at gmail.com> wrote:
> Hello,
>
> I have three files containing the 3 scalar magnitudes of the 3 components of a 3D velocity vector. How to I visualize the final vector and its streamlines using Paraview?
>
> Also, is it possible to visualize the projection of this final vector on both sides of a slice of the computational domain? The computational domain is a simple cube with 512 grid
> points in each direction.
>
> Thank you,
> Pradeep
> _______________________________________________
> 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


More information about the ParaView mailing list