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