#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctionsapplication=”$(getApplication)”
runApplication blockMesh
runApplication transformPoints -scale “(1 0 1)”
runApplication extrudeMeshrunApplication $application
#——————————————————————————
実行年月:08/01/2018