| 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" |