#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functionsrm -f system/blockMeshDict
m4 system/blockMeshDict.m4 > system/blockMeshDictrunApplication blockMesh
restore0Dir
runApplication decomposePar
runParallel $(getApplication)
# Run noise tool for both point and surface
runParallel -s point noise -dict system/noiseDict-point
runParallel -s surface noise -dict system/noiseDict-surface
#——————————————————————————
実行年月:03/20/2018