// Overview
The ceramic casting process is highly sensitive to thermal and flow conditions, and high-fidelity CFD captures that behaviour at the cost of long, expensive solver runs. This project set out to keep that physical accuracy while making the design loop fast enough to actually iterate on.
I ran a campaign of CFD computations across the casting parameter space, then trained neural-network surrogate models on the resulting dataset. The trained models reproduce the solver's key outputs in a fraction of the time, making parameter optimization and what-if exploration practical.
// What I did