12 lines
594 B
Markdown
12 lines
594 B
Markdown
# 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.
|