<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.
![Map-1 Step-[250].jpg](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/91d532c4-7d74-45c1-8659-aaca494203a5/Map-1_Step-250.jpg)
![Map-2 Step-[250].jpg](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/14b340d0-2c1b-4d33-842c-faf01e0e7f05/Map-2_Step-250.jpg)
This category is based off Matplotlib streamplot plots.
![Map-1 Step-[250].jpg](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/eeefe961-ea71-4463-83d8-a914a33235ea/Map-1_Step-250.jpg)
This category is based off Matplotlib quiver plots. This library is better suited for very coarse grid, for better visualization of arrows.