mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: tutorials: cleanup
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd "${0%/*}" || exit # Run from this directory
|
cd "${0%/*}" || exit # Run from this directory
|
||||||
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
( cd flange && ./Allclean )
|
( cd flange && ./Allclean )
|
||||||
@ -13,5 +12,6 @@ cd "${0%/*}" || exit # Run from this directory
|
|||||||
( cd motorBike_leakDetection && ./Allclean )
|
( cd motorBike_leakDetection && ./Allclean )
|
||||||
( cd opposite_walls && ./Allclean )
|
( cd opposite_walls && ./Allclean )
|
||||||
( cd airfoilWithLayers && ./Allclean )
|
( cd airfoilWithLayers && ./Allclean )
|
||||||
|
( cd sphere_gapClosure && ./Allclean )
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -12,6 +12,7 @@ cd "${0%/*}" || exit # Run from this directory
|
|||||||
( cd motorBike_leakDetection && ./Allrun )
|
( cd motorBike_leakDetection && ./Allrun )
|
||||||
( cd opposite_walls && ./Allrun )
|
( cd opposite_walls && ./Allrun )
|
||||||
( cd airfoilWithLayers && ./Allrun )
|
( cd airfoilWithLayers && ./Allrun )
|
||||||
|
( cd sphere_gapClosure && ./Allrun )
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
../../heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../../incompressible/simpleFoam/motorBike
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../../heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater
|
|
||||||
Reference in New Issue
Block a user