Analytical Modelling of Plate and Shell Structures: Part 1 - Plates

Analytical Modelling of Plate and Shell Structures: Part 1 - Plates

A practical guide to the analysis of circular and rectangular plates under load, from first principles.

⏰ 11 h 50 min | 41 lessons
Published: September 2023
After completing this course...
You will develop a deep ‘first principles’ understanding of plate-bending behaviour – critical for the safe application of finite element solutions.
You will develop tools and techniques for solving the governing differential equations and unlocking the flexural behaviour of the rectangular and circular plates.
You will be comfortable using Python’s SymPy library to work with symbolic math and turn symbolic expressions into graphical representations of plate deflection. (no prior Python knowledge assumed)
You will understand how to apply Navier’s solution to approximate the solution to the governing differential equation for rectangular plate bending.
COURSE OVERVIEW

Plate structures are found all around the built environment. They are as fundamental to how we build modern structures as beams and columns. Yet, generally speaking, they are less well understood than linear elements.

In many cases, the need to analyse a 2D plate structure is met by finite element modelling. This gets us a quick solution but means we may never be forced to spend the time to understand the underlying mechanics – certainly not to the same degree that we understand beam bending or column buckling.

This course will help you rectify this! If you want to deploy FE with confidence, you should have a solid understanding of the fundamental behaviour first.

This course is part 1 in a two-part series exploring the analytical modelling of plate and shell structures. In this first part, we’ll be exploring 2D plates.

By the end of this course, you should have a good understanding of how to analyse both circular and rectangular plates using purely analytical means – so no finite elements or numerical methods – just fundamental closed-form solutions.

2D plate deflection calculator.

Although our analytical methods can only be practically deployed on idealised or simplified structures, they give us a foundation of knowledge that means we can use more sophisticated tools with greater confidence.

In addition to learning about the specifics of plate behaviour, you should also walk away with a better understanding of how to develop analytical models in the form of governing differential equations. You’ll also have a few new tools and techniques that you can use to unlock tricky math problems using Python.

Course Outline

The aim of this course is to:

  1. Help you develop a deep understanding of 2D plate behaviour and equip you with the tools and models to predict plate behaviour under load.
  2. Get you acquainted with using Python as a tool to work with symbolic mathematics. With this skillset, you need never shy away from a meaty mathematical derivation or differential equation again!

The course is divided into 4 sections.

Section 1: Course Introduction

As is now customary for an EngineeringSkills course, section 1 is really just aimed at covering some housekeeping issues. I’ll give you a quick video introduction to the course, so you know what to expect and flag up how to get additional support through the community forum. We won’t spend long here!

Section 2: An Introduction to Plate and Shell Structures

In the next section, we’ll start by clearly defining the types of structures we want to study and outline the assumptions and limitations that will apply to everything we discuss throughout the course. We’ll also briefly consider the historical context and see how important shell structures have been to the evolution of the built environment over the last 2000 years.

By the end of this section, you’ll have a conceptual understanding of how plates and shells resist transverse loading, you’ll be familiar with the relevant terminology used in their analysis, and you’ll be able to classify shell structures based on their principal curvatures.

Famous dome roof structures.

Section 3: Analysis of Circular Plates

In section three, we move on to the analysis of circular plates. Circular plates are a great starting point because they provide us with a relatively straightforward structure from which we can develop our mechanical model.

This section can be divided into two halves; in the first, we derive the governing differential equation for plate bending. In the second, we’ll focus on putting our model of plate behaviour to work by considering various analysis case studies.

Analysis of circular plates.

In this section, we’ll use Python to help us with the heavy lifting of analytically solving the differential equation. Making use of Python in this way dramatically reduces the tedious work of manipulating and solving complex equations and is a skill you can easily deploy elsewhere.

Section 4: Analysis of Rectangular Plates

In the final section of the course, we’ll transition to rectangular plates. Just as in section 3, we’ll start with a description of the fundamental geometry of plate deformation and build, step-by-step, to a point where we can start to analyse plate behaviour.

