File size: 958 Bytes
3cb1822
 
 
 
 
 
 
 
 
 
 
3a2d55e
 
 
 
 
3cb1822
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Task:

Load the Fuel dataset from "fuel/data/fuel_64x64x64_uint8.raw", the information about this dataset:
Fuel
Description: Simulation of fuel injection into a combustion chamber. The higher the density value, the less presence of air.
Data Type: uint8
Data Byte Order: little Endian
Data Spacing: 1x1x1
Data Extent: 64x64x64
Data loading is very important, make sure you correctly load the dataset according to their features.

Visualize the combustion/fuel injection process:
1. Apply volume rendering with a hot colormap (black-red-yellow-white) to show temperature/density variations
2. Create an isosurface at the fuel-air mixture boundary (mid-range value)
3. Add a slice plane through the center to show the injection pattern
4. Adjust opacity to reveal the combustion core (opacity 0.4-0.6)

Please think step by step and make sure to fulfill all the visualization goals mentioned above.

Finally, save the paraview state as "fuel/results/fuel.pvsm"