|
GlassBR
|
Provides functions for calculating the outputs. More...
Functions | |
| python.Calculations.func_J_tol (inParams) | |
| Calculates tolerable stress distribution factor. | |
| python.Calculations.func_q (inParams) | |
| Calculates applied load (demand) (Pa). | |
| python.Calculations.func_q_hat (inParams, q) | |
| Calculates dimensionless load. | |
| python.Calculations.func_q_hat_tol (inParams, J_tol) | |
| Calculates tolerable load. | |
| python.Calculations.func_J (inParams, q_hat) | |
| Calculates stress distribution factor (Function). | |
| python.Calculations.func_NFL (inParams, q_hat_tol) | |
| Calculates non-factored load (Pa). | |
| python.Calculations.func_B (inParams, J) | |
| Calculates risk of failure. | |
| python.Calculations.func_LR (inParams, NFL) | |
| Calculates load resistance (Pa). | |
| python.Calculations.func_P_b (B) | |
| Calculates probability of breakage. | |
| python.Calculations.func_isSafeLR (LR, q) | |
| Calculates 3 second load equivalent resistance safety requirement. | |
| python.Calculations.func_isSafePb (inParams, P_b) | |
| Calculates probability of glass breakage safety requirement. | |
Provides functions for calculating the outputs.
| python.Calculations.func_B | ( | inParams, | |
| J ) |
Calculates risk of failure.
| inParams | structure holding the input values |
| J | stress distribution factor (Function) |
| python.Calculations.func_isSafeLR | ( | LR, | |
| q ) |
Calculates 3 second load equivalent resistance safety requirement.
| LR | load resistance (Pa) |
| q | applied load (demand) (Pa) |
| python.Calculations.func_isSafePb | ( | inParams, | |
| P_b ) |
Calculates probability of glass breakage safety requirement.
| inParams | structure holding the input values |
| P_b | probability of breakage |
| python.Calculations.func_J | ( | inParams, | |
| q_hat ) |
Calculates stress distribution factor (Function).
| inParams | structure holding the input values |
| q_hat | dimensionless load |
| python.Calculations.func_J_tol | ( | inParams | ) |
Calculates tolerable stress distribution factor.
| inParams | structure holding the input values |
| python.Calculations.func_LR | ( | inParams, | |
| NFL ) |
Calculates load resistance (Pa).
| inParams | structure holding the input values |
| NFL | non-factored load (Pa) |
| python.Calculations.func_NFL | ( | inParams, | |
| q_hat_tol ) |
Calculates non-factored load (Pa).
| inParams | structure holding the input values |
| q_hat_tol | tolerable load |
| python.Calculations.func_P_b | ( | B | ) |
Calculates probability of breakage.
| B | risk of failure |
| python.Calculations.func_q | ( | inParams | ) |
Calculates applied load (demand) (Pa).
| inParams | structure holding the input values |
| python.Calculations.func_q_hat | ( | inParams, | |
| q ) |
Calculates dimensionless load.
| inParams | structure holding the input values |
| q | applied load (demand) (Pa) |
| python.Calculations.func_q_hat_tol | ( | inParams, | |
| J_tol ) |
Calculates tolerable load.
| inParams | structure holding the input values |
| J_tol | tolerable stress distribution factor |