Multi-Degree of Freedom Dynamics, Modal Analysis and Seismic Response Simulation in Python

Build the knowledge and tools to decode the dynamic response of real-world structures to real-world loads

$69
4.9
4.9/5
Play Video about Multi-Degree-of-Freedom-Dynamics,-Modal-Analysis-and-Seismic-Response-Simulation | DegreeTutors.com


What you'll learn

You will have a deep understanding of the solution strategies employed for linear and non-linear MDoF analysis.
You will be able to model the influence of earthquake-induced ground motion and other dynamic loads on multi-storey structures.

You will develop numerical tools to solve the coupled equations of motion.

You will understand the role of modal decomposition in uncoupling the equations of motion and identifying the underlying dynamic characteristics of MDoF systems.


Description

This course is for anyone who wants to understand multi-degree of freedom (MDoF) structural dynamics. The course is built around the theme of seismic analysis and determining the response of structures to earthquake-induced ground motion. In reality, that’s just one form of excitation; when you complete the course you’ll be able to handle ground motion as well as any kind of directly applied dynamic loads such as wind loading or blast pressure waves for example.

By the time you complete this course, you’ll have a toolbox full of dynamic analysis tools and the knowledge and confidence to apply them to your own projects.

10-storey-building | DegreeTutors.com
N-storey-response | DegreeTutors.com

The course culminates in you developing a code for analysing the response of multi-story structures to realistic ground motion. The final code will be capable of handling anything from a 2 to 200 storey shear building. More important than the code itself, is the fact that you’ll understand how and why every line of it works – meaning you’ll have no problem adapting it and further developing or customising it for your own use beyond this course.


Course prerequisites

In this course I’m going to assume that you have a good understanding of single degree of freedom (SDoF) structural dynamics – it would be unusual to take a course on multi-degree of freedom dynamics unless you’re already familiar and comfortable with SDoF systems.

Ideally, you will have taken my course Fundamentals of Engineering Structural Dynamics with Python. If you have, this course continues on from that one and you’ll have covered everything you need. If you haven’t studied SDoF dynamics or it’s been a long time and you need a refresher, start there first. You can get a bundle discount at the bottom of the page 🙂

Next, is the question of Python; you DO NOT need to be a Python programming guru to take this course. If you’ve taken the Fundamentals course mentioned above, or even if you’re just familiar with basic programming ideas like functions, loops and variables that will be plenty to get you started. Programming should not be a barrier to taking this course! Actually, taking this course is a pretty good way to get comfortable with Python programming. 

We’ll develop our Python code using the versatile Jupyter development environment (check out the preview video below on getting your coding environment set up). When you complete this course you’ll have a range of standalone code notebooks to deploy on your own projects. The code developed within each section of the course is also provided for download as a reference.


Course Breakdown

Section 1: Welcome and Preliminaries

In this short introduction section, I’ll set out a roadmap for the course and give you a sense of what to expect. This will give you a good idea of what we’re going to cover during this course. I’ll also briefly comment on assumed prerequisite knowledge – in other words, what you should have covered before taking this course, and also what you don’t necessarily need to know. Both of the short lectures in this section can be watched below before enrolling – take a look.

Section 2: Introduction to ground motion modelling

This section starts by covering some of the fundamental topics in the context of SDoF systems. We’ll look at developing analytical solutions to harmonic ground motion before expanding to numerical solutions for realistic ground motion. The first section is focused on covering a number of core topics and plugging some gaps in our understanding of SDoF dynamics before moving on to multi-degree of freedom systems in the next section.

Section 3: Modelling Multi-DoF Dynamic Systems

In section 3 we introduce the multi-degree of freedom (MDoF) system and the shear building dynamic model. We discuss the coupled nature of MDoF systems that makes them a challenge to model. We’ll explore numerical solutions strategies by building our own DIY central difference algorithm and then implementing some off-the-shelf solution toolboxes.

MDoF-systems | DegreeTutors.com

Section 4: Modal Analysis and Decoupling the Equations of Motion

In section 4 we cover the most important topic in the course – modal analysis. We’ll spend plenty of time here making sure you understand concepts like mode shapes, orthogonality and what it means to uncouple the equations of motion. You’ll see that modal superposition as a solution strategy offers us major advantages over the direct integration we discussed in the previous section. By the end of this section, you’ll have a deep understanding of modal analysis and be comfortable implementing it.

3Modes | DegreeTutors.com

Section 5: Damping Orthogonality

In section 5 we deal with damping. We’ll see that the same uncoupling of the equations of motion we discussed in the previous section cannot be directly applied to the damping matrix. In this section, we’ll explore how to derive a damping matrix that provides predictable levels of damping in each vibration mode. This section is important as it equips you with two complete and equivalent solution strategies; direct integration and modal superposition. We’ll finish out this section by demonstrating the equivalence of both. 

Section 6: Bringing it all together: N-storey response to earthquake ground motion

In the final section, we’ll take everything you’ve learned up to this point and build out the final capstone analysis code. At this point you’ll understand the theory and how it can be mapped into code – now we can emphasise coding efficiency and build a solution script that easily scales to larger numbers of degrees of freedom with no extra effort on our part. By the time you complete this course, you’ll have a toolbox full of dynamic analysis tools and the knowledge and confidence to apply them to your own projects. 


Who this course is for

  • Students and professional engineers who’ve studied single-degree of freedom structural dynamics and want to expand to multi-degree of freedom structural dynamics.
  • Students and professional engineers who want to better understand how more complex structures respond to dynamic loading.
  • Anyone who wants to leverage programming as a tool for structural analysis or within their day-to-day study or work.
The codes developed in this course are for educational purposes only and are not tested or certified for use beyond the educational scope of this course. Always employ your own engineering judgement first and foremost, regardless of what the computer says!

Course Completion Certificate

Certificate of Completion 16 | DegreeTutors.com
  • Download your personalised Certificate of Completion once you’ve finished all course lectures.
  • Applying for jobs? Use your Certificate of Completion to show prospective employers what you’ve been doing to improve your capabilities.
  • Independently completing an online course is an achievement. Let people know about it by posting your Certificate of Completion on your Linkedin profile or workplace CPD portfolio.


Course preview

Lecture 1: Introduction and course overview

Lecture 2: Course prerequisites

Play Video about Multi-Degree-of-Freedom-Dynamics,-Modal-Analysis-and-Seismic-Response-Simulation | DegreeTutors.com
Play Video


Course content

Welcome and Preliminaries

MDoF Structural Dynamics | DegreeTutors.com - Vid 1
Introduction and course overview (Preview)
(04:24)
MDoF Structural Dynamics | DegreeTutors.com - Vid 2
Prerequisites and do I need to know Python? (Preview)
(03:55)
MDoF Structural Dynamics | DegreeTutors.com - Vid 3
Getting your coding environment set up (Preview)
(12:04)

Introduction to ground motion modelling

MDoF Structural Dynamics | DegreeTutors.com - Vid 4
Section overview (Preview)
(03:53)
MDoF Structural Dynamics | DegreeTutors.com - Vid 5
Overview of earthquake ground motion
(14:57)
MDoF Structural Dynamics | DegreeTutors.com - Vid 6
Capturing the influence of ground motion
(22:07)
MDoF Structural Dynamics | DegreeTutors.com - Vid 7
Motion transmissibility and isolation
(12:20)
MDoF Structural Dynamics | DegreeTutors.com - Vid 8
Simulating ground motion response
(19:26)
MDoF Structural Dynamics | DegreeTutors.com - Vid 9
Realistic ground motion response
(06:56)
MDoF Structural Dynamics | DegreeTutors.com - Vid 10
Integrating ground acceleration
(16:48)
MDoF Structural Dynamics | DegreeTutors.com - Vid 11
Introduction to response spectra
(08:00)

Modelling Multi-DoF Dynamic Systems

MDoF Structural Dynamics | DegreeTutors.com - Vid 12
Section overview (Preview)
(02:00)
MDoF Structural Dynamics | DegreeTutors.com - Vid 13
Introduction to MDoF systems
(16:58)
MDoF Structural Dynamics | DegreeTutors.com - Vid 14
MDoF Equations of Motion
(09:54)
MDoF Structural Dynamics | DegreeTutors.com - Vid 15
Direct integration of the coupled EoM
(18:25)
MDoF Structural Dynamics | DegreeTutors.com - Vid 16
Solving the coupled EoM by direct integration
(17:29)
MDoF Structural Dynamics | DegreeTutors.com - Vid 17
Using SciPy’s ODEINT solver
(19:56)

Modal Analysis and Decoupling the Equations of Motion

MDoF Structural Dynamics | DegreeTutors.com - Vid 18
Section overview (Preview)
(03:06)
MDoF Structural Dynamics | DegreeTutors.com - Vid 19
 What is modal analysis and how does it help us?
