summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-03-28 10:36:20 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-03-28 10:36:20 -0600
commitce7423851dfbc1ea1da569f34bf504318dfe8217 (patch)
tree9e5b52d00ff205e3d0a34de57b4ece42c13a2274
parent517937bad3f083c5537f8349f00f60e5cd3ff23c (diff)
Added miniProjects
-rw-r--r--administration/miniProjects/readme.md38
-rw-r--r--administration/readme.md4
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
![Course overview](CourseOverview.png)
[Enlarge](CourseOverview.png)