adjustPhi: Relax the inflow/outflow check tolerance

This commit is contained in:
Henry
2011-09-29 17:29:58 +01:00
parent 304b22f9ae
commit 78ecf402ce

View File

@ -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
(