Patch contributed by Tobias Holzmann Resolves patch request https://bugs.openfoam.org/view.php?id=2524
8 lines
142 B
C
8 lines
142 B
C
// Residual control used
|
|
if (residualControlUsed)
|
|
{
|
|
if (hTol > solvPerfh.initialResidual())
|
|
{
|
|
resReachedSolid = true;
|
|
}
|
|
}
|