Skip to content
Snippets Groups Projects
Commit 78ecf402 authored by Henry's avatar Henry
Browse files

adjustPhi: Relax the inflow/outflow check tolerance

parent 304b22f9
No related branches found
No related tags found
No related merge requests found
......@@ -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
(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment