Reply To: No contour Variables for Velocity
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › No contour Variables for Velocity › Reply To: No contour Variables for Velocity
November 18, 2021 at 11:05 am
#6180
Adrian
Keymaster
The countours are not explicitly stored in the VTK file. Instead it contains the raw vector fields of e.g. the velocity in this case (really any functor) from which you can then compute and visualize contour lines in ParaView.
As the contour tool there expects a scalar field you will first have to apply some norm to the velocity field. Alternatively you can also use the results of e.g. OpenLB’s euklid norm functor.
- This reply was modified 4 years, 2 months ago by Adrian.
