The Kingery-Bulmash Blast Parameter Calculator calculates the blast-wave parameters of a hemispherical free field air-blast, based on the empirical relations developed by Kingery and Bulmash. It provides data for incident pressure, reflected pressure, incident impulse, reflected impulse, duration of positive pressure phase, time of arrival of the shock wave and shock front velocity.
This repository gets inspired by Kingery-Bulmash Blast Parameter Calculator which working client-side calculator. The repository's goal is to make it available to the user who wants to use the calculator server-side and store the results in the database.
- Visual Studio (2019)
- SQL Server
git clone https://github.com/mbozkaya/the-kingery-bulmash-blast-parameter-calculator.git
Open it with Visual Studio. The project uses a code-first approach so it will create a new database to store results and entries. You must adjust the connection string to use your database in appsettings.json
whereinto the project directory. After adjustments run the project.
Now you can see the home page which shows the calculator form and the results table That's it.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.