# See https://www.openfoam.com/documentation/tutorial-guide/4-multiphase-flow/4.1-breaking-of-a-dam#x14-680004.1
# for a description of the demo.

# The following pre-processing job has already been run on the data.


#!/bin/bash --login
#$ -cwd
module load apps/gcc/openfoam/v2012
source $foamDotFile
rm -rf 0
cp -r 0.orig 0
blockMesh
setFields

# See the foam-solve.sh job for the parallel steps we'll run.

