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): 3 second duration equivalent pressure (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: three second duration uniform load associated with a probability of breakage less than or equal to 8 lites per 1000 for monolithic AN glass (Pa) More... | |
def | python.Calculations.func_B (inParams, J) |
Calculates risk of failure. More... | |
def | python.Calculations.func_LR (inParams, NFL) |
Calculates load resistance: the uniform lateral load that a glass construction can sustain based upon a given probability of breakage and load duration as defined in (pp. More... | |
def | python.Calculations.func_P_b (B) |
Calculates probability of breakage: the fraction of glass lites or plies that would break at the first occurrence of a specified load and duration, typically expressed in lites per 1000 (Ref: astm2016) 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: the uniform lateral load that a glass construction can sustain based upon a given probability of breakage and load duration as defined in (pp. 1 and 53) Ref: astm2009 (Pa) |
q | applied load (demand): 3 second duration equivalent pressure (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: the fraction of glass lites or plies that would break at the first occurrence of a specified load and duration, typically expressed in lites per 1000 (Ref: astm2016) |
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: the uniform lateral load that a glass construction can sustain based upon a given probability of breakage and load duration as defined in (pp.
1 and 53) Ref: astm2009 (Pa)
inParams | structure holding the input values |
NFL | non-factored load: three second duration uniform load associated with a probability of breakage less than or equal to 8 lites per 1000 for monolithic AN glass (Pa) |
def python.Calculations.func_NFL | ( | inParams, | |
q_hat_tol | |||
) |
Calculates non-factored load: three second duration uniform load associated with a probability of breakage less than or equal to 8 lites per 1000 for monolithic AN glass (Pa)
inParams | structure holding the input values |
q_hat_tol | tolerable load |
def python.Calculations.func_P_b | ( | B | ) |
Calculates probability of breakage: the fraction of glass lites or plies that would break at the first occurrence of a specified load and duration, typically expressed in lites per 1000 (Ref: astm2016)
B | risk of failure |
def python.Calculations.func_q | ( | inParams | ) |
Calculates applied load (demand): 3 second duration equivalent pressure (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): 3 second duration equivalent pressure (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 |