#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functionsmkdir -p constant/triSurface
# Use ‘blob’ as an arbitrary enclosing surface
runApplication surfaceTransformPoints \r
-translate ‘(0 0 5)’ \r
-origin ‘(0 0 5)’ \r
-rotate-angle ‘((1 0 0) 45)’ \r
$FOAM_TUTORIALS/resources/geometry/blob.stl.gz constant/triSurface/blob.objrunApplication blockMesh
runApplication decomposePar -dry-run -cellDist
runApplication foamToVTK -no-boundary
#——————————————————————————
実行年月:12/25/2018