fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / icoDyMFoam / movingConeMotion / Allclean
blobe81dc62083b2de2c385d892c6cade976d40dbc46
1 #!/bin/sh
3 # Source tutorial clean functions
4 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
6 cleanCase
7 rm -f 0/motionGamma
8 ( cd setMotionMovingCone ; wclean )