***To run the case files without any commands***
./Allrun

Note:	If the terminal shows permission denied press chmod +x Allrun

***To clean the case files without any commands***
./Allclean

Note:	If the terminal shows permission denied press chmod +x Allclean

***To run the case files with any commands***
blockMesh //generation of mesh
cp -r 0.orig 0 //copying the 0 folder
setFields //initialization of fluid in the domain

***serial run***
interFoam

***parallel run***
decomposePar
mpirun -np 12 interFoam -parallel | tee log.interFoam

Note:	1. You have to make changes in your system/decomposeParDict and use appropriate method for decomposition (scotch and simple, etc)
	2. You have to check the number of processors on your system accordingly here I had 12 processors, change the command accordingly.
	3. Create a foam.foam file for visualization in paraView

To contact me: vijaysrisurya23@gmail.com, if any error persists.