This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/solidMechanics/elasticThermalSolidFoam/hotCylinder/Allrun
2014-04-10 20:54:24 +01:00

12 lines
303 B
Bash
Executable file

#!/bin/sh
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name from directory
application="elasticThermalSolidFoam"
runApplication blockMesh
runApplication $application
(cd analyticalHotCylinder && runApplication wmake)
runApplication analyticalHotCylinder