From faecbc4dfd82fec7e933e2e228bad152f4950dfe Mon Sep 17 00:00:00 2001 From: Tom van Woudenberg Date: Thu, 12 Dec 2024 10:32:08 +0100 Subject: [PATCH] lesson 15.2 update --- book/course_information.md | 4 +-- book/week_15/session_2/intro.ipynb | 52 +++++++++++++++++++++++++++++- 2 files changed, 53 insertions(+), 3 deletions(-) diff --git a/book/course_information.md b/book/course_information.md index df91a58..2c79726 100644 --- a/book/course_information.md +++ b/book/course_information.md @@ -11,8 +11,8 @@ This aligns with the learning objectives of Structural Mechanics 3 of the regula As a prerequisite for the main objectives, you should be able to model, evaluate and reflect on forces, displacements and stresses in statically determinate structures. This is made specific in the following prerequisite learning objectives, you show to be able to:
    -
  1. Model, evaluate and reflect on validity of shape (only for cables), support reactions and section forces in statically determinate skeletal structures and cables using equilibrium relations and virtual work (only on beam structures), required for learning objective 2 and 2.
  2. -
  3. Model, evaluate and reflect on validity of displacements of truss- and skeletal bending structures using Williot, forget-me-nots and Moment-area theorems, required for learning objective 2 and 4
  4. +
  5. Model, evaluate and reflect on validity of shape (only for cables), support reactions and section forces in statically determinate skeletal structures and cables using equilibrium relations and virtual work (only on beam structures), required for learning objective 1, 2 and 3.
  6. +
  7. Model, evaluate and reflect on validity of displacements of truss- and skeletal bending structures using Williot and forget-me-nots, required for learning objective 1, 2 and 4
  8. Model, evaluate and reflect on validity of normal- and shear stresses in thick- and thin-walled cross-sections due to normal forces, bending moments and torsional moments, required for learning objective 3
diff --git a/book/week_15/session_2/intro.ipynb b/book/week_15/session_2/intro.ipynb index aba9cd1..9453984 100644 --- a/book/week_15/session_2/intro.ipynb +++ b/book/week_15/session_2/intro.ipynb @@ -13,7 +13,57 @@ "# Lesson December 12th\n", "\n", "Today we'll discuss the results of the first [exam assignment 2 on Statically indeterminate structures and exam assignment 1 on Continuum mechanics](exam2).\n", - "\n" + "\n", + "## Results second exam assignment on Statically indeterminate structures\n", + "\n", + "```{figure} ../session/intro_data/structure.svg\n", + ":align: center\n", + "```\n", + "\n", + "Approaches taken during the [exam assignment](../session/intro.ipynb):\n", + "- Hinge at $\\text{B}$ causes local mechanism $\\text{BE}$, could be dealt with by:\n", + " - For 'hoekveranderingsvergelijkingen', first all cantilever parts should be replaced by moments and/or forces\n", + " - If it's the only mechanism (only one degree of freedom), use hybrid method ('hoekveranderingsvergelijkingen' with movable nodes)\n", + "- Mistakes in sign moments around B\n", + "- $\\varphi_\\text{B}^{BE}$ set equal to rotation at tip of cantilever beam loaded by point load\n", + "- Displacement of $\\text{E}$ consists of:\n", + " - Bending $\\text{BE}$\n", + " - Rotation B\n", + " - Bending $\\texet{CD}$\n", + "- Mistakes in solving moment distribution\n", + "\n", + "\n", + "## Results first exam assignment on Continuum mechanics\n", + "\n", + "```{figure} ../session/intro_data/structure2.svg\n", + ":align: center\n", + "```\n", + "\n", + "Approaches taken during the [exam assignment](../session/intro.ipynb):\n", + "- \n", + "\n", + "## Creation knowledge graph\n", + "In the [third lesson of the first week](lesson3.3) you created a knowledge graph on the topics you've encountered in the prerequisite tests, and how they link to the learning objectives of this course. Let's try and extend today in a course graph. These course graphs will be incorporated in this book!\n", + "\n", + "1. Login at https://prime-applets.ewi.tudelft.nl/login\n", + "2. In your sandbox, create a new graph\n", + "3. Add the topics of the learning objectives as domains:\n", + " - Solve structures using differential equations\n", + " - Statically indeterminate structures\n", + " - Continuum mechanics\n", + " - Buckling\n", + "4. Add the topics of the prerequisite learning objectives as domains:\n", + " - Statics\n", + " - Displacements\n", + " - Stresses\n", + "5. Add the relations between the topics as Domain relations as described in [](../../course_information)\n", + "6. Add at least one subject, ie. equilibrium\n", + "7. Click `Edit layout` - `Domains` - `Auto layout` - `Save`, you should get something like:\n", + "\n", + "\n", + "\n", + "8. Now the real part starts, add more subjects and links for subjects you encountered up untill now and arrange them in a way that makes sense for you.\n", + "9. Would you like to have you graph features in this book? Add Tom van Woudenberg as user to your sandbox as 'editor'" ] } ],