openfoam/applications/solvers/combustion/reactingFoam/Allwmake
2013-09-30 08:34:18 +01:00

11 lines
228 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake
wmake rhoReactingFoam
wmake rhoReactingBuoyantFoam
wmake LTSReactingFoam
# ----------------------------------------------------------------- end-of-file