cfd_playground/README.md

13 lines
594 B
Markdown
Raw Normal View History

2026-03-15 22:45:27 -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 🦀🦀🦀.
2026-03-16 14:30:02 -04:00
## 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.