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
|
else
|
||||||
{
|
{
|
||||||
Info<< "max(" + psi.name() + " - 1 = " << maxPsiM1 << endl;
|
Info<< "MULES: max(" << psi.name() << " - 1) = " << maxPsiM1
|
||||||
Info<< "min(" + psi.name() + ") = " << minPsi << endl;
|
<< " min(" << psi.name() << ") = " << minPsi << endl;
|
||||||
|
|
||||||
phiBD = psiConvectionDiffusion.flux();
|
phiBD = psiConvectionDiffusion.flux();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user