#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions# Get application name
application=`getApplication`runApplication star3ToFoam prostar/nacaAirfoil
mv constant/polyMesh/boundary temp
sed -e s/”([ ]*type[ ]*)symmetryPlane”/”1empty”/g \r
temp > constant/polyMesh/boundary
rm temprunApplication $application
# —————————————————————– end-of-file
実行年月:12/20/2015