Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / combustion / chemFoam / h2 / validation / Allrun
blob6e0c55ebe7bd61249e82b299d1e54a178886531d
1 #!/bin/sh
3 cd ${0%/*} || exit 1 # run from this directory
5 # Extract Chemkin II data into a friendlier format
6 echo "# Time [s] Temperature [K]" > chemkinII
7 grep '^ Time (sec)' ../chemkin/senk.out | awk '{print $4 " " $8 }' \
8 >> chemkinII
10 ./createGraph
12 # ----------------------------------------------------------------- end-of-file