Added makeAxialMesh to the scripts in extend-bazaar

This commit is contained in:
Bernhard F.W. Gschaider 2014-10-14 01:31:42 +02:00
parent 8910693203
commit ed75761f36
2 changed files with 12 additions and 2 deletions

View file

@ -13,4 +13,7 @@ wclean all executables
wclean all utilities wclean all utilities
cd - cd -
#Clean makeAxialMesh
wclean MakeAxialMesh/makeAxialMesh
# ----------------------------------------------------------------- end-of-file # ----------------------------------------------------------------- end-of-file

View file

@ -27,4 +27,11 @@ cd cfMesh-v1.0/
./Allwmake ./Allwmake
cd - cd -
# Install the makeAxialMesh utilitiy
if [ ! -d "MakeAxialMesh" ]; then
svn export svn://svn.code.sf.net/p/openfoam-extend/svn/trunk/Breeder_1.6/utilities/mesh/manipulation/MakeAxialMesh MakeAxialMesh
fi
wmake MakeAxialMesh/makeAxialMesh
# ----------------------------------------------------------------- end-of-file # ----------------------------------------------------------------- end-of-file