moorepants / resonance

Learning Mechanical Vibration Engineering Through Computation
https://moorepants.github.io/resonance
MIT License
46 stars 12 forks source link

Learning Objective Dump #33

Open moorepants opened 7 years ago

moorepants commented 7 years ago

Just a place to dump excess, redundant learning objectives in case we need them.

1 Introduction [100 mins]

The goal here is to lead the students through solving a vibration engineering problem while simultaneously introducing the foundation Python commands they will need to build on. This shouldn't be overwhelming with too many new Python things but should ease them in but show them that they can solve something useful the first day.

TODO : What problem to open with?

2 Modeling Vibrating Systems [50 min]

The key thing here is that we want students to be able to look at real physical objects and visualize what the essential motion is. They should be able to sketch out free body diagrams that indicate:

I'd also like them to come away with an appreciation of why it may be important to try to create the simplest model that is capable of explaining the phenomena of interest.

3 Formulating Equations of Motion [150 min]

https://en.wikipedia.org/wiki/Lagrangian_mechanics

4 Free harmonic motion with and without viscous damping

  1. Estimating system parameters from vibrations (live experiment where we give them data)
  2. Forced harmonic motion with and without viscous damping
  3. Non-linear vibration (Coulomb) + simulation of non-linear systems
  4. Impulse response (heaviside)
  5. Stability: book balance
  6. Base excitation: car on bumpy road
  7. Mass imbalance
  8. Arbitrary forcing (convolution integral)
  9. Arbitrary periodic forcing (Fourier series)
  10. Modal analysis of decomposable systems: building
  11. Modal analysis of non-decomposable: bicycle modeshapes
  12. Isolator design
  13. Vibration absorbers

Other:

Analyzing Vibrating Systems

After finishing this section students will be able to:

The story arc:

Modeling Vibrating Systems

After finishing this section students will be able to:

Designing Vibrating Systems

After finishing this section students will be able to:

moorepants commented 7 years ago

More here too: https://github.com/moorepants/resonance/projects/1