openfoam/applications/solvers/multiphase/multiphaseEulerFoam/Allwmake
2011-09-12 17:41:46 +01:00

12 lines
269 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso phaseModel
wmake libso interfacialModels
wmake libso multiphaseSystem
wmake libso kineticTheoryModels
wmake
# ----------------------------------------------------------------- end-of-file