mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: heatTransferCoeff: correct the radiation-contribution sign (fixes #3325)
This commit is contained in:
@ -125,7 +125,7 @@ Foam::heatTransferCoeffModel::q() const
|
|||||||
|
|
||||||
for (const label patchi : patchIDs_)
|
for (const label patchi : patchIDs_)
|
||||||
{
|
{
|
||||||
q[patchi] += qrbf[patchi];
|
q[patchi] -= qrbf[patchi];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user