<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Projects | Aishwerya Gahlot</title><link>https://aishwerya.github.io/projects/</link><atom:link href="https://aishwerya.github.io/projects/index.xml" rel="self" type="application/rss+xml"/><description>Projects</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Sun, 19 May 2024 00:00:00 +0000</lastBuildDate><image><url>https://aishwerya.github.io/media/icon_hu7729264130191091259.png</url><title>Projects</title><link>https://aishwerya.github.io/projects/</link></image><item><title>Supersonic Flow over a Diamond Airfoil</title><link>https://aishwerya.github.io/projects/cfd-project/</link><pubDate>Wed, 01 May 2024 00:00:00 +0000</pubDate><guid>https://aishwerya.github.io/projects/cfd-project/</guid><description>&lt;p>&lt;strong>Overview:&lt;/strong>&lt;br>
Computational Fluid Dynamics is a fundamental topic in engineering, allowing us to simulate real-world scenarios computationally with the help of numerical methods. This project implements a supersonic flow over a diamond-shaped airfoil surface using a 2D Euler solver with finite volume formulation.&lt;/p>
&lt;p>The solver was developed in two stages:&lt;/p>
&lt;ul>
&lt;li>A &lt;strong>first-order AUSM+up&lt;/strong> scheme&lt;/li>
&lt;li>A &lt;strong>higher-order TVD MUSCL formulation&lt;/strong>&lt;/li>
&lt;/ul>
&lt;p>The solver successfully captures &lt;strong>oblique shock waves&lt;/strong> generated at the airfoil’s leading edge and compares results (wave angle, Mach number, pressure and temperature ratios) with analytical solutions.&lt;/p>
&lt;h3 id="results">Results&lt;/h3>
&lt;ul>
&lt;li>Solver captured &lt;strong>leading-edge oblique shocks&lt;/strong> accurately.&lt;/li>
&lt;li>Verified &lt;strong>wave angles and pressure ratios&lt;/strong> against analytical data.&lt;/li>
&lt;li>Demonstrated improvement moving from &lt;strong>first-order AUSM+up&lt;/strong> to &lt;strong>MUSCL&lt;/strong> scheme.&lt;/li>
&lt;/ul>
&lt;p>📄 Full report: &lt;a href="Euler_CFD_Project.pdf">Download here&lt;/a>&lt;/p></description></item></channel></rss>