This is a Research Migration of the Technical Paper titled "Study of the rise of a single/multiple bubbles in quiescent liquids using the VOF method", using OpenFOAM software. The version used is OpenFOAM v2406.

Instructions
1. Unzip the case_Files.zip
2. Navigate to the required case directory in your terminal and execute the command ./Allrun to run the case.

NOTE: The ./Allrun command will decompose the domain for 8 processors. You can change the number of processors as per your system specifications in the 'decomposePar' file. If you are changing the number of processors in the decomposePar file, make sure to change the value "8" in the command "mpirun -np 8 interFoam -parallel || { echo "Solver failed"; exit 1; }" with the new value of number of processors.

