I’ve opened the results of a simulation (Velocity field and Pressure) in Paraview. I know that the vorticity is by definition the curl of the velocity.
How can I proceed to to compute the vorticity in Paraview? I can’t find a clear answer to this after searching. Could you please give a detailed answer for someone beginner?
P.S: I am using a structured mesh for my domain, if that matters.
You can compute vorticity using the Gradient Of Unstructured DataSet filter (it will work with structured data as well). After you add the filter, click on the gear icon to toggle on advanced properties. From there you will see a Compute Vorticity option.
Hi Mar,
If I read your screenshot correctly, it looks like you are trying to use a magnitude (i.e., scalar) for a vector. Use a 3 component vector. See the information tab to see what variables are scalars and which are vectors. If you need to know how to create a vector from 3 scalars, see Help/ Classroom Tutorials/ Filters/ Calculator.
Alan