Summary
In this lecture, we'll cover the following:
- Deriving the strain–displacement matrix from generalised strain definitions.
- Expressing rotations and displacements using interpolation (shape) functions.
- Rewriting generalised strains in terms of nodal displacements.
- Identifying the structure, dimensions, and partitioning of the matrix.
- Highlighting the need for the Jacobian to compute shape function derivatives.
In this lecture, we focus on constructing the strain–displacement matrix by expressing the generalised strains in terms of nodal displacements. We begin with the known strain definitions for bending and transverse shear, and systematically substitute interpolation (shape) functions for the displacement and rotation fields. This allows us to rewrite all strain components as functions of nodal values, which naturally leads to the identification of the matrix as the operator linking nodal displacements to generalised strains.
We then examine the structure of , noting its dimensions and how it is assembled per node before forming the full matrix for the element. We distinguish between bending and shear contributions within the matrix and show how it integrates into the broader formulation, including its role in computing stress resultants. Finally, we recognise a key computational challenge: evaluating derivatives of shape functions with respect to physical coordinates, which motivates the introduction of the Jacobian matrix in the next lecture.
Next up
In the next lecture, we will see how the Jacobian matrix enables computation of the shape function derivatives needed to assemble the matrix.
Tags
Please log in or enroll to continue
If you've already enrolled, please log in to continue.
Finite Element Analysis of Plate and Shell Structures: Part 1 - Plates
An analysis pipeline for thick and thin plate structures, a roadmap from theory to toolbox
After completing this course...
- You will understand how Reissner-Mindlin theory enables us to accurately capture both thin and thick plate behaviour.
- You will understand how to turn the fundamental mechanics of plate behaviour into a custom finite element solver written in Python.
- You will have developed meshing workflows that utilise the powerful open-source meshing engine, GMSH.
- In addition to using your own custom finite element code, you will be comfortable validating your results using OpenSeesPy and Pynite.