1. Allrun script in the main folder when executed leads to desired simulations you wish to run.
	- Type ./Allrun in the Case_files folders to run the script.
	- The scripts asks to select the desired velcoity
	- Based on velocity, it asks to select desired body
	- It runs ./Allrun script present in the subfolder

2. Allclean script cleans all the simulation files generated apart from main files in all the subfolders.
	It also avoids cleaning of postprocessing folder.

3. Allrun_parallel scripts are also made available in the subfolders to run the cases in parallel.
	- Type ./Allrun in the Case_files folders to run the script.
	Note : numberOfSubdomains is 5 in decomposeParDict of system folder indicating it can work on a system with atleast 5 cores.

	Note: These are the following deltaT values for the conrolDict for faster computational time. The simulations can be ran as it is set 
	for both the bodies but for the blunt body it is advisable to use a smaller deltaT.
		Blunt_body Mach_6.82 - 1e-6
		Blunt_body Mach_5 - 2e-6
		Blunt_body Mach_3 - 5e-6
		Spiked_blunt_body Mach_6.82 - 2e-7
		Spiked_blunt_body Mach_5 - 2.5e-7
		Spiked_blunt_body Mach_3 - 5e-7
