Thomas-Oz-Dunn / donnager

Tools for modelling space exploration
https://crates.io/crates/donnager
MIT License
0 stars 0 forks source link

Implement CFD simulation engine #34

Open Thomas-Oz-Dunn opened 1 year ago

Thomas-Oz-Dunn commented 1 year ago

Background

Algebraic calculations for engine and aerodynamic designs are nice, but higher fidelity models are needed in the design process to propogate the Navier Stokes equations

Procedure

  1. Extend aerodynamics module is to run 3-D CFD (multi-threaded if possible)
  2. Create .obj and similar CAD model reader to construct boundary conditions
  3. Create GUI to visualize results
  4. Document and implement unit tests
  5. Consolidate features into a demo executable

Acceptance Criteria

CFD modules and executable demo simulate fluid dynamics

Thomas-Oz-Dunn commented 1 year ago

Possible GUI engine: https://github.com/asny/three-d