BUG: Changing Qext for i to i faces in viewFactor.C

This commit is contained in:
sergio
2014-05-30 09:37:12 +01:00
committed by Andrew Heather
parent 64cc3ab990
commit 5c65551570

View File

@ -580,7 +580,7 @@ void Foam::radiation::viewFactor::calculate()
if (i==j)
{
q[i] += (Fmatrix_()[i][j] - 1.0)*sigmaT4 - QrExt[j];
q[i] += (Fmatrix_()[i][j] - 1.0)*sigmaT4;
}
else
{