From bd26bcca6bee3e379f08495b5393d961f4f780b2 Mon Sep 17 00:00:00 2001
From: andy <andy>
Date: Fri, 16 Dec 2011 15:30:07 +0000
Subject: [PATCH] ENH: Limit maxIter for p in parcelInBox tutorial - carrier
 not solved

---
 .../parcelInBox/system/fvSolution                                | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/parcelInBox/system/fvSolution b/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/parcelInBox/system/fvSolution
index ff633dd7d5e..6622d336f4b 100644
--- a/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/parcelInBox/system/fvSolution
+++ b/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/parcelInBox/system/fvSolution
@@ -66,6 +66,7 @@ solvers
         $p;
         tolerance       1e-06;
         relTol          0;
+        maxIter         20;
     }
 
     "(Yi|O2|N2|H2O)"
-- 
GitLab