#!/bin/sh -e

cd grid3
./run_all
touch grid3.foam
cd ..

cd grid2
./run_all
touch grid2.foam
cd ..

cd grid1
./run_all
touch grid1.foam
cd ..