diff options
Diffstat (limited to 'administration')
| -rw-r--r-- | administration/miniProjects/readme.md | 38 | ||||
| -rw-r--r-- | administration/readme.md | 4 |
2 files changed, 41 insertions, 1 deletions
diff --git a/administration/miniProjects/readme.md b/administration/miniProjects/readme.md new file mode 100644 index 0000000..b7697b6 --- /dev/null +++ b/administration/miniProjects/readme.md @@ -0,0 +1,38 @@ +# Mini Projects + +Going through many of the tutorials, i realized that a lot of the tutorials lack exciting projects where students can get practical/hands-on experience (or as hands on programming can get). That is why I hope to make some fun project/tutorials where students can actually see how the programming of their code applies to industry work. + +Below is a rough brainstorming list of projects that students could work with. + +## Project ideas +### Aerospace +- Modeling a two stage rocket. +- Modelling Shockwaves. +### FEA/CFD simulations +- Modelling a simple geometry. +- Modelling a fluid flow/HT Xfer. +### Automotive +- Optimization of ... +- PID Controller + +## Fun topics that interest students +- Aerospace + - Aeronautics + - Supersonic + - Hypersonic + - Turbomachinery/Propulsion + - Astronautics + - Spacecraft trajectory + - Combustion/Propulsion + - Orbital Mechanics +- Automotive Engineering + - Combustion +- Advanced Manufacturing + - Control Systems + - Additive manufacturing (3D printing) +- Mechatronics + - Tuning PID Controllers + - Zeigler - Nicholas Method + - Cohen - coon Method + - Kappa-tau Tuning + - Lambda Tuning:
\ No newline at end of file diff --git a/administration/readme.md b/administration/readme.md index 2f3aa5e..322c248 100644 --- a/administration/readme.md +++ b/administration/readme.md @@ -3,8 +3,10 @@ Find meeting notes, Course overview and Gantt Chart here. [Meeting notes](meeting-notes/) -## Course overview +List of real-world project ideas to implement in the course. +[Mini Projects ideas](miniProjects/readme.md) +## Course overview  [Enlarge](CourseOverview.png) |
