mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Changing Qext for i to i faces in viewFactor.C
This commit is contained in:
@ -580,7 +580,7 @@ void Foam::radiation::viewFactor::calculate()
|
|||||||
|
|
||||||
if (i==j)
|
if (i==j)
|
||||||
{
|
{
|
||||||
q[i] += (Fmatrix_()[i][j] - 1.0)*sigmaT4 - QrExt[j];
|
q[i] += (Fmatrix_()[i][j] - 1.0)*sigmaT4;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user