Skip to content

Commit 99dc82a

Browse files
committed
UC (4)
1 parent 231b7d9 commit 99dc82a

4 files changed

Lines changed: 17 additions & 1827 deletions

File tree

book/_toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ parts:
109109
- file: calculation_examples/safety/intro_safety
110110
sections:
111111
- file: calculation_examples/safety/reliability_index
112-
- file: calculation_examples/safety/effect_vs_resistance_old
113-
- file: calculation_examples/safety/unity_check
114112
- file: calculation_examples/safety/CS_23_24_safety
115113
- file: calculation_examples/LCA/LCA
116114
sections:

book/calculation_examples/safety/effect_vs_resistance_old.ipynb

Lines changed: 0 additions & 886 deletions
This file was deleted.

book/calculation_examples/safety/reliability_index.ipynb

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"```{figure} Images/E_R_curves_highgamma_uc0.81_Z_values.png\n",
1212
"--- \n",
13-
"scale: 80%\n",
13+
"scale: 85%\n",
1414
"name: E_R_Z_curves_example\n",
1515
"---\n",
1616
"E, R, and Z function with numerical example\n",
@@ -179,8 +179,8 @@
179179
"cell_type": "markdown",
180180
"metadata": {},
181181
"source": [
182-
"## Dynamic graphs of $\\beta$\n",
183-
"Using the dynamic graphs below, you can see what the influence is of modifying the values for $\\mu_R$ or $\\sigma_R$:"
182+
"## Dynamic graphs of $\\beta$ and u.c.\n",
183+
"Using the dynamic graphs below, you can see what the influence is of modifying the values for $\\mu_R$ or $\\sigma_R$ on the magnitude of $\\beta$ and the unity check u.c.:"
184184
]
185185
},
186186
{
@@ -480,6 +480,13 @@
480480
"fig.show()"
481481
]
482482
},
483+
{
484+
"cell_type": "markdown",
485+
"metadata": {},
486+
"source": [
487+
"The dynamic graph illustrates the following: if the average of the blue R-function shifts to a *lower* value, the reliability index $\\beta$ becomes smaller, and the unity check becomes larger. If the average of the blue R-function shifts to a *higher* value, the reliability index $\\beta$ becomes larger, and the unity check becomes smaller."
488+
]
489+
},
483490
{
484491
"cell_type": "code",
485492
"execution_count": 168,
@@ -791,6 +798,13 @@
791798
"\n",
792799
"fig.show()"
793800
]
801+
},
802+
{
803+
"cell_type": "markdown",
804+
"metadata": {},
805+
"source": [
806+
"The dynamic graph above illustrates the following: if the performance (capacity, resistance) of a material becomes more uncertain, e.g. due to a wider spread of test results of material properties or due to a wider spread of cross-sectional dimensions, $\\sigma_R$ becomes larger. Even without change of the average value $\\mu_R$, the safety of the structure will become lower (value of $\\beta$ drops and u.c. increases). Vice versa, with smaller spread of R, safety will increase."
807+
]
794808
}
795809
],
796810
"metadata": {

book/calculation_examples/safety/unity_check.ipynb

Lines changed: 0 additions & 936 deletions
This file was deleted.

0 commit comments

Comments
 (0)