Skip to content
Commits on Source (1)
......@@ -6,6 +6,7 @@ cd "${0%/*}" || exit # Run from this directory
if have_adios2
then
echo_adios2
adiosFoam/Allwmake
adiosWrite/Allwmake
else
......
......@@ -3,7 +3,6 @@ cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
# -----------------------------------------------------------------------------
cleanCase
cleanFaMesh
cleanCase0
#------------------------------------------------------------------------------
......@@ -3,6 +3,8 @@ cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
# -----------------------------------------------------------------------------
restore0Dir
runApplication blockMesh
runApplication makeFaMesh
......