ENH: interFoam: added mesh motion. Fixes #2395.

This commit is contained in:
mattijs
2022-03-07 15:24:34 +00:00
parent 83628e9298
commit fcd5373a7f
23 changed files with 806 additions and 10 deletions

View File

@ -0,0 +1,12 @@
#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
restore0Dir
runApplication blockMesh
runApplication setFields
#------------------------------------------------------------------------------