We’ll spend quite a lot of time in this section on Navier’s solution for simply supported rectangular plates subject to various loading conditions. Our goal at the end of this section is to have a ‘Python Plate Calculator‘ that parameterises and automates our plate analysis.

Analysis of rectangular plates.

The main aim of this section is to get you thinking about how you can use programming as a simple tool to speed up your engineering calculations and analysis workflows. You’ll find that with a little practice, scripting in Python (or any other language you like) is far superior to a spreadsheet when managing engineering calculations.

Once you’ve finished this section, you should be comfortable expanding your analysis scripts to cover other analyses from the course.

But the big win from this section will be the application of scripting to your other engineering analyses and workflows.

Who this course is for

  • Students and practising civil and structural engineers who want to develop a first principles understanding of 2D plate behaviour.
  • Engineers who use finite element methods to perform plate/floor slab analysis but want a deeper understanding of plate mechanics.
  • Anyone who wants to explore how Python can be used to perform symbolic mathematical operations, eliminating the need to carry out complex procedural operations by hand using memory of ‘the rules’.

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!

Section 1
Course Introduction
1. Course overview
07:10 (Preview)
Section 2
An Introduction to Plate and Shell Structures
2. Section 2 overview
02:02 (Preview)
3. Geometric considerations and assumptions
11:40 (Preview)
4. Shell structures in the built environment
25:42
5. Fundamental load resistance mechanisms
17:25
6. Deformation curvature for 2D plates
29:22
7. Curvature and axis rotation
10:15
8. Undeformed shell curvature
26:54
Section 3
Analysis of Circular Plates
9. Section 3 overview
03:14 (Preview)
10. Coordinates, limitations, assumptions and the plan
18:57
11. Establishing the radial and hoop strain
18:54
12. Jumping to stresses via Hooke’s Law
09:43
13. Determining the stress resultants
13:33
14. Equilibrium of the infinitesimal element
16:57
15. From equilibrium to the governing differential equation 📂
24:04
16. Evaluating the shear force term
07:24
17. The influence of plate boundary conditions
14:12
18. Case study #1: Simply supported with edge moment
20:10
19. Case study #2: Simply supported with UDL 📂
33:04
20. Case study #2: Further investigation & visualisation 📂
29:41
21. Case study #3: Built-in with central point load
18:10
22. Case study #4: Built-in annular plate with UDL 📂
30:09
23. Case study #5: Simply supported with linearly varying load
20:25
24. Case study #5: Code solution and plotting 📂
13:13
25. Building a 3D visualisation of plate deflection 📂
31:33
Section 4
Analysis of Rectangular Plates
26. Section 4 overview
04:35 (Preview)
27. Setting up our derivation
12:00
28. Stress and strain analysis
20:34
29. Equilibrium and the governing differential equation
24:11
30. Stress distributions
06:14
31. Fixed and simply supported boundary conditions
07:50
32. Free edges
13:22
33. The corner effect
09:04
34. Navier’s solution for rectangular plate deflection
30:45
35. Determining plate moments
09:10
36. Case study #6: Navier’s solution for UDL
19:58
37. Case study #7: Navier’s solution for linearly varying loading 📂
31:43
38. Case study #8: Navier’s solution for patch loading 📂
20:08
39. Case study #9: Navier’s solution for point loading
07:30
40. Building a ‘Plate Calculator’ script 📂
36:18
41. Course wrap up and certificate of completion
03:40
Completion certificate
Completion certificate
  • 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.

Ready to get started?
I found this course very stimulating. I was captivated by the content from the beginning to the end. I had previously read chapters of books on this topic and this course gave me further knowledge.
Micka BAH
getting-started
Dr Seán Carroll
BEng (Hons), MSc, PhD, CEng MIEI, FHEA
Hi, I’m Seán, the founder of EngineeringSkills.com (formerly DegreeTutors.com). I hope you found this tutorial helpful. After spending 10 years as a university lecturer in structural engineering, I started this site to help more people understand engineering and get as much enjoyment from studying it as I do. Feel free to get in touch or follow me on any of the social accounts.

Do you have some knowledge or expertise you'd like to share with the EngineeringSkills community?
Check out our guest writer programme - we pay for every article we publish.

Frequently asked questions