Non-linear finite element analysis of 2D catenary & cable structures using Python

Build an iterative solution toolbox to analyse structures that exhibit geometric non-linearity due to large deflections

$97
4.81
4.81/5
Play Video about Nonlinear-finite-element-analysis-of-2D-catenary-&-cable-structures-in-Python | DegreeTutors.com


What you'll learn

You will understand the concept of geometric non-linearity and when it should be considered.
You will learn how to modify the element stiffness matrix to account for large deflections and changes in geometry.
You will implement a Newton-Raphson solution algorithm that seeks to converge on the final state of the structure.
You will build a workflow that uses open-source modelling tools to quickly generate structural geometry.


Description

After completing this course, you’ll have built an iterative numerical solver for cable and truss structures that exhibit geometric nonlinearity due to large deformations.
This course focuses on building the understanding and tools to analyse structures that undergo large deflections when loaded. Large changes to the geometry of a structure can alter the internal stress distribution. This is known as geometric non-linearity and requires a more sophisticated solution strategy.
We’ll place particular emphasis on cable and catenary structures as these are classic examples of structures whose deformation under load can lead to geometric non-linearity. However, the code developed can be equally deployed to flexible truss structures.
The tools developed in this course are not meant as a replacement for commercial non-linear solvers (we’re not going to be rebuilding SAP2000! 🙂 – the objective here is to build your understanding of the behaviour and the best way to do this is by implementing what you learn by building your own solver.
Cable-suspended truss | DegreeTutors.com
Examine the evolving behaviour of your structure as loading is incrementally increased.
Previous
Next
Your final code will be capable of handling structures like the one above that consist of a mixture of axially loaded cable (tension only) and bar (tension and compression) elements. Our solver implements an iterative algorithm, so a solution that converges is not always guaranteed! We’ll be leaving the relative comfort and certainty of linear analysis behind – welcome to geometric non-linearity!


Course prerequisites

Much of what we cover in this course is about how to implement an iterative solver for the tricky problem of geometric non-linearity. This essentially involves implementing and updating the direct stiffness method in a loop. So, you should have a good understanding of the direct stiffness method for axially loaded elements.
Even if you have a theoretical understanding of the direct stiffness method, I still recommend that you complete my course on applying the direct stiffness method to truss structures. That course is called, The Direct Stiffness Method for Truss Analysis with Python and it’s my entry point into matrix-based structural analysis.
A lot of the code we write in this course, for example how to build the overall structure stiffness matrix and basically all of the nuts and bolts of the basic stiffness method, is written and explained in more detail in that course. You’ll lower the cognitive load on yourself if you encounter this code in a less demanding context first.
The next question to address is how much Python do you need to know? Technically none, however, because there is a lot to contend with in this course, I would say trying to learn Python on top is going to be quite demanding. It’s not that the coding we’ll do is any more complex than what we’ve done in previous courses, it’s just about managing the cognitive demand.
This is another great reason to take the prerequisite course. Get familiar with Python and how I implement the direct stiffness method in that introductory course first. This will leave you in a great position to tackle this course and really focus on what’s new and challenging about analysing non-linear structures.
We’ll develop our Python code using the versatile Jupyter development environment. 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: Introduction and Course Breakdowns

In this short introductory section, we’ll take a tour of the course, section by section, to give you an idea of what to expect as you move through the course. We’ll also briefly discuss the course prerequisites.

Section 2: ‘Heavy’ cables – the linear solution

In section 2 we’ll start our analysis of cable behaviour. Cables very often undergo changes in their geometry under loading, either due to cable extension, directly applied loads or flex in the cable supports – they are the classic example of a non-linear structure. In this section, we’re going to establish a linear (closed-form) cable solution that ignores non-linear effects. This will provide a baseline case to test our non-linear code against later.

Section 3: Getting Comfortable with Non-linearity

In section 3, we’ll start to talk about non-linear structural behaviour, before focusing on geometric non-linearity in particular. The aim of this section is to take any mystery out of the term ‘geometric non-linearity’. We’ll also explore, at concept level, how we might set about solving for the behaviour of a non-linear structure. We’ll introduce the Newton Raphson method which informs the main architecture of the solver code we’ll write later on.
6-bar-catenary | DegreeTutors.com

Section 4: The Non-linear Stiffness Matrix

One of the central elements of a matrix-based non-linear structural analysis is a stiffness matrix that can capture the influence of large deflections of the structure. In section 4 we’ll focus on deriving a form of non-linear element stiffness matrix that can do just that. Familiarity with the material in the prerequisite course will be helpful here.

Section 5: Building our 2D Solver Toolbox

Now that we have a stiffness matrix that can reflect progressive stiffening or softening due to large deformations and we understand, conceptually at least, how to iterate towards a solution, it’s time to build out the code that can bring these ideas to life. In section 5, we’ll do the bulk of our code development. In bitesize chunks, we’ll build our solver, bit-by-bit. By the end of this section, you’ll have a functioning non-linear solver.

Section 6: Visualising the Results

After building a solver, next, we need to turn our attention to visualising the output results. This is the focus of section 6. We’ll build out the data visualisation that brings our solution to life and allows us to explore how the structure evolves towards its final equilibrium state.

Section 7: ‘Heavy’ Cables – the Non-linear Solution

In section 7 we’ll return to a conversation we started at the very beginning of the course. We’ll use our new solver to simulate the cable we kicked the course off with. We’ll compare our code’s results with our earlier linear solution. We’ll be able to closely approximate the linear solution but also observe the emergence of non-linear behaviour as the axial stiffness of our cable is progressively reduced.
24-bar-catenary | DegreeTutors.com

Section 8: Modelling Initial Geometry in Blender

In section 8 we’ll take a break from pure coding and detour over to Blender, the free 3D modelling tool we’ll be using to generate structural geometry. If you’ve taken some of my other structural analysis courses you’ll be familiar with how we use Blender. If you’re completely new to Blender, I’ve included an appendix section at the end of the course to help you get set up and familiar with Blender.

Section 9: Mixing Cables and Bars in the Same Model

In the final section of the course, we’ll expand our code to handle structures that consist of both bar and cable elements. One of the features of a cable is its inability to resist compression. Our code doesn’t yet capture this behaviour – we’ll address that in this final section of the course. We’ll also complete the modelling and analysis of a cable-stayed lattice tower – a classic example of a conventional and commonly found structure that utilises geometrically non-linear cables.
Antenna-tower | DegreeTutors.com
Previous
Next


Who this course is for

  • Students and professional engineers who are familiar with methods of linear structural analysis and want to learn about non-linear behaviour.
  • Anyone who has taken my linear 2D truss analysis course and wants to extend their analysis capabilities beyond linear structures.
  • Students and professional engineers who want to learn more about how to implement iterative methods of analysis in Python.
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 17 | 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.


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

Our members-only resource hub.


Course preview

Lecture 1: Introduction and Course Overview

Lecture 55: Antenna Tower - Modelling and Analysis

Play Video about 2D Cable Analysis-1-TNL | DegreeTutors.com
Play Video about Antenna-tower-thumbnail | DegreeTutors.com


Course content

Introduction and Course Breakdown

2D Cable Analysis-1-TN | DegreeTutors.com
Introduction and course overview (Preview)
(08:10)
2D Cable Analysis-2-TN | DegreeTutors.com
Course prerequisites (Preview)
(02:32)

‘Heavy’ Cables - the Linear Solution

2D Cable Analysis-3-TN | DegreeTutors.com
Section overview (Preview)
(02:09)
2D Cable Analysis-4-TN | DegreeTutors.com
Deriving a linear heavy cable equation
(10:06)
2D Cable Analysis-5-TN | DegreeTutors.com
Accounting for cable self-weight
(09:37)
2D Cable Analysis-6-TN | DegreeTutors.com
Problem-specific boundary conditions
(11:12)
2D Cable Analysis-7-TN | DegreeTutors.com
Solving for max cable tension
(23:34)

Getting Comfortable with Nonlinearity

2D Cable Analysis-8-TN | DegreeTutors.com
Section overview (Preview)
(01:05)
2D Cable Analysis-9-TN | DegreeTutors.com
What is non-linear structural behaviour?
(12:50)
2D Cable Analysis-10-TN | DegreeTutors.com
Large deflections and geometric non-linearity
(23:24)
2D Cable Analysis-21-TN | DegreeTutors.com
An iterative solution strategy
(14:24)

The Non-linear Stiffness Matrix

2D Cable Analysis-12-TN | DegreeTutors.com
Section overview (Preview)
(01:30)
2D Cable Analysis-13-TN | DegreeTutors.com
Building the transformation matrix
(09:24)
2D Cable Analysis-14-TN | DegreeTutors.com
The linear stiffness matrix
(09:40)
2D Cable Analysis-15-TN | DegreeTutors.com
Additional force due to large deflections
(12:14)
2D Cable Analysis-16-TN | DegreeTutors.com
The local non-linear stiffness matrix
(08:22)
2D Cable Analysis-17-TN | DegreeTutors.com
The global non-linear stiffness matrix
(13:04)

Building our 2D Solver Toolbox

2D Cable Analysis-18-TN | DegreeTutors.com
Section overview (Preview)
(01:33)
2D Cable Analysis-19-TN | DegreeTutors.com
 Initial setup and data import
(29:36)
2D Cable Analysis-20-TN | DegreeTutors.com
Plotting the initial configuration
(17:07)
2D Cable Analysis-21-TN | DegreeTutors.com
Blocking out the main convergence loop
(28:32)
2D Cable Analysis-22-TN | DegreeTutors.com
Building the transformation matrices
(09:39)
2D Cable Analysis-23-TN | DegreeTutors.com
Adding pre-tension to each member
(08:08)
2D Cable Analysis-24-TN | DegreeTutors.com
Building the stiffness matrix
(14:48)
2D Cable Analysis-25-TN | DegreeTutors.com
Solving for displacements
(07:08)
2D Cable Analysis-26-TN | DegreeTutors.com
Updating the internal force system
(07:10)
2D Cable Analysis-27-TN | DegreeTutors.com
Building a convergence test function
(06:39)
2D Cable Analysis-28-TN | DegreeTutors.com
Calculating axial forces
(04:34)
2D Cable Analysis-29-TN | DegreeTutors.com
Allowing for smaller external force increments
(24:56)
2D Cable Analysis-30-TN | DegreeTutors.com
Generating a text summary output
(12:11)
2D Cable Analysis-31-TN | DegreeTutors.com
Adding self-weight calculation
(14:46)

Visualising the Results

2D Cable Analysis-32-TN | DegreeTutors.com
Section overview (Preview)
(00:57)
2D Cable Analysis-33-TN | DegreeTutors.com
Plot setup and data selection
(09:26)
2D Cable Analysis-34TN | DegreeTutors.com
Plotting the undeformed structure
(05:09)
2D Cable Analysis-35 | DegreeTutors.com
Building a colour scale
(16:23)
2D Cable Analysis-36 | DegreeTutors.com
Plotting the deformed structure
(05:46)
2D Cable Analysis-37 | DegreeTutors.com
Adding axial force labels
(05:18)
2D Cable Analysis-38 | DegreeTutors.com
Plotting the applied forces
(14:21)
2D Cable Analysis-39 | DegreeTutors.com
Plotting the reactions
(04:51)

‘Heavy’ Cables - the Non-linear Solution

2D Cable Analysis-40 | DegreeTutors.com
Section overview (Preview)
(01:15)
2D Cable Analysis-41 | DegreeTutors.com
Exploring the convergence behaviour
(20:45)
2D Cable Analysis-42 | DegreeTutors.com
Modelling the cable with large axial stiffness
(09:46)
2D Cable Analysis-43 | DegreeTutors.com
Introducing non-linearity by reducing the axial stiffness
(05:37)
2D Cable Analysis-44 | DegreeTutors.com
Linear vs. Non-linear comparison for a simple truss
(11:40)

Modelling Initial Geometry in Blender

2D Cable Analysis-45 | DegreeTutors.com
Section overview (Preview)
(01:15)
2D Cable Analysis-46 | DegreeTutors.com
Simulating initial catenary geometry
(14:20)
2D Cable Analysis-47 | DegreeTutors.com
Basic geometry data export
(08:41)
2D Cable Analysis-48 | DegreeTutors.com
Exporting cable definitions
(05:28)
2D Cable Analysis-49 | DegreeTutors.com
Exporting restraint data
(10:18)
2D Cable Analysis-50 | DegreeTutors.com
Exporting force location data
(05:26)

Mixing Cables and Bars

2D Cable Analysis-51 | DegreeTutors.com
Section overview (Preview)
(01:00)
2D Cable Analysis-52 | DegreeTutors.com
Modifying our code for different element types
(17:25)
2D Cable Analysis-53 | DegreeTutors.com
Analysing a combined cable and bar structure
(09:45)
2D Cable Analysis-54 | DegreeTutors.com
Removing slack cable elements
(20:53)
2D Cable Analysis-55 | DegreeTutors.com
Antenna tower – modelling and analysis (Preview)
(15:46)
2D Cable Analysis-56 | DegreeTutors.com
Course wrap up & where to next
(02:54)


Appendix - Introduction to Blender

New to Blender? No problem, I’ve included the appendix below to get you up to speed!
3D Space Frame Analysis using Python and Blender | DegreeTutors.com_TN20
How can Blender help us?
(06:18)
3D Space Frame Analysis using Python and Blender | DegreeTutors.com_TN21
Downloading & installing Blender
(03:21)
3D Space Frame Analysis using Python and Blender | DegreeTutors.com_TN22
Blender overview & interface basics
(15:36)
3D Space Frame Analysis using Python and Blender | DegreeTutors.com_TN23
Object versus edit mode
(10:05)
3D Space Frame Analysis using Python and Blender | DegreeTutors.com_TN24
Basic modelling – rectilinear structures
(10:50)
3D Space Frame Analysis using Python and Blender | DegreeTutors.com_TN25
Basic modelling – organic/curved structures (Preview)
(18:26)


Roadmap

Consider this first...

This course is a first introduction to the direct stiffness method which underpins the methods in the current course. If you’re not familiar with this technique or you’re new to Python, consider starting here first. 

📍 You're here

Try this next...

This course is the 3D extension of the current cable analysis course. This is the obvious next step and expands to consider 3D form-finding and cabletnet analysis.


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.