File size: 330 Bytes
ed552fd
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
source /usr/share/openfoam/etc/bashrc 2>/dev/null
export WM_PROJECT_DIR=/usr/share/openfoam
export FOAM_APPBIN=/usr/bin
export FOAM_LIBBIN=/usr/lib/openfoam
cd /mnt/f/agent-workspace/paper2/Exp/data/raw/dam_break/t00
for t in 0 0.5 1 1.5 2; do
    reconstructPar -time $t > /dev/null 2>&1
    echo "t=$t exit=$?"
done