openfoam/applications/solvers/compressible/rhoCentralFoam/Allwclean

9 lines
191 B
Bash
Executable File

#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
wclean libso BCs
wclean
wclean rhoCentralDyMFoam
#------------------------------------------------------------------------------