coupledTemperatureFvPatchScalarField: Removed temporary diagnostic message

This commit is contained in:
Henry Weller
2022-11-21 07:45:37 +00:00
parent c95d964c4b
commit f609b4ebbc

View File

@ -321,8 +321,6 @@ void Foam::coupledTemperatureFvPatchScalarField::updateCoeffs()
sumq += qs_();
}
Info << sumq << endl;
if (qrName_ != "none")
{
sumq += patch().lookupPatchField<volScalarField, scalar>(qrName_);