tutorials/basic/potentialFoam: Changed "streamFunction" to "postProcess
-func streamFunction"
This commit is contained in:
parent
fb0d17b9f3
commit
faa1ae242d
2 changed files with 2 additions and 2 deletions
|
|
@ -9,6 +9,6 @@ application=`getApplication`
|
|||
cp -r 0.orig 0 > /dev/null 2>&1
|
||||
runApplication blockMesh
|
||||
runApplication $application -withFunctionObjects -writePhi -writep
|
||||
runApplication streamFunction
|
||||
runApplication postProcess -func streamFunction
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ application=`getApplication`
|
|||
cp -r 0.orig 0 > /dev/null 2>&1
|
||||
runApplication blockMesh
|
||||
runApplication $application -writePhi -writep
|
||||
runApplication streamFunction
|
||||
runApplication postProcess -func streamFunction
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue