openfoam/tutorials/multiphase/compressibleInterFoam/laminar/waterCooler/run_fluid.sh
2020-12-09 15:17:45 +00:00

4 lines
135 B
Bash
Executable File

#!/bin/bash
. $WM_PROJECT_DIR/etc/bashrc
(cd fluid && FOAM_ABORT=true compressibleInterFoam -world fluid >& log.compressibleInterFoam)