tutorials Allrun scripts: Update running of postProcess application

Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2173
This commit is contained in:
Henry Weller
2016-08-02 16:24:28 +01:00
parent d01eb45cfc
commit 2e1557a79e
6 changed files with 13 additions and 7 deletions

View File

@ -8,7 +8,7 @@ application=`getApplication`
runApplication blockMesh
runApplication $application
runApplication -s sigma postProcess -func "components(sigma)"
runApplication postProcess -func singleGraph
runApplication -s sigma postProcess -func "components(sigma)"
runApplication -s singleGraph postProcess -func singleGraph
#------------------------------------------------------------------------------