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