#!/bin/sh

# Run from this directory
cd "${0%/*}" || exit 1

# Source tutorial run functions
. "$WM_PROJECT_DIR/bin/tools/RunFunctions"

printf "\nCreating nonCouple patches...\n"
runApplication -a createBaffles -dict createBafflesDict.NCC
runApplication splitBaffles

runApplication createNonConformalCouples -fields nonCouple1 nonCouple2

#------------------------------------------------------------------------------
