Initial release of the new fireFoam solver and ancillary libraries.
[OpenFOAM-1.6.x.git] / applications / solvers / combustion / fireFoam / Allwclean
blob5c3970936398bfd7c2501ac83a56b8cd4c634043
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wclean libso combustionModels
6 wclean all sensibleEnthalpyCombustionThermophysicalModels
7 wclean
9 # ----------------------------------------------------------------- end-of-file