This commit is contained in:
henry
2008-05-01 17:02:29 +01:00
parent f13d2060dc
commit 0e5a8b809e
115 changed files with 414 additions and 14678 deletions

View File

@ -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();