Skip to content

Some Jupyter Notebooks I am creating for the course Applied Elasticity at IIT Kharagpur

Notifications You must be signed in to change notification settings

SayanBatabyal/elasticity

 
 

Repository files navigation

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

About

Some Jupyter Notebooks I am creating for the course Applied Elasticity at IIT Kharagpur

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Python 0.3%