TUT: fileOperation: bit more testing. See #2952

This commit is contained in:
mattijs
2023-12-08 09:12:41 +00:00
parent 1844f87a0d
commit bc5aafa0d9
6 changed files with 145 additions and 7 deletions

View File

@ -0,0 +1,17 @@
#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
runApplication blockMesh
application=$(getApplication)
#- Test writing collated format
#runApplication decomposePar -fileHandler collated
runParallel redistributePar -decompose -fileHandler collated
runParallel $application -fileHandler collated
#runApplication reconstructPar -latestTime -fileHandler collated
runParallel -s reconstruct redistributePar -reconstruct -fileHandler collated
#------------------------------------------------------------------------------