[Paraview] Combining vector components

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Nov 9 18:28:20 EST 2010


The easiest way is to use the Calculator. You can use an expression of
the following form to generate a vector from 3 scalars:

scalar0 * iHat  + scalar1 * jHat + scalar2 * kHat

Utkarsh

On Tue, Nov 9, 2010 at 5:34 PM, Nicholas Yue <yue.nicholas at gmail.com> wrote:
> Hi,
>
>    From an existing simulation, a set of vectors were written out (as binary
> float in a brick i.e. width x height x depth) as individual axes components
> e.g. U01.bin, V01.bin, W01.bin, for a given time step.
>
>    What is the recommended way to combine the data in Paraview so that one
> can view them as 3 component vector?
>
>    I have already been visualizing the scalar components like temperature
> and pressure from the same simulation.
>
> Regards
>
> _______________________________________________
> 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