mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Renamed for consistency with other tutorials.
This commit is contained in:
9
tutorials/discreteMethods/dsmcFoam/supersonicCorner/Allclean
Executable file
9
tutorials/discreteMethods/dsmcFoam/supersonicCorner/Allclean
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase
|
||||
rm -rf 0/lagrangian 0/dsmcSigmaTcRMax
|
||||
rm -rf processor*
|
||||
rm -f system/machines
|
||||
Reference in New Issue
Block a user