Skip to content
Snippets Groups Projects
Commit 2e1557a7 authored by Henry Weller's avatar Henry Weller
Browse files

tutorials Allrun scripts: Update running of postProcess application

Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2173
parent d01eb45c
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,6 @@ application=`getApplication` ...@@ -10,6 +10,6 @@ application=`getApplication`
runApplication blockMesh runApplication blockMesh
runApplication boxTurb runApplication boxTurb
runApplication $application runApplication $application
runApplication enstrophy runApplication -s enstrophy postProcess -func enstrophy
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
...@@ -31,7 +31,13 @@ cloneCase moriyoshiHomogeneous moriyoshiHomogeneousPart2 ...@@ -31,7 +31,13 @@ cloneCase moriyoshiHomogeneous moriyoshiHomogeneousPart2
( (
cd moriyoshiHomogeneousPart2 || exit cd moriyoshiHomogeneousPart2 || exit
cp -r ../moriyoshiHomogeneous/0.005 . # The following 2 command lines are a generic implementation of the
# following command:
# cp -r ../moriyoshiHomogeneous/0.005 .
lastTimeStep=$(foamListTimes -case ../moriyoshiHomogeneous -latestTime)
cp -r ../moriyoshiHomogeneous/$lastTimeStep .
setControlDict setControlDict
runApplication `getApplication` runApplication `getApplication`
) )
......
...@@ -9,6 +9,6 @@ application=`getApplication` ...@@ -9,6 +9,6 @@ application=`getApplication`
runApplication blockMesh runApplication blockMesh
runApplication setFields runApplication setFields
runApplication $application runApplication $application
runApplication postProcess -func sample runApplication -s sample postProcess -func sample
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
...@@ -9,6 +9,6 @@ application=`getApplication` ...@@ -9,6 +9,6 @@ application=`getApplication`
runApplication blockMesh runApplication blockMesh
runApplication $application runApplication $application
runApplication postProcess -func sample runApplication -s sample postProcess -func sample
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
...@@ -9,7 +9,7 @@ application=`getApplication` ...@@ -9,7 +9,7 @@ application=`getApplication`
runApplication blockMesh runApplication blockMesh
runApplication $application runApplication $application
runApplication postProcess -latestTime -func sample runApplication -s sample postProcess -latestTime -func sample
( cd validation && ./createGraphs ) ( cd validation && ./createGraphs )
......
...@@ -8,7 +8,7 @@ application=`getApplication` ...@@ -8,7 +8,7 @@ application=`getApplication`
runApplication blockMesh runApplication blockMesh
runApplication $application runApplication $application
runApplication -s sigma postProcess -func "components(sigma)" runApplication -s sigma postProcess -func "components(sigma)"
runApplication postProcess -func singleGraph runApplication -s singleGraph postProcess -func singleGraph
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment