diff --git a/tutorials/combustion/XiDyMFoam/annularCombustorTurbine/Allrun b/tutorials/combustion/XiDyMFoam/annularCombustorTurbine/Allrun
index 20ddac1d57e38d7142c839a8399a7398ba48a3c9..36147c312c1eace098b63b9e909f99d35d55be07 100755
--- a/tutorials/combustion/XiDyMFoam/annularCombustorTurbine/Allrun
+++ b/tutorials/combustion/XiDyMFoam/annularCombustorTurbine/Allrun
@@ -9,7 +9,7 @@ restore0Dir
 
 runApplication decomposePar -force
 
-runParallel potentialFoam -pName pPotential -initialiseUBCs
+runParallel potentialFoam -pName pPotential -initialiseUBCs -writephi
 
 rm -f processor*/0/phi
 
diff --git a/tutorials/incompressible/adjointOptimisationFoam/motorBike/Allrun b/tutorials/incompressible/adjointOptimisationFoam/motorBike/Allrun
index 3b20001a5058dccc502892ff555d5ae05bbc714a..46c60b78fc43150f4cdd38f64eb9a489adff7fae 100755
--- a/tutorials/incompressible/adjointOptimisationFoam/motorBike/Allrun
+++ b/tutorials/incompressible/adjointOptimisationFoam/motorBike/Allrun
@@ -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)
diff --git a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/Allrun b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/Allrun
index 78c665597a5ab2611c7c04aa995e05ec36b33b96..22cc513515f7491f02fc135d62d47fb6882decd5 100755
--- a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/Allrun
+++ b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/Allrun
@@ -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)
 
diff --git a/tutorials/incompressible/simpleFoam/motorBike/Allrun b/tutorials/incompressible/simpleFoam/motorBike/Allrun
index 5646a4fbb34f762071744f10769e67ea952c5dd9..1dcc3f559be43e31dcee5f778a9c8496a1e52e7e 100755
--- a/tutorials/incompressible/simpleFoam/motorBike/Allrun
+++ b/tutorials/incompressible/simpleFoam/motorBike/Allrun
@@ -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)
diff --git a/tutorials/lagrangian/reactingParcelFoam/verticalChannel/Allrun b/tutorials/lagrangian/reactingParcelFoam/verticalChannel/Allrun
index 815dc6f3d0a6ce5f5ff4032f110b294f18ccfcfa..4b90f01ced91009e7ab6038940d5fd60fed0db41 100755
--- a/tutorials/lagrangian/reactingParcelFoam/verticalChannel/Allrun
+++ b/tutorials/lagrangian/reactingParcelFoam/verticalChannel/Allrun
@@ -9,7 +9,7 @@ runApplication blockMesh
 restore0Dir
 
 # initialise with potentialFoam solution
-runApplication potentialFoam
+runApplication potentialFoam -writephi
 
 rm -f 0/phi
 
diff --git a/tutorials/lagrangian/reactingParcelFoam/verticalChannelLTS/Allrun b/tutorials/lagrangian/reactingParcelFoam/verticalChannelLTS/Allrun
index 815dc6f3d0a6ce5f5ff4032f110b294f18ccfcfa..4b90f01ced91009e7ab6038940d5fd60fed0db41 100755
--- a/tutorials/lagrangian/reactingParcelFoam/verticalChannelLTS/Allrun
+++ b/tutorials/lagrangian/reactingParcelFoam/verticalChannelLTS/Allrun
@@ -9,7 +9,7 @@ runApplication blockMesh
 restore0Dir
 
 # initialise with potentialFoam solution
-runApplication potentialFoam
+runApplication potentialFoam -writephi
 
 rm -f 0/phi
 
diff --git a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/Allrun b/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/Allrun
index eaf8f1bdb01339e76aad4962d03efb534c97e523..0b8ad5147b4a68dbcc0109a48f510b73865c6cbb 100755
--- a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/Allrun
+++ b/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/Allrun
@@ -7,7 +7,7 @@ restore0Dir
 
 runApplication blockMesh
 
-runApplication potentialFoam
+runApplication potentialFoam -writephi
 
 # Remove incompatible (volumetric) flux field
 rm -f 0/phi
diff --git a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/Allrun-parallel b/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/Allrun-parallel
index 2392ee3aec70c2a5a8951f2ac33fe27582e3b718..d4ca41af49ea72e4f2ff55eb09ad3fb78562e0e1 100755
--- a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/Allrun-parallel
+++ b/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/Allrun-parallel
@@ -7,7 +7,7 @@ restore0Dir
 
 runApplication blockMesh
 
-runApplication potentialFoam
+runApplication potentialFoam -writephi
 
 # Remove incompatible (volumetric) flux field
 rm -f 0/phi
diff --git a/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/Allrun b/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/Allrun
index b2e91a27a0ea2ed5f85acf1bf125f42448055156..41ff036dccd17c69303d84fa7bf09a835c05b957 100755
--- a/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/Allrun
+++ b/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/Allrun
@@ -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)
diff --git a/tutorials/preProcessing/createZeroDirectory/motorBike/Allrun b/tutorials/preProcessing/createZeroDirectory/motorBike/Allrun
index 77d273e307d5a0e4bdc32ce7d840f7e54a6f0ca1..b99d37cc556fcb3dc651b5781677e9d23f5bfba6 100755
--- a/tutorials/preProcessing/createZeroDirectory/motorBike/Allrun
+++ b/tutorials/preProcessing/createZeroDirectory/motorBike/Allrun
@@ -15,7 +15,7 @@ runParallel snappyHexMesh -overwrite
 runParallel createZeroDirectory
 
 runParallel patchSummary
-runParallel potentialFoam -noFunctionObjects
+runParallel potentialFoam -noFunctionObjects -writephi
 runParallel $(getApplication)
 
 runApplication reconstructParMesh -constant