Files
OpenFOAM-12/applications/solvers/multiphase/interPhaseChangeFoam/Allwmake
Henry Weller 42cafa62b8 interPhaseChangeFoam: Merged with interPhaseChangeDyMFoam
interPhaseChangeFoam can now run with static or dynamic meshes selected in the
constant/dynamicMeshDict dictionary.
2018-07-04 09:43:52 +01:00

11 lines
304 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# Parse arguments for library compilation
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
wmake $targetType phaseChangeTwoPhaseMixtures
wmake $targetType
#------------------------------------------------------------------------------