Add post-process to run script
This commit is contained in:
parent
eb0931fc82
commit
56d77d98bc
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ reconstructPar > log/reconstructPar.log
|
||||||
#echo Removing parallel cases
|
#echo Removing parallel cases
|
||||||
#rm -r processor*
|
#rm -r processor*
|
||||||
|
|
||||||
|
echo Running Openfoam post-process
|
||||||
|
postProcess -func graphUniform > log/postProcess.log
|
||||||
|
|
||||||
popd
|
popd
|
||||||
echo Pickling Olaflow output
|
echo Pickling Olaflow output
|
||||||
python -m processing.pickle -o $out
|
python -m processing.pickle -o $out
|
||||||
|
|
Loading…
Reference in a new issue