SciVisAgentBench-tasks / main /tornado /task_description.txt
KaiyuanTang's picture
Add 7 vector field visualization cases (ABC, Bernard, twoswirls, crayfish, tornado, supernova100, rti-velocity_slices)
eebd130
raw
history blame
1.46 kB
Load the Tornado vector field from "tornado/data/tornado.raw", the information about this dataset:
Tornado (Vector)
Data Scalar Type: float
Data Byte Order: Little Endian
Data Extent: 64x64x64
Number of Scalar Components: 3
Data loading is very important, make sure you correctly load the dataset according to their features.
Create a streamline visualization using a "Stream Tracer" filter with "Point Cloud" seed type. Set the seed center to [31.5, 31.5, 47.25], radius 12.6, and maximum streamline length to 512.0. Add a "Tube" filter (radius 0.25) on the stream tracer. Color the tubes by Velocity magnitude using the 'Cool to Warm (Diverging)' colormap. Also display the stream tracer directly with line width 5.0 and "Render Lines As Tubes" enabled.
Add a "Glyph" filter on the original data using Arrow glyph type. Orient arrows by the Velocity vector and scale by Velocity magnitude with a scale factor of 25.0. Set maximum number of sample points to 2500. Color glyphs by Velocity magnitude using the same colormap.
Add an "Outline" filter to display the dataset bounding box (black).
Use a white background (RGB: 1.0, 1.0, 1.0).
Save the paraview state as "tornado/results/{agent_mode}/tornado.pvsm".
Save the visualization image as "tornado/results/{agent_mode}/tornado.png".
(Optional, if use python script) Save the python script as "tornado/results/{agent_mode}/tornado.py".
Do not save any other files, and always save the visualization image.