Use Info for messaging
This commit is contained in:
parent
642a74eaf2
commit
4feb140631
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ if(runTime.timeIndex() > 1)
|
|||
|
||||
spacePhi += pos(spacePhi)*spacePhi*(outflowScaling - 1.0);
|
||||
|
||||
// Pout << "Space patch continuity: "
|
||||
// Info<< "Space patch continuity: "
|
||||
// << gSum(phi.boundaryField()[spacePatchID]) << endl;
|
||||
|
||||
// U.boundaryField()[spacePatchID] ==
|
||||
|
|
|
@ -67,7 +67,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
interface.predictPoints();
|
||||
|
||||
Pout<< "\nMax surface Courant Number = "
|
||||
Info<< "\nMax surface Courant Number = "
|
||||
<< interface.maxCourantNumber() << endl << endl;
|
||||
|
||||
for (int corr=0; corr<nOuterCorr; corr++)
|
||||
|
|
Reference in a new issue