Mesh directory contains the .msh mesh files which can be imported to solver and used.

Steps to use this case:
1. Find the required AoA in the Case_Files Folder
2. Copy the .msh mesh file that is to be tested and paste it in the directory
3. Run "fluentMeshToFoam <meshfilename>.msh" to create the required polyMesh directory in the the constants folder.
4. Edit decomposeParDic to no of cores available (To run in parallel mode)
5. Use decomposePar command (For parallel mode users)
6. Use the command mpirun -np <core_count> sonicFoam -parallel (to run in parallel mode) or just sonicFoam to run in serial mode
7. If parallel mode is used, use the command reconstructPar to compile the solution
8. Use touch results.foam to create a new .foam file and open using ParaView

In addition to mesh files and case files, relevant contours and plots are attached.