Added makeAxialMesh to the scripts in extend-bazaar
This commit is contained in:
parent
8910693203
commit
ed75761f36
2 changed files with 12 additions and 2 deletions
|
@ -13,4 +13,7 @@ wclean all executables
|
|||
wclean all utilities
|
||||
cd -
|
||||
|
||||
#Clean makeAxialMesh
|
||||
wclean MakeAxialMesh/makeAxialMesh
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
|
|
@ -27,4 +27,11 @@ cd cfMesh-v1.0/
|
|||
./Allwmake
|
||||
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
|
||||
|
|
Reference in a new issue