mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Correcting mass rate output
This commit is contained in:
@ -747,7 +747,7 @@ void Foam::humidityTemperatureCoupledMixedFvPatchScalarField::updateCoeffs()
|
|||||||
|
|
||||||
if (debug && fluid_)
|
if (debug && fluid_)
|
||||||
{
|
{
|
||||||
scalar Qdm = gSum(dm);
|
scalar Qdm = gSum(dm*magSf);
|
||||||
scalar QMass = gSum(mass_);
|
scalar QMass = gSum(mass_);
|
||||||
scalar Qt = gSum(myKDelta_*(Tp - Tin)*magSf);
|
scalar Qt = gSum(myKDelta_*(Tp - Tin)*magSf);
|
||||||
scalar QtSolid = gSum(KDeltaNbr*(Tp - nbrIntFld)*magSf);
|
scalar QtSolid = gSum(KDeltaNbr*(Tp - nbrIntFld)*magSf);
|
||||||
|
|||||||
Reference in New Issue
Block a user