#!/bin/sh

# create the mesh
blockMesh

# create the intial time folder
cp -r 0_org 0

# Initialize the alpha field
setFields

## Run sedFoam in parallel
sedFoam_rbgh  > log.out&
echo "The simulation is executed in background, with output to log.out"
echo "Make sure that the simulation is done before proceeding!"
