ENH: changed absTol->tolerance for consistency with solvers

This commit is contained in:
andy
2011-04-20 12:59:08 +01:00
parent 237326e29f
commit 335da20074
4 changed files with 5 additions and 5 deletions

View File

@ -137,7 +137,7 @@ Foam::pimpleControl::pimpleControl(fvMesh& mesh)
{
Info<< " field " << residualControl_[i].name << token::TAB
<< ": relTol " << residualControl_[i].relTol
<< ", absTol " << residualControl_[i].absTol
<< ", tolerance " << residualControl_[i].absTol
<< nl;
}
Info<< endl;