film::thermophysicalPredictor: Removed temporary diagnostic messages

This commit is contained in:
Henry Weller
2023-04-30 17:16:23 +01:00
parent 7b95a0d31c
commit 3aa0f9e6bd

View File

@ -51,9 +51,6 @@ void Foam::solvers::film::thermophysicalPredictor()
fvConstraints().constrain(he);
thermo_.correct();
Info<< max(alpha) << " " << min(alpha) << endl;
Info<< max(thermo.T()) << " " << min(thermo.T()) << endl;
}