Lesson December 2nd

# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
    matplotlib.RcParams._get = dict.get

Lesson December 2nd#

During today’s lesson you’ll work on a complex exercise on the topic of the Stresses due to torsion. Please ask your questions regarding the homework as well!

Exercise Stresses due to torsion#

Given is the following structure:

../../_images/structure5.svg
  1. Find the relevant cross-sectional properties.

  2. Find the maximum shear stress and its location.

  3. Find the principal stresses at that point and their directions. Draw a square stress element to represent those stresses.