#!/bin/sh -e

cd ./Re_runs_steady
./run_air_water
cd ..

cd ./Re_runs_unsteady
./run_air_water
cd ..