tutorials/basic/laplacianFoam/flange/Allrun: Updated for consistent output
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1543
This commit is contained in:
parent
6be514684a
commit
f43abd9f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ runAnsysToFoam()
|
|||
then
|
||||
echo "ansysToFoam already run on $PWD: remove log file to re-run"
|
||||
else
|
||||
echo "ansysToFoam: converting mesh $1" > log.ansysToFoam 2>&1
|
||||
echo "Running ansysToFoam: converting mesh $1"
|
||||
ansysToFoam $1 -scale $2 > log.ansysToFoam 2>&1
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue