openfoam/tutorials/heatTransfer/buoyantPimpleFoam/hotRoomWithThermalShell/Allrun-parallel

21 lines
580 B
Bash
Executable File

#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
runApplication blockMesh
runApplication topoSet
runApplication createPatch -overwrite
runParallel -s decompose redistributePar -decompose
runParallel makeFaMesh
runParallel $(getApplication)
runParallel -s reconstruct redistributePar -reconstruct
#------------------------------------------------------------------------------