mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: simplify turbulentDigitalFilterInlet BC
This commit is contained in:
committed by
Andrew Heather
parent
4a798b9ea5
commit
60809c3f50
14
tutorials/verificationAndValidation/turbulentInflow/PCF/Allclean
Executable file
14
tutorials/verificationAndValidation/turbulentInflow/PCF/Allclean
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
cd "${0%/*}" || exit # Run from this directory
|
||||
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
cleanCase0
|
||||
|
||||
rm -f system/controlDict
|
||||
rm -rf constant/boundaryData/inlet
|
||||
rm -rf results
|
||||
rm -f *.png
|
||||
rm -f constant/{R*,points*,UMean*}
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user