<aside> 💡 Use this template to document your approach to interviewing engineers.
</aside>
The prompt first asks to generate a residuals plot which will be saved in the case directory.
On choosing CSV output the last iteration will output CSV files for the following variable:
The pressure is mapped on ny * nx grid [black]. The velocities are mapped on (2ny+1)(2*nx+1) grid [blue].
Black - Pressure Values of CSV file Blue - Velocity values of CSV file
The prompt then cycles through to generate multiple maps & check before saving to the case directory. When generating GIFS, the entered value is used as a spacing between output frames from the SIM. The following functionality is supported by the program:
This category is based off Matplotlib Filled contour (contourf) plots.
This category is based off Matplotlib streamplot plots.
This category is based off Matplotlib quiver plots. This library is better suited for very coarse grid, for better visualization of arrows.