Skip to content
Snippets Groups Projects
Commit b403eaa9 authored by Kutalmış Berçin's avatar Kutalmış Berçin
Browse files

BUG: fix tut regression for potentialFoam (#1518)

parent 9333c0ac
No related branches found
No related tags found
No related merge requests found
Showing
with 10 additions and 10 deletions
...@@ -9,7 +9,7 @@ restore0Dir ...@@ -9,7 +9,7 @@ restore0Dir
runApplication decomposePar -force runApplication decomposePar -force
runParallel potentialFoam -pName pPotential -initialiseUBCs runParallel potentialFoam -pName pPotential -initialiseUBCs -writephi
rm -f processor*/0/phi rm -f processor*/0/phi
......
...@@ -33,7 +33,7 @@ runParallel $decompDict snappyHexMesh -overwrite ...@@ -33,7 +33,7 @@ runParallel $decompDict snappyHexMesh -overwrite
restore0Dir -processor restore0Dir -processor
runParallel $decompDict patchSummary runParallel $decompDict patchSummary
runParallel $decompDict potentialFoam runParallel $decompDict potentialFoam -writephi
runParallel $decompDict checkMesh -writeFields '(nonOrthoAngle)' -constant runParallel $decompDict checkMesh -writeFields '(nonOrthoAngle)' -constant
runParallel $decompDict $(getApplication) runParallel $decompDict $(getApplication)
......
...@@ -22,7 +22,7 @@ find . -iname '*level*' -type f -delete ...@@ -22,7 +22,7 @@ find . -iname '*level*' -type f -delete
restore0Dir -processor restore0Dir -processor
runParallel renumberMesh -overwrite runParallel renumberMesh -overwrite
runParallel potentialFoam -initialiseUBCs runParallel potentialFoam -initialiseUBCs -writephi
runParallel checkMesh -writeFields '(nonOrthoAngle)' -constant runParallel checkMesh -writeFields '(nonOrthoAngle)' -constant
runParallel $(getApplication) runParallel $(getApplication)
......
...@@ -33,7 +33,7 @@ runParallel $decompDict snappyHexMesh -overwrite ...@@ -33,7 +33,7 @@ runParallel $decompDict snappyHexMesh -overwrite
restore0Dir -processor restore0Dir -processor
runParallel $decompDict patchSummary runParallel $decompDict patchSummary
runParallel $decompDict potentialFoam runParallel $decompDict potentialFoam -writephi
runParallel $decompDict checkMesh -writeFields '(nonOrthoAngle)' -constant runParallel $decompDict checkMesh -writeFields '(nonOrthoAngle)' -constant
runParallel $decompDict $(getApplication) runParallel $decompDict $(getApplication)
......
...@@ -9,7 +9,7 @@ runApplication blockMesh ...@@ -9,7 +9,7 @@ runApplication blockMesh
restore0Dir restore0Dir
# initialise with potentialFoam solution # initialise with potentialFoam solution
runApplication potentialFoam runApplication potentialFoam -writephi
rm -f 0/phi rm -f 0/phi
......
...@@ -9,7 +9,7 @@ runApplication blockMesh ...@@ -9,7 +9,7 @@ runApplication blockMesh
restore0Dir restore0Dir
# initialise with potentialFoam solution # initialise with potentialFoam solution
runApplication potentialFoam runApplication potentialFoam -writephi
rm -f 0/phi rm -f 0/phi
......
...@@ -7,7 +7,7 @@ restore0Dir ...@@ -7,7 +7,7 @@ restore0Dir
runApplication blockMesh runApplication blockMesh
runApplication potentialFoam runApplication potentialFoam -writephi
# Remove incompatible (volumetric) flux field # Remove incompatible (volumetric) flux field
rm -f 0/phi rm -f 0/phi
......
...@@ -7,7 +7,7 @@ restore0Dir ...@@ -7,7 +7,7 @@ restore0Dir
runApplication blockMesh runApplication blockMesh
runApplication potentialFoam runApplication potentialFoam -writephi
# Remove incompatible (volumetric) flux field # Remove incompatible (volumetric) flux field
rm -f 0/phi rm -f 0/phi
......
...@@ -15,7 +15,7 @@ runApplication snappyHexMesh -overwrite ...@@ -15,7 +15,7 @@ runApplication snappyHexMesh -overwrite
restore0Dir restore0Dir
# Initialise with potentialFoam solution # Initialise with potentialFoam solution
runApplication potentialFoam -pName p_rgh runApplication potentialFoam -pName p_rgh -writephi
# Run the solver # Run the solver
runApplication $(getApplication) runApplication $(getApplication)
......
...@@ -15,7 +15,7 @@ runParallel snappyHexMesh -overwrite ...@@ -15,7 +15,7 @@ runParallel snappyHexMesh -overwrite
runParallel createZeroDirectory runParallel createZeroDirectory
runParallel patchSummary runParallel patchSummary
runParallel potentialFoam -noFunctionObjects runParallel potentialFoam -noFunctionObjects -writephi
runParallel $(getApplication) runParallel $(getApplication)
runApplication reconstructParMesh -constant runApplication reconstructParMesh -constant
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment