KuangshiAi
update with camera info
dc736c1
raw
history blame
1.18 kB
Load the Rayleigh-Taylor instability velocity field from "rti-velocity_slices/data/rti-velocity_slices.vti" (VTI format, 128x128x128).
Create three orthogonal slices: at x=64 (YZ-plane), y=64 (XZ-plane), and z=64 (XY-plane).
Color all three slices by velocity magnitude using the 'Turbo' colormap.
Add a color bar labeled 'Velocity Magnitude'.
Use a white background. Set an isometric camera view that shows all three slices. Render at 1024x1024.
Set the viewpoint parameters as: [200.0, 200.0, 200.0] to position; [63.5, 63.5, 63.5] to focal point; [0.0, 0.0, 1.0] to camera up direction.
Save the visualization image as "rti-velocity_slices/results/{agent_mode}/rti-velocity_slices.png".
(Optional, but must save if use paraview) Save the paraview state as "rti-velocity_slices/results/{agent_mode}/rti-velocity_slices.pvsm".
(Optional, but must save if use pvpython script) Save the python script as "rti-velocity_slices/results/{agent_mode}/rti-velocity_slices.py".
(Optional, but must save if use VTK) Save the cxx code script as "rti-velocity_slices/results/{agent_mode}/rti-velocity_slices.cxx"
Do not save any other files, and always save the visualization image.