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