<aside> 💡 Use this template to document your approach to interviewing engineers.

</aside>

Generating Residuals Plots

The prompt first asks to generate a residuals plot which will be saved in the case directory.

CSV Output

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

Black - Pressure Values of CSV file Blue - Velocity values of CSV file

Generating MAPS

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:

Colormap - [contourf]

This category is based off Matplotlib Filled contour (contourf) plots.

Map-1 Step-[250].jpg

Map-2 Step-[250].jpg

Streamlines [streamplot]

This category is based off Matplotlib streamplot plots.

Map-1 Step-[250].jpg

Vectors [quiver]

This category is based off Matplotlib quiver plots. This library is better suited for very coarse grid, for better visualization of arrows.