run_fluid.sh 336 Bytes
Newer Older
shunbo's avatar
shunbo committed
1
2
3
4
5
6
7
8
#!/bin/sh
cd "${0%/*}" || exit                                # Run from this directory
#------------------------------------------------------------------------------

chtMultiRegionSimpleFoam -case fluid -world fluid 2>&1 | tee run_fluid.log
read dummy

#------------------------------------------------------------------------------