Skip to content
Snippets Groups Projects
Commit 10d08c28 authored by mattijs's avatar mattijs
Browse files

GIT: tutorials: cleanup

parent fb727bab
Branches
Tags
No related merge requests found
#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
( cd flange && ./Allclean )
......@@ -13,5 +12,6 @@ cd "${0%/*}" || exit # Run from this directory
( cd motorBike_leakDetection && ./Allclean )
( cd opposite_walls && ./Allclean )
( cd airfoilWithLayers && ./Allclean )
( cd sphere_gapClosure && ./Allclean )
#------------------------------------------------------------------------------
......@@ -12,6 +12,7 @@ cd "${0%/*}" || exit # Run from this directory
( cd motorBike_leakDetection && ./Allrun )
( cd opposite_walls && ./Allrun )
( cd airfoilWithLayers && ./Allrun )
( cd sphere_gapClosure && ./Allrun )
exit 0
......
../../heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges
\ No newline at end of file
../../incompressible/simpleFoam/motorBike
\ No newline at end of file
../../heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater
\ No newline at end of file
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