sloshingCylinder

#!/bin/sh
cd “${0%/*}” || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#——————————————————————————

restore0Dir

mkdir -p constant/triSurface

cp -f $FOAM_TUTORIALS/resources/geometry/sloshingCylinder.obj.gz \r
constant/triSurface/

runApplication blockMesh

runApplication snappyHexMesh -overwrite

runApplication setFields

runApplication $(getApplication)

#——————————————————————————

実行年月:08/01/2020