adjustPhi: Relax the inflow/outflow check tolerance
This commit is contained in:
@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user