Giter Club home page Giter Club logo

elasticity's Introduction

DOI

I am teaching the course "Applied Elasticity" (ME40605/ME60401) taken by the 1st year postgraduate students of Mechanical Engineering with specialization in "Mechanical Systems Design". It is also taken by the students of fourth year Dual Degree with the same specialization.

Since the derivation of the biharmonic equation in polar coordinates is rather long, I thought of using Jupyter Notebook and SymPy to programmatically derive the expressions.

We are following the development of the ideas as presented in the classic "Theory of Elasticity" by Timoshenko and Goodier, 3rd edition.

  1. The first file "Defns_and_PressureVessel.ipynb" is where all the transformations from the rectangular Cartesian coordinate system to the polar coordinate system required to obtain the biharmonic equation are set up. The stresses are also transformed from the rectangular Cartesian coordinate system to the polar coordinate system. Then these defintions are used to solve the thick-walled pressure vessel problem.

    Here is the binder link to launch the first file: Binder

  1. The second file "CurvedBar_PureBending.ipynb" addresses the problem of pure bending of a curved bar. Unlike the first file, in this second file we do not write out all the definitions to set up the biharmonic equation and the stress components in polar coordinates. Instead we copy all those definitions from the first file in a separate Python file called polarUtilities.py and then from within "CurvedBar_PureBending.ipynb" import the contents of this separate Python file.

    Important: If one wishes to download this file and run it locally, the polarUtilities.py must be downloaded too and stored in the same folder.

    Here is the binder link to launch the second file: Binder

  1. The 3rd file "CurvedBar_HorizontalLoad.ipynb" addresses the problem of a curved bar with a horizontal shear load at one end with the other end clamped. This file too uses the polarUtilities.py file.

    Here is the binder link to launch the third file: Binder

  1. The fourth file "Plate-CircularHole.ipynb" addresses the classic problem of a plate with a small circular hole subjected to uniaxial tensile load. This file again uses the polarUtilities.py file.

    Here is the binder link to launch the fourth file: Binder

  2. The fifth file "Flamant.ipynb" addresses another classic problem of a vertical point loading on an infinite half space. This file uses the polarUtilities.py file.

    Here is the binder link to launch the fifth file: Binder

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.