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.

$69
Play Video about Analytical-Modelling-of-Plate-and-Shell-Structures-Plates | DegreeTutors.com


What you'll learn

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.


Description

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.

Plate-calculator-gif-small | DegreeTutors.com

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 a DegreeTutors 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.

Dome structures | DegreeTutors.com

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 | DegreeTutors.com

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 | DegreeTutors.com

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!

Course Completion Certificate

Certificate of Completion 20 | 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 9: Introduction to Circular Plates - overview

Lecture 26: Introduction to Rectangular Plates - overview

Play Video about Plates Analysis 9 - 1000 | DegreeTutors.com
Play Video about Plates Analysis 26 - 1000 | DegreeTutors.com


Course content

Welcome, course overview and getting support

Plates Analysis 1 | DegreeTutors.com
Welcome, course overview and getting support (Preview)
(07:10)

An Introduction to Plate and Shell Structures

Plates Analysis 2 | DegreeTutors.com
Section overview (Preview)
(02:02)
Plates Analysis 3 | DegreeTutors.com
Geometric considerations and assumptions
(11:40)
Plates Analysis 4 | DegreeTutors.com
Shell structures in the built environment
(25:42)
Plates Analysis 5 | DegreeTutors.com
 Fundamental load resistance mechanisms

(17:25)

Plates Analysis 6 | DegreeTutors.com
Deformation curvature for 2D plates
(29:22)
Plates Analysis 7 | DegreeTutors.com
Curvature and axis rotation
(10:15)
Plates Analysis 8 | DegreeTutors.com
Undeformed shell curvature
(36:54)

Analysis of Circular Plates

Plates Analysis 9 | DegreeTutors.com
Section overview (Preview)
(03:14)
Plates Analysis 10 | DegreeTutors.com
Coordinates, limitations, assumptions and the plan
(18:57)
Plates Analysis 11 | DegreeTutors.com
Establishing the radial and hoop strain
(18:54)
Plates Analysis 12 | DegreeTutors.com
Jumping to stresses via Hooke’s Law
(09:43)
Plates Analysis 13 | DegreeTutors.com
Determining the stress resultants
(13:33)
Plates Analysis 14 | DegreeTutors.com
Equilibrium of the infinitesimal element
(16:57)
Plates Analysis 15 | DegreeTutors.com
From equilibrium to the governing differential equation
(24:04)
Plates Analysis 16 | DegreeTutors.com
 Evaluating the shear force term
(07:24)
Plates Analysis 17 | DegreeTutors.com
The influence of plate boundary conditions
(14:12)
Plates Analysis 18 | DegreeTutors.com
Case study #1 – Simply supported with edge moment
(20:10)
Plates Analysis 19 | DegreeTutors.com
Case study #2 – Simply supported with UDL
(33:04)
Plates Analysis 20 | DegreeTutors.com
Case study #2 – Further investigation & visualisation
(29:41)
Plates Analysis 21 | DegreeTutors.com
Case study #3 – Built-in with central point load
(18:10)
Plates Analysis 22 | DegreeTutors.com
Case study #4 – Built-in annular plate with UDL
(30:09)
Plates Analysis 23 | DegreeTutors.com
Case study #5 – Simply supported with linearly varying load
(20:25)
Plates Analysis 24 | DegreeTutors.com
Case study #5 – Code solution and plotting
(13:13)
Plates Analysis 25 | DegreeTutors.com
Building a 3D visualisation of plate deflection
(31:33)

Analysis of Rectangular Plates

Plates Analysis 26 | DegreeTutors.com
Section overview (Preview)
(04:35)
Plates Analysis 27 | DegreeTutors.com
Setting up our derivation
(12:01)
Plates Analysis 28 | DegreeTutors.com
Stress and strain analysis
(20:34)
Plates Analysis 29 | DegreeTutors.com
Equilibrium and the governing differential equation
(24:11)
Plates Analysis 30 | DegreeTutors.com
Stress distributions
(06:15)
Plates Analysis 31 | DegreeTutors.com
Fixed and simply supported boundary conditions
(07:51)
Plates Analysis 32 | DegreeTutors.com
Free edges
(13:22)
Plates Analysis 33 | DegreeTutors.com
The corner effect
(09:04)
Plates Analysis 34 | DegreeTutors.com
Navier’s solution for rectangular plate deflection
(30:46)
Plates Analysis 35 | DegreeTutors.com
Determining plate moments
(09:11)
Plates Analysis 36 | DegreeTutors.com
Case study #6: Navier’s solution for UDL
(19:58)
Plates Analysis 37 | DegreeTutors.com
Case study #7: Navier’s solution for linearly varying loading
(31:44)
Plates Analysis 38 | DegreeTutors.com
Case study #8: Navier’s solution for patch loading
(20:08)
Plates Analysis 39 | DegreeTutors.com
Case study #9: Navier’s solution for point loading
(07:30)
Plates Analysis 40 | DegreeTutors.com
Building a Python script ‘Plate Calculator’
(36:18)

Course wrap up and certificate of completion

Plates Analysis 41 | DegreeTutors.com
Course wrap up and certificate of completion
(03:40)


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.


Roadmap

Try this first...

This course covers the fundamentals of beam bending behaviour and shear and moment diagrams. You should be very comfortable with this fundamental theory before moving on to indeterminate structures.

...and maybe this first...

This course contains more worked examples of constructing shear and moment diagrams for statically determinate beams and frames. You should be comfortable building these before moving on.

📍 You're here

Try this next...

This course covers the moment distribution method which is suitable for analysing indeterminate structures. This is a good next step after completing the current course.

...or this next...

This course is a first introduction to the direct stiffness method. This is another method suitable for indeterminate structures and is much faster and more efficient than manual methods like virtual work.