Loading [MathJax]/jax/output/HTML-CSS/jax.js

Functional Requirements

This section provides the functional requirements, the tasks and behaviours that the software is expected to complete.

Input-Values: Input the values from Tab:ReqInputs, which define the glass dimensions, type of glass, tolerable probability of failure, and the characteristics of the blast.

System-Set-Values-Following-Assumptions: The system shall set the known values as described in the table for Required Assignments.

Check-Input-with-Data_Constraints: The system shall check the entered input values to ensure that they do not exceed the data constraints. If any of the input values are out of bounds, an error message is displayed and the calculations stop.

Output-Values-and-Known-Values: Output the input values from FR:Input-Values and the known values from FR:System-Set-Values-Following-Assumptions.

Check-Glass-Safety: If isSafePbisSafeLR (from IM:isSafePb and IM:isSafeLR), output the message “For the given input parameters, the glass is considered safe.” If the condition is false, then output the message “For the given input parameters, the glass is NOT considered safe.”

Output-Values: Output the values from the table for Required Outputs.

SymbolDescriptionUnits
aPlate length (long dimension)m
bPlate width (short dimension)m
gGlass type
PbtolTolerable probability of breakage
SDxStand off distance (x-component)m
SDyStand off distance (y-component)m
SDzStand off distance (z-component)m
tNominal thickness t is in 2.5,2.7,3.0,4.0,5.0,6.0,8.0,10.0,12.0,16.0,19.0,22.0mm
TNTTNT equivalent factor
wCharge weightkg

Required Inputs

SymbolDescriptionSourceUnits
ARAspect ratioDD:aspectRatio
EModulus of elasticity of glassA:standardValuesPa
GTFGlass type factorDD:gTF
hMinimum thicknessDD:minThickm
kSurface flaw parameterA:standardValuesm12N7
LDFLoad duration factorDD:loadDurFactor
LSFLoad share factorA:glassLite
mSurface flaw parameterA:standardValuesm12N7
SDStand off distanceDD:standOffDistm
tdDuration of loadA:standardValuess

Required Assignments

SymbolDescriptionSourceUnits
ARAspect ratioDD:aspectRatio
BRisk of failureIM:riskFun
GTFGlass type factorDD:gTF
hMinimum thicknessDD:minThickm
isSafeLR3 second load equivalent resistance safety requirementIM:isSafeLR
isSafePbProbability of glass breakage safety requirementIM:isSafePb
JStress distribution factor (Function)IM:stressDistFac
JtolTolerable stress distribution factorIM:sdfTol
LRLoad resistanceIM:calofCapacityPa
NFLNon-factored loadIM:nFLPa
PbProbability of breakageIM:probOfBreak
ˆqDimensionless loadIM:dimlessLoad
ˆqtolTolerable loadIM:tolLoad

Required Outputs