4 lines
135 B
Bash
Executable File
4 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
. $WM_PROJECT_DIR/etc/bashrc
|
|
(cd fluid && FOAM_ABORT=true compressibleInterFoam -world fluid >& log.compressibleInterFoam)
|