coupledTemperatureFvPatchScalarField: Removed temporary diagnostic message
This commit is contained in:
@ -321,8 +321,6 @@ void Foam::coupledTemperatureFvPatchScalarField::updateCoeffs()
|
||||
sumq += qs_();
|
||||
}
|
||||
|
||||
Info << sumq << endl;
|
||||
|
||||
if (qrName_ != "none")
|
||||
{
|
||||
sumq += patch().lookupPatchField<volScalarField, scalar>(qrName_);
|
||||
|
||||
Reference in New Issue
Block a user