ENH: Added new multiWorld test case

This commit is contained in:
mattijs
2020-12-08 13:59:53 +00:00
committed by Andrew Heather
parent faba8ee2a1
commit b017ef47bb
56 changed files with 2212 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
#. /home/mattijs/OpenFOAM/OpenFOAM-plus.feature-localWorld/etc/bashrc
. $WM_PROJECT_DIR/etc/bashrc
#cd /home/mattijs/OpenFOAM/OpenFOAM-plus.feature-localWorld/applications/test/multiWorld/chtMultiRegionSimpleFoam
chtMultiRegionSimpleFoam -case ./fluid -world fluid 2>&1 | tee run_fluid.log
read dummy