#!/bin/sh -e

cd ./HP_flow
./run_steady_unsteady
cd ..

cd ./corrugated_flow
./run_all
cd ..