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