tutorials: rationalized log

This commit is contained in:
Henry
2015-02-19 08:39:32 +00:00
parent 0ca9a1fb09
commit 6be514684a
7 changed files with 28 additions and 21 deletions

View File

@ -13,7 +13,7 @@ runAnsysToFoam()
then
echo "ansysToFoam already run on $PWD: remove log file to re-run"
else
echo "ansysToFoam: converting mesh $1"
echo "ansysToFoam: converting mesh $1" > log.ansysToFoam 2>&1
ansysToFoam $1 -scale $2 > log.ansysToFoam 2>&1
fi
}