Playground for me to learn/play around with cfd simulations.
Find a file
2026-03-16 14:30:02 -04:00
12_steps_to_navier_stokes Add step_1 of navier stokes 2026-03-16 14:30:02 -04:00
.gitignore Initial commit 2026-03-15 22:45:27 -04:00
README.md Add step_1 of navier stokes 2026-03-16 14:30:02 -04:00

CFD Playground

Playground for me to mess around with CFD simulations. First part of this will be implementing Lorena Barba's 12 steps to Navier-Stokes codes. Also will be doing this in Rust because performance isn't critical here and I like Rust the best 🦀🦀🦀.

Notes on Rust Code

Just fyi to anyone coming across this. This is a playground and not intended to be production grade rust. As a result, you may see some unwraps here and there (or other not safe/not production Rust). I don't suggest copying this code exactly if you are writing your own production grade solvers.