Skip to content

Commit 94f892f

Browse files
runThiscase modified
1 parent e900128 commit 94f892f

File tree

8 files changed

+40
-4
lines changed

8 files changed

+40
-4
lines changed

benchmarks/helicalMixer/helicalMixer_1m/cleanThisCase

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ cd ${0%/*} || exit 1 # Run from this directory
33

44
ls | grep -P "^(([0-9]+\.?[0-9]*)|(\.[0-9]+))$" | xargs -d"\n" rm -rf
55
rm -rf VTK
6-
6+
rm -rf stl
77
#------------------------------------------------------------------------------

benchmarks/helicalMixer/helicalMixer_1m/runThisCase

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
#!/bin/sh
2+
3+
set -e # Exit immediately if a command exits with a non-zero status
24
cd ${0%/*} || exit 1 # Run from this directory
5+
6+
echo "\n<--------------------------------------------------------------------->"
7+
echo "0) Copying stl files"
8+
echo "\n<--------------------------------------------------------------------->"
9+
mkdir -p stl
10+
cp -rfv $pFlow_PROJECT_DIR/resources/stls/helicalMixer/* ./stl/
11+
312
echo "\n<--------------------------------------------------------------------->"
413
echo "1) Creating particles"
514
echo "<--------------------------------------------------------------------->\n"

benchmarks/helicalMixer/helicalMixer_2m/cleanThisCase

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ cd ${0%/*} || exit 1 # Run from this directory
33

44
ls | grep -P "^(([0-9]+\.?[0-9]*)|(\.[0-9]+))$" | xargs -d"\n" rm -rf
55
rm -rf VTK
6-
6+
rm -rf stl
77
#------------------------------------------------------------------------------

benchmarks/helicalMixer/helicalMixer_2m/runThisCase

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
#!/bin/sh
2+
3+
set -e # Exit immediately if a command exits with a non-zero status
24
cd ${0%/*} || exit 1 # Run from this directory
5+
6+
echo "\n<--------------------------------------------------------------------->"
7+
echo "0) Copying stl files"
8+
echo "\n<--------------------------------------------------------------------->"
9+
mkdir -p stl
10+
cp -rfv $pFlow_PROJECT_DIR/resources/stls/helicalMixer/* ./stl/
11+
312
echo "\n<--------------------------------------------------------------------->"
413
echo "1) Creating particles"
514
echo "<--------------------------------------------------------------------->\n"

benchmarks/helicalMixer/helicalMixer_4m/cleanThisCase

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ cd ${0%/*} || exit 1 # Run from this directory
33

44
ls | grep -P "^(([0-9]+\.?[0-9]*)|(\.[0-9]+))$" | xargs -d"\n" rm -rf
55
rm -rf VTK
6-
6+
rm -rf stl
77
#------------------------------------------------------------------------------

benchmarks/helicalMixer/helicalMixer_4m/runThisCase

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
#!/bin/sh
2+
3+
set -e # Exit immediately if a command exits with a non-zero status
24
cd ${0%/*} || exit 1 # Run from this directory
5+
6+
echo "\n<--------------------------------------------------------------------->"
7+
echo "0) Copying stl files"
8+
echo "\n<--------------------------------------------------------------------->"
9+
mkdir -p stl
10+
cp -rfv $pFlow_PROJECT_DIR/resources/stls/helicalMixer/* ./stl/
11+
312
echo "\n<--------------------------------------------------------------------->"
413
echo "1) Creating particles"
514
echo "<--------------------------------------------------------------------->\n"

benchmarks/helicalMixer/helicalMixer_500k/cleanThisCase

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ cd ${0%/*} || exit 1 # Run from this directory
33

44
ls | grep -P "^(([0-9]+\.?[0-9]*)|(\.[0-9]+))$" | xargs -d"\n" rm -rf
55
rm -rf VTK
6-
6+
rm -rf stl
77
#------------------------------------------------------------------------------

benchmarks/helicalMixer/helicalMixer_500k/runThisCase

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
#!/bin/sh
2+
3+
set -e # Exit immediately if a command exits with a non-zero status
24
cd ${0%/*} || exit 1 # Run from this directory
5+
6+
echo "\n<--------------------------------------------------------------------->"
7+
echo "0) Copying stl files"
8+
echo "\n<--------------------------------------------------------------------->"
9+
mkdir -p stl
10+
cp -rfv $pFlow_PROJECT_DIR/resources/stls/helicalMixer/* ./stl/
11+
312
echo "\n<--------------------------------------------------------------------->"
413
echo "1) Creating particles"
514
echo "<--------------------------------------------------------------------->\n"

0 commit comments

Comments
 (0)