The Direct Stiffness Method for Truss Analysis with Python

Udemy The Direct Stiffness Method for Truss Analysis with Python

Register & Get access to index
A8HFT0O.jpg

Build your own finite element truss analysis software using Python and model large scale structures


What you'll learn
  • You’ll learn how to use the Direct Stiffness Method to build complete structural models that can be solved using Python
  • You’ll build your own truss analysis programme that can be used to identify displacements, reactions and internal member forces for any truss structure
  • You’ll learn about common models of elastic behaviour such as plane stress and plane strain and how they apply to real-world structures
  • You’ll learn about stiffness matrices and how the Principle of Minimum Potential Energy can be used to determine the stiffness matrix of any structural element

Requirements
  • Basic knowledge of matrices, e.g. representing simultaneous equations in matrix form
  • A basic familiarity with programming concepts such as functions, loops and conditionals would be helpful but is not essential

Description
Welcome to this DegreeTutors course on the Direct Stiffness Method for Truss Analysis with Python.
The aim of this course is to equip you with the tools and knowledge to build your own truss analysis software using the Direct Stiffness Method.
By the time you complete the course you’ll have written a piece of software to deploy on your own analysis projects.
Understanding structural analysis theory and hand-analysis techniques is an essential requirement of any competent engineer. It informs our intuition of structural behaviour and provides a foundation from which we can analyse complex structures.
However, most large structural analyses leverage the speed of structural analysis software. And modern structural analysis software is dominated by matrix analysis methods like the direct stiffness method. In this course you’ll implement these techniques to build your own version of a structural analysis software.
This course is broken into 9 sections that work progressively towards our goal of developing a generalised truss solver.
Section 1 - Introduction and course overview
The main goal of this brief introductory section is to get your coding environment set up and to give you an idea of how we approach using and learning Python in this course.
Section 2 - Modelling Elastic Behaviour
We’ll start by focusing on fundamental models of elastic behaviour. If we don’t understand the material behaviour we can’t understand the overall structural behaviour. So the lectures in this section are very important in developing a complete understanding of structural behaviour.
Section 3 - Finite Element Equations & Stiffness Matrices
We’ll expand our focus from material behaviour to modelling structural stiffness and in particular we’ll develop a stiffness matrix for an axially loaded bar element. The aim of this section is to build a stiffness matrix that we can combine with other element stiffness matrices to model a complete structure.
Section 4 - Direct Stiffness Method: Step-by-Step
In this section we shift gears and put what we've learned so far to work. We’ll walk our way step-by-step through the direct stiffness method starting with very simple two bar truss. This will allow you to see the process in action on a very simple structure.
Section 5 - Direct Stiffness Method in Python
Now that you understand conceptually how the direct stiffness method works, we’ll implement it in Python using a Jupyter notebook. This is our first step along the road to building a completely general truss analysis notebook.
Section 6 - Direct Stiffness Method on Larger Structures
In section six we’re going to analyse another larger truss structure. As in section 4, we’ll walk our way through the solution step-by-step to make sure you fully understand the analysis procedure. This section is about getting the reps in and giving you more practice on a larger structure.
Section 7 - Optimising for Larger Structures in Python
We’ll again implement our solution in code by porting our solution from section 6 into a Jupyter notebook. In this section we’ll continue taking steps towards our overall goal of a generalised truss solver by further generalising our analysis code.
Section 8 - Building a Generalised Truss Solver in Python
In section 8 we bring together all of the code we’ve worked on so far and completely generalise it. This means we’ll be writing code in this section to analyse any truss structure. This is where we finally achieve the goal of developing a generalised truss solver.
Section 9 - Taking your Solver for a Test Drive
In the final section of the course we take a victory lap and take your new truss solver for a test drive. This short section is simply about making sure you can input structural data correctly into your solver and admiring your handy work as your code takes over and completes your structural analysis.
Who this course is for:
  • Engineering students who want an introduction to computer-based methods of structural analysis
  • Engineering students who've studied the Direct Stiffness Method but got lost along the way
  • Engineers and students who want to see how they can leverage Python in their work
  • Engineers and students who want to build tools to analyse realistic structures without resorting to commercial software
Author
TUTProfessor
Downloads
12
Views
843
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from TUTProfessor