mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: bridge using external lumped point motion (#1341)
- see its accompanying README for additional setup instructions
This commit is contained in:
13
tutorials/incompressible/lumpedPointMotion/bridge/code/Allclean
Executable file
13
tutorials/incompressible/lumpedPointMotion/bridge/code/Allclean
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
cd "${0%/*}" || exit # Run from this directory
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
wclean
|
||||
|
||||
# Remove executable
|
||||
rm -f polynomial-motion
|
||||
|
||||
# Remove known output/debug files
|
||||
rm -f *.txt *.vtp *.vtp.series
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user