Skip to content
Snippets Groups Projects
Commit 5c655515 authored by sergio's avatar sergio Committed by Andrew Heather
Browse files

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

parent 64cc3ab9
No related merge requests found
......@@ -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
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment