Skip to content
Snippets Groups Projects
Commit 95e840f5 authored by Henry's avatar Henry
Browse files

tutorials/basic/laplacianFoam/flange/Allrun: Updated for consistent output

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1543
parent c6874965
Branches
Tags
No related merge requests found
......@@ -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
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment