mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: fix tut regression for potentialFoam (#1518)
This commit is contained in:
@ -11,8 +11,6 @@ runApplication decomposePar -force
|
||||
|
||||
runParallel potentialFoam -pName pPotential -initialiseUBCs
|
||||
|
||||
rm -f processor*/0/phi
|
||||
|
||||
runParallel XiDyMFoam
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -33,7 +33,7 @@ runParallel $decompDict snappyHexMesh -overwrite
|
||||
restore0Dir -processor
|
||||
|
||||
runParallel $decompDict patchSummary
|
||||
runParallel $decompDict potentialFoam
|
||||
runParallel $decompDict potentialFoam -writephi
|
||||
runParallel $decompDict checkMesh -writeFields '(nonOrthoAngle)' -constant
|
||||
|
||||
runParallel $decompDict $(getApplication)
|
||||
|
||||
@ -22,7 +22,7 @@ find . -iname '*level*' -type f -delete
|
||||
restore0Dir -processor
|
||||
|
||||
runParallel renumberMesh -overwrite
|
||||
runParallel potentialFoam -initialiseUBCs
|
||||
runParallel potentialFoam -initialiseUBCs -writephi
|
||||
runParallel checkMesh -writeFields '(nonOrthoAngle)' -constant
|
||||
runParallel $(getApplication)
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ runParallel $decompDict snappyHexMesh -overwrite
|
||||
restore0Dir -processor
|
||||
|
||||
runParallel $decompDict patchSummary
|
||||
runParallel $decompDict potentialFoam
|
||||
runParallel $decompDict potentialFoam -writephi
|
||||
runParallel $decompDict checkMesh -writeFields '(nonOrthoAngle)' -constant
|
||||
|
||||
runParallel $decompDict $(getApplication)
|
||||
|
||||
@ -11,8 +11,6 @@ restore0Dir
|
||||
# initialise with potentialFoam solution
|
||||
runApplication potentialFoam
|
||||
|
||||
rm -f 0/phi
|
||||
|
||||
# run the solver
|
||||
runApplication $(getApplication)
|
||||
|
||||
|
||||
@ -11,8 +11,6 @@ restore0Dir
|
||||
# initialise with potentialFoam solution
|
||||
runApplication potentialFoam
|
||||
|
||||
rm -f 0/phi
|
||||
|
||||
# run the solver
|
||||
runApplication $(getApplication)
|
||||
|
||||
|
||||
@ -9,9 +9,6 @@ runApplication blockMesh
|
||||
|
||||
runApplication potentialFoam
|
||||
|
||||
# Remove incompatible (volumetric) flux field
|
||||
rm -f 0/phi
|
||||
|
||||
runApplication $(getApplication)
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -9,9 +9,6 @@ runApplication blockMesh
|
||||
|
||||
runApplication potentialFoam
|
||||
|
||||
# Remove incompatible (volumetric) flux field
|
||||
rm -f 0/phi
|
||||
|
||||
runApplication decomposePar
|
||||
|
||||
runParallel $(getApplication)
|
||||
|
||||
@ -15,7 +15,7 @@ runApplication snappyHexMesh -overwrite
|
||||
restore0Dir
|
||||
|
||||
# Initialise with potentialFoam solution
|
||||
runApplication potentialFoam -pName p_rgh
|
||||
runApplication potentialFoam -pName p_rgh -writephi
|
||||
|
||||
# Run the solver
|
||||
runApplication $(getApplication)
|
||||
|
||||
@ -15,7 +15,7 @@ runParallel snappyHexMesh -overwrite
|
||||
runParallel createZeroDirectory
|
||||
|
||||
runParallel patchSummary
|
||||
runParallel potentialFoam -noFunctionObjects
|
||||
runParallel potentialFoam -noFunctionObjects -writephi
|
||||
runParallel $(getApplication)
|
||||
|
||||
runApplication reconstructParMesh -constant
|
||||
|
||||
Reference in New Issue
Block a user