(20:24)
MDoF Structural Dynamics | DegreeTutors.com - Vid 20
Finding natural frequencies and mode shapes
(32:50)
MDoF Structural Dynamics | DegreeTutors.com - Vid 21
Matrix representation and the eigenproblem
(27:18)
MDoF Structural Dynamics | DegreeTutors.com - Vid 22
Modal matrix and mass normalisation
(17:07)
MDoF Structural Dynamics | DegreeTutors.com - Vid 23
Orthogonality and uncoupling equations of motion
(26:39)
MDoF Structural Dynamics | DegreeTutors.com - Vid 24
Modal superposition – forced vibration
(22:51)
MDoF Structural Dynamics | DegreeTutors.com - Vid 25
Comparing modal superposition with direct integration – forced response
(12:12)
MDoF Structural Dynamics | DegreeTutors.com - Vid 26
Visualising the forced vibration response
(25:01)
MDoF Structural Dynamics | DegreeTutors.com - Vid 27
Modal superposition – free vibration
(18:28)
MDoF Structural Dynamics | DegreeTutors.com - Vid 28
Compare modal superposition with direct integration – free vibration
(05:46)

Damping Orthogonality

MDoF Structural Dynamics | DegreeTutors.com - Vid 29
Section overview (Preview)
(03:02)
MDoF Structural Dynamics | DegreeTutors.com - Vid 30
Rayleigh damping
(21:01)
MDoF Structural Dynamics | DegreeTutors.com - Vid 31
General determination of the damping matrix
(07:50)
MDoF Structural Dynamics | DegreeTutors.com - Vid 32
Calculating the damping matrix
(14:30)
MDoF Structural Dynamics | DegreeTutors.com - Vid 33
Direct integration versus modal superposition for a damped system
(08:38)

N-storey response to earthquake ground motion

MDoF Structural Dynamics | DegreeTutors.com - Vid 34
Section overview (Preview)
(03:01)
MDoF Structural Dynamics | DegreeTutors.com - Vid 35
Equations of motion N-storey shear building
(13:52)
MDoF Structural Dynamics | DegreeTutors.com - Vid 36
Automating modal analysis for NDoF
(25:44)
MDoF Structural Dynamics | DegreeTutors.com - Vid 37
Ground motion response using modal superposition
(11:15)
MDoF Structural Dynamics | DegreeTutors.com - Vid 38
Base shear and overturning moments
(11:33)
MDoF Structural Dynamics | DegreeTutors.com - Vid 39
Visualising the structural response for NDoF
(25:22)
MDoF Structural Dynamics | DegreeTutors.com - Vid 40
Course wrap up and completion certificate
(03:17)


All Access Members can access a full text version through ...

Our members-only resource hub.


Roadmap

Consider this first...

This is the starting point in the study of structural dynamics and focuses on single-degree-of-freedom systems. You should definitely be comfortable with the material discussed in this course before moving on to the current course.


Frequently Asked Questions

You’re buying lifetime access. You’ll also get all the course updates and new lessons for FREE forever. Come back to this course for reference any time in the future.

Absolutely. Even if you watched the full course, if you’re not satisfied, contact me in the first 30 days and I will give you a full refund, no questions asked. It would be helpful if you could tell me how I can improve the course for other students.

This is a video course hosted by Podia that requires you to log in and stream the videos. The course may also include downloadable PDFs, and Jupyter Notebooks.
Yes! I’ve partnered with Podia and Stripe to handle billing and provide a secure payment facility. DegreeTutors (me) never directly handle or store your credit card information.


Ready to get started?


Save with the Structural Dynamics Course Bundle

Fundamentals-of-Structural-Dynamics | DegreeTutors.com
Play Video

Fundamentals of Engineering Structural Dynamics with Python

Leverage fundamental structural dynamics to build your own flexible numerical solutions in Python.

After completing this course…
  • You’ll understand how to model dynamic behaviour using spring-mass-damper models and how to simulate free vibration behaviour.
  • You’ll be able to model the influence of harmonic loading and how to characterise the transient and steady-state responses.
  • You’ll be able to use Python to implement the Piecewise Exact Method to model any form of general dynamic loading.
Multi-Degree-of-Freedom-Dynamics,-Modal-Analysis-and-Seismic-Response-Simulation | DegreeTutors.com
Play Video about Multi-Degree-of-Freedom-Dynamics,-Modal-Analysis-and-Seismic-Response-Simulation | DegreeTutors.com

Multi-Degree of Freedom Dynamics, Modal Analysis and Seismic Response Simulation

Build the knowledge and tools to decode the dynamic response of real-world structures to real-world loads.

After completing this course…

  • You will have a deep understanding of the solution strategies employed for linear and non-linear MDoF analysis.
  • You will be able to model the influence of earthquake-induced ground motion on multi-storey structures.
  • You will develop numerical tools to solve the coupled equations of motion.
  • You will understand the role of modal decomposition in uncoupling the equations of motion and identifying the underlying dynamic characteristics of multi-degree of freedom systems.