From 78ecf402ceaff3bc9aac71e11665cf573ffcd1ba Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 29 Sep 2011 17:29:58 +0100 Subject: [PATCH] adjustPhi: Relax the inflow/outflow check tolerance --- src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.C b/src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.C index 9eb89527f3..7c72beaf99 100644 --- a/src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.C +++ b/src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.C @@ -107,7 +107,7 @@ bool Foam::adjustPhi { massCorr = (massIn - fixedMassOut)/adjustableMassOut; } - else if (mag(fixedMassOut - massIn)/totalFlux > 1e-10) + else if (mag(fixedMassOut - massIn)/totalFlux > 1e-8) { FatalErrorIn (