summaryrefslogtreecommitdiff
path: root/admin/miniProjects
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-03-31 17:51:52 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-03-31 17:57:56 -0600
commit6c9e25981454f66ff818c9fb87409acd08ef9cfb (patch)
tree14bd57263a76ff877fadf488416345cd0ac252d2 /admin/miniProjects
parentae5331360514b9d4519cef0d73eb8d6093c6c245 (diff)
Renamed administration/ to admin/ and cleaned up README.md. Removed headers for figures.
Diffstat (limited to 'admin/miniProjects')
-rw-r--r--admin/miniProjects/readme.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/admin/miniProjects/readme.md b/admin/miniProjects/readme.md
new file mode 100644
index 0000000..b7697b6
--- /dev/null
+++ b/admin/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