Edits to example/Piston/Piston.sh to set up case

This commit is contained in:
James E McClure
2015-08-10 14:58:36 -04:00
parent 9fe4ccf25b
commit ade7216fbf

1
example/Piston/Piston.sh Normal file → Executable file
View File

@@ -12,6 +12,7 @@ for i in `seq 1 6`; do
# Set up cases for each boundary pressure pair
dir="Case"$i
echo $dir
mkdir -p $dir
# copy the domain file
cp Domain.in $dir