Summary
In this lecture, we'll cover the following:
- Prerequisites - what you should cover or be familiar with before enrolling in the course.
- The level of Python programming experience required.
- Resources for additional help during the course.
- Tips for effective note-taking and learning with an EngineeringSkills course.
This lecture aims to address common concerns you may have before enrolling, particularly if you haven't taking an EngineeringSkills course before. It's recommended, though not required, to complete the course on Finite Element Analysis of Continuum Structures. This preceding course shares similarities in solver implementation with the current course, which focuses on more complex elements. In terms of programming, you don't need be an expert in Python to take this course, but having some programming experience, in any language, would be helpful.
We also introduce the Q&A forum, the main source of additional support while you complete the course. Emphasis is placed on active note-taking and avoiding passive learning. It is advised to manually create notes to enhance your understanding and facilitate more effective learning. This approach encourages continually building upon your knowledge base. Finally, you are urged to progress at a steady pace to rather than rushing through lectures.
Next up
With the housekeeping out of the way, next we'll explore the different plate theories available to us and explain why we've chosen the Reissner-Mindlin formulation for this course.
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.