mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
minor formatting change
This commit is contained in:
@ -269,8 +269,8 @@ void Foam::MULES::implicitSolve
|
||||
}
|
||||
else
|
||||
{
|
||||
Info<< "max(" + psi.name() + " - 1 = " << maxPsiM1 << endl;
|
||||
Info<< "min(" + psi.name() + ") = " << minPsi << endl;
|
||||
Info<< "MULES: max(" << psi.name() << " - 1) = " << maxPsiM1
|
||||
<< " min(" << psi.name() << ") = " << minPsi << endl;
|
||||
|
||||
phiBD = psiConvectionDiffusion.flux();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user