class: center, middle, inverse, title-slide .title[ # Lecture 9 ] .subtitle[ ## Coarse Structures ] .author[ ### Dr. Christopher Kenaley ] .institute[ ### Boston College ] .date[ ### 2024/02/13 ] --- class: top # Structural properties <!-- Add icon library --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"> .pull-left[ Today we'll .... - Consider safety factors - Consider how structures fail - Consider how structures resist bending ] .pull-right[ ![](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTXL4A1lCI63p7w9qJwAPua5vytkoEB5x8rjw&usqp=CAU) ] --- class: top # What if we have both? .center[ <img src="img/mucuscartilage.png" width="650" /> ] .pull-left[ .center[ Maxwell model ] ] .pull-right[ .center[ Voigt model ] ] --- class: top # Why this in a tendon? .center[ <img src="https://www.physio-pedia.com/images/thumb/b/be/Rep_loading-unloading_curve_intechopen.jpeg/357px-Rep_loading-unloading_curve_intechopen.jpeg" width="450" /> ] --- class: top # A comparison of SF .center[ `\(\textrm{Safety factor: n} = \sigma_{br}/\sigma_{ex}\)` ] .pull-left[ Compression safety factor during locomotion <table class="table" style="margin-left: auto; margin-right: auto;"> <thead> <tr> <th style="text-align:left;"> species </th> <th style="text-align:left;"> SF </th> </tr> </thead> <tbody> <tr> <td style="text-align:left;"> Dog jumping </td> <td style="text-align:left;"> 2.8 </td> </tr> <tr> <td style="text-align:left;"> Kangaroo hopping </td> <td style="text-align:left;"> 3.2 </td> </tr> <tr> <td style="text-align:left;"> Possum </td> <td style="text-align:left;"> 3 </td> </tr> <tr> <td style="text-align:left;"> Elephant running </td> <td style="text-align:left;"> 1-1.7 </td> </tr> <tr> <td style="text-align:left;"> Man weightlifting </td> <td style="text-align:left;"> 6 </td> </tr> </tbody> </table> .center[ <br> <br> <br> <br> Alexander, R.McN. 1981. Sci. Prog. Oxf. 67:109-120 ] ] .pull-right[ Mean bending safety factor during running <table class="table" style="margin-left: auto; margin-right: auto;"> <thead> <tr> <th style="text-align:left;"> species </th> <th style="text-align:right;"> SF </th> </tr> </thead> <tbody> <tr> <td style="text-align:left;"> Bullfrog </td> <td style="text-align:right;"> 8.0 </td> </tr> <tr> <td style="text-align:left;"> Salamanders </td> <td style="text-align:right;"> 10.5 </td> </tr> <tr> <td style="text-align:left;"> Possum </td> <td style="text-align:right;"> 5.1 </td> </tr> <tr> <td style="text-align:left;"> Eutherians </td> <td style="text-align:right;"> 2.5 </td> </tr> <tr> <td style="text-align:left;"> Iguana </td> <td style="text-align:right;"> 10.8 </td> </tr> <tr> <td style="text-align:left;"> Turtles </td> <td style="text-align:right;"> 4.4 </td> </tr> <tr> <td style="text-align:left;"> Crocs </td> <td style="text-align:right;"> 6.3 </td> </tr> <tr> <td style="text-align:left;"> Birds </td> <td style="text-align:right;"> 3.3 </td> </tr> </tbody> </table> .center[ Blob, R.W. et al. 2014. Int. & Comp. Biol., 54 (6):1058–1071 ] ] --- class: top # A comparison of SF .center[ `\(\textrm{Safety factor: n} = \sigma_{br}/\sigma_{ex}\)` ] .body[ These are SF from experiments: the real world is different. Loads (direction, scale) vary and so does the capacity to withstand them. Geometry and structural arrangement is important!] ![](Lecture09_files/figure-html/unnamed-chunk-6-1.svg)<!-- --> <br> .pull-left[ .footnote[ `\(\textrm{0.0004 yr}^{-1} \textrm{ human humerus}\)` `\(\textrm{0.0006 yr}^{-1} \textrm{ human femur}\)` ] ] .pull-right[ .footnote[ `\(\textrm{0.4 life}^{-1} \textrm{gibbons}\)` `\(\textrm{0.5 life}^{-1} \textrm{ deer antler/spider webs}\)` ] ] --- class: top # Shape matters .center[ <img src="img/buckling.png" width="250" /> ] .pull-left[ .center[ local buckling `\(\sigma_{cr} = kEt/D\)` (k ~ 0.7) ] ] .pull-right[ .center[ Euler buckling `\(\sigma_{cr}={\frac {\pi ^{2}EI}{(kL)^{2}}}\)` (k ~ 0.5) ] ] .center[ k = column effective length factor ] --- class: top # Shape matters .pull-left[ EI: Flexural stiffness of a structure I = second moment of area: a measure of how shape affects stress distribution in a structure ] .pull-right[ .center[ <img src="img/buckling3.png" width="120" /> Euler buckling `\(\sigma_{cr}={\frac {\pi ^{2}EI}{(kL)^{2}}}\)` ] ] --- class: top # Shape matters EI: Flexural stiffness of a structure I = second moment of area: a measure of how shape affects stress distribution in a structure .center[ <img src="img/secondmomentlist.png" width="550" /> ] --- class: top # Shape matters Where are hip fractures most common? Where will hip most likely fail? .center[ <img src="https://comportho.com/wp-content/uploads/2017/12/hipfx-1080x675.jpg" width="550" /> ] --- class: center, middle # Thanks! Slides created via the R package [**xaringan**](https://github.com/yihui/xaringan).