File size: 1,217 Bytes
614b8d4
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
Task:
Load the rotstrat dataset from "rotstrat/data/rotstrat_256x256x256_float32.vtk".
Generate a visualization image of the Rotstrat dataset, temperature field of a direct numerical simulation of rotating stratified turbulence, with the following visualization settings: 
1) Create volume rendering
2) Set the opacity transfer function as a step function jumping from 0 to 1 at value 0.12
3) Set the color transfer function to assign a warm red color [0.71, 0.02, 0.15] to the highest value, a cool color [0.23, 0.29, 0.75] to the lowest value, and a grey color[0.87, 0.87, 0.87] to the midrange value
4) Set the viewpoint parameters as: [800, 128, 128] to position; [0, 128, 128] to focal point; [0, 1, 0] to camera up direction
5) Volume rendering ray casting sample distance is 0.1
6) White background
7) Visualization image resolution is 1024x1024
8) Save the visualization image as a png file "rotstrat/results/{agent_mode}/rotstrat.png"
9) (Option 1) Save the paraview state as "rotstrat/results/{agent_mode}/rotstrat.pvsm" if you are using ParaView as the visualization tool
10) (Option 2) Save the cxx code script as "rotstrat/results/{agent_mode}/rotstrat.cxx" if you are using VTK as the visualization tool