#!/bin/bash
set -e; blockMesh; simpleFoam
echo "Done. Compare with: cfdvv compare . -r reference/analytical/solution.csv"
