diff --git a/src/thermophysicalModels/thermophysicalPropertiesFvPatchFields/liquidProperties/humidityTemperatureCoupledMixed/humidityTemperatureCoupledMixedFvPatchScalarField.C b/src/thermophysicalModels/thermophysicalPropertiesFvPatchFields/liquidProperties/humidityTemperatureCoupledMixed/humidityTemperatureCoupledMixedFvPatchScalarField.C index d64f100256..1baf7faece 100644 --- a/src/thermophysicalModels/thermophysicalPropertiesFvPatchFields/liquidProperties/humidityTemperatureCoupledMixed/humidityTemperatureCoupledMixedFvPatchScalarField.C +++ b/src/thermophysicalModels/thermophysicalPropertiesFvPatchFields/liquidProperties/humidityTemperatureCoupledMixed/humidityTemperatureCoupledMixedFvPatchScalarField.C @@ -747,7 +747,7 @@ void Foam::humidityTemperatureCoupledMixedFvPatchScalarField::updateCoeffs() if (debug && fluid_) { - scalar Qdm = gSum(dm); + scalar Qdm = gSum(dm*magSf); scalar QMass = gSum(mass_); scalar Qt = gSum(myKDelta_*(Tp - Tin)*magSf); scalar QtSolid = gSum(KDeltaNbr*(Tp - nbrIntFld)*magSf);