Contributor: Sahil Kumar
GitHub: Sahilll10
Project Interest: Project AMR — Quick Adaptive Mesh Refinement for 2D Test Cases
SU2 v8.4.0 compiled from source on Ubuntu 24.04 with GCC 13.3.0 using Meson 1.10.1. Both serial and MPI builds completed successfully. All standard tutorials ran without errors.
2D axisymmetric turbulent jet simulated using INC_RANS with SST k-omega. Mesh generated with gmsh. See assignment2/report.md.
Unsteady CHT flat plate run using pysu2.CSinglezoneDriver with time-varying wall temperature. See assignment3/report.md.
Flat plate with sinusoidal wall temperature T(x) = 300 + 50sin(2pi*x/0.5) K applied per vertex via Python wrapper. See assignment4/report.md.
Added local speed of sound as a new output field in CFlowCompOutput.cpp. Confirmed value of 347.22 m/s consistent with freestream at T=300 K. See assignment5/report.md.