TUT: use foamDictionary without runApplication wrapper

- avoids generating a log file, which is missing an "End" tag that
  allows the test loop to identify the completion status
This commit is contained in:
Mark Olesen 2019-11-18 12:18:43 +01:00 committed by Andrew Heather
parent 4d18fea8e1
commit 53a617b829

View File

@ -35,7 +35,8 @@ then
do do
echo "Processing model: $model" echo "Processing model: $model"
runApplication -s $model foamDictionary -entry RAS.RASModel -set $model constant/turbulenceProperties foamDictionary -entry RAS.RASModel -set "$model" \
constant/turbulenceProperties > /dev/null
for i in "${!grading_vs_yp[@]}" for i in "${!grading_vs_yp[@]}"
do do