Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 2.43 KB

README.md

File metadata and controls

34 lines (25 loc) · 2.43 KB

Open In Colab

ME5335_notebooks

This repository contains a collection of Jupyter notebooks that I've developed as tutorials and examples for the ME 5335 Introduction to Finite Element Analysis course at the University of Minnesota Duluth.

Below are the lessons and tutorial videos I use for my course. The videos refer to course specific content but the notebooks could be a good starting point for someone developing a similar curriculum. All of the notebooks open in Google's colab Python notebook environment. This allows students to edit and run the notebooks without needing to install anything.

Lesson 1: Introduction to Python Notebooks

Lesson 2: Solving a System of Equations with SymPy

Lesson 3: Solving a System of Equations with NumPy

Lesson 4: Implementing a Complete 1D FEA Solver

Lesson 5: Modal Analysis

Lesson 6: Modal Superposition Dynamic Simulation

Lesson 7: Transient Heat Transfer Analysis using Explicit Dynamics