|
| static double | func_J_tol (InputParameters inParams) throws IOException |
| | Calculates tolerable stress distribution factor. More...
|
| |
| static double | func_q (InputParameters inParams) throws Exception, FileNotFoundException, IOException |
| | Calculates applied load (demand) (Pa) More...
|
| |
| static double | func_q_hat (InputParameters inParams, double q) throws IOException |
| | Calculates dimensionless load. More...
|
| |
| static double | func_q_hat_tol (InputParameters inParams, double J_tol) throws Exception, FileNotFoundException, IOException |
| | Calculates tolerable load. More...
|
| |
| static double | func_J (InputParameters inParams, double q_hat) throws Exception, FileNotFoundException, IOException |
| | Calculates stress distribution factor (Function) More...
|
| |
| static double | func_NFL (InputParameters inParams, double q_hat_tol) throws IOException |
| | Calculates non-factored load (Pa) More...
|
| |
| static double | func_B (InputParameters inParams, double J) throws IOException |
| | Calculates risk of failure. More...
|
| |
| static double | func_LR (InputParameters inParams, double NFL) throws IOException |
| | Calculates load resistance (Pa) More...
|
| |
| static double | func_P_b (double B) throws IOException |
| | Calculates probability of breakage. More...
|
| |
| static boolean | func_isSafeLR (double LR, double q) throws IOException |
| | Calculates 3 second load equivalent resistance safety requirement. More...
|
| |
| static boolean | func_isSafePb (InputParameters inParams, double P_b) throws IOException |
| | Calculates probability of glass breakage safety requirement. More...
|
| |
◆ func_B()
| static double GlassBR.Calculations.func_B |
( |
InputParameters |
inParams, |
|
|
double |
J |
|
) |
| throws IOException |
|
static |
Calculates risk of failure.
- Parameters
-
| inParams | structure holding the input values |
| J | stress distribution factor (Function) |
- Returns
- risk of failure
◆ func_isSafeLR()
| static boolean GlassBR.Calculations.func_isSafeLR |
( |
double |
LR, |
|
|
double |
q |
|
) |
| throws IOException |
|
static |
Calculates 3 second load equivalent resistance safety requirement.
- Parameters
-
| LR | load resistance (Pa) |
| q | applied load (demand) (Pa) |
- Returns
- 3 second load equivalent resistance safety requirement
◆ func_isSafePb()
| static boolean GlassBR.Calculations.func_isSafePb |
( |
InputParameters |
inParams, |
|
|
double |
P_b |
|
) |
| throws IOException |
|
static |
Calculates probability of glass breakage safety requirement.
- Parameters
-
| inParams | structure holding the input values |
| P_b | probability of breakage |
- Returns
- probability of glass breakage safety requirement
◆ func_J()
| static double GlassBR.Calculations.func_J |
( |
InputParameters |
inParams, |
|
|
double |
q_hat |
|
) |
| throws Exception, FileNotFoundException, IOException |
|
static |
Calculates stress distribution factor (Function)
- Parameters
-
| inParams | structure holding the input values |
| q_hat | dimensionless load |
- Returns
- stress distribution factor (Function)
◆ func_J_tol()
| static double GlassBR.Calculations.func_J_tol |
( |
InputParameters |
inParams | ) |
throws IOException |
|
static |
Calculates tolerable stress distribution factor.
- Parameters
-
| inParams | structure holding the input values |
- Returns
- tolerable stress distribution factor
◆ func_LR()
| static double GlassBR.Calculations.func_LR |
( |
InputParameters |
inParams, |
|
|
double |
NFL |
|
) |
| throws IOException |
|
static |
Calculates load resistance (Pa)
- Parameters
-
| inParams | structure holding the input values |
| NFL | non-factored load (Pa) |
- Returns
- load resistance (Pa)
◆ func_NFL()
| static double GlassBR.Calculations.func_NFL |
( |
InputParameters |
inParams, |
|
|
double |
q_hat_tol |
|
) |
| throws IOException |
|
static |
Calculates non-factored load (Pa)
- Parameters
-
| inParams | structure holding the input values |
| q_hat_tol | tolerable load |
- Returns
- non-factored load (Pa)
◆ func_P_b()
| static double GlassBR.Calculations.func_P_b |
( |
double |
B | ) |
throws IOException |
|
static |
Calculates probability of breakage.
- Parameters
-
- Returns
- probability of breakage
◆ func_q()
| static double GlassBR.Calculations.func_q |
( |
InputParameters |
inParams | ) |
throws Exception, FileNotFoundException, IOException |
|
static |
Calculates applied load (demand) (Pa)
- Parameters
-
| inParams | structure holding the input values |
- Returns
- applied load (demand) (Pa)
◆ func_q_hat()
| static double GlassBR.Calculations.func_q_hat |
( |
InputParameters |
inParams, |
|
|
double |
q |
|
) |
| throws IOException |
|
static |
Calculates dimensionless load.
- Parameters
-
| inParams | structure holding the input values |
| q | applied load (demand) (Pa) |
- Returns
- dimensionless load
◆ func_q_hat_tol()
| static double GlassBR.Calculations.func_q_hat_tol |
( |
InputParameters |
inParams, |
|
|
double |
J_tol |
|
) |
| throws Exception, FileNotFoundException, IOException |
|
static |
Calculates tolerable load.
- Parameters
-
| inParams | structure holding the input values |
| J_tol | tolerable stress distribution factor |
- Returns
- tolerable load
The documentation for this class was generated from the following file: