Authors: Nikitha Krithnan, W. Spencer Smith
Purpose: Predict whether a glass slab can withstand a blast under given conditions.
Background: Explosion in downtown areas are dangerous from the blast itself and also potentially from the secondary effect of falling glass.
Scope: Determining the safety of a glass slab under a blast loading following the ASTM standard (Ref: astm2009).
How to Run the Program: In your terminal command line, enter the same directory as this README file. Then enter the following line:
make run RUNARGS=input.txt
How to Build the Program: In your terminal command line, enter the same directory as this README file. Then enter the following line:
make build
How to Change Input:
GlassBR will take the inputs from input.txt and write the outputs to output.txt.
Inputs can be changed by editing input.txt.
Configuration files are files that must be in the same directory as the executable in order to run or build successfully.
SDF.txt, TSD.txt
C++ gcc 10.1
This README is a software artifact generated by Drasil.
Copyright (c) 2021, Nikitha Krithnan, W. Spencer Smith. All rights reserved. Please see the full license for more details.