diff --git a/HeatTransfer/Functions/fviewFunction.mo b/HeatTransfer/Functions/fviewFunction.mo index 6ba88e1baff8d1e8a6fc6b459192dd1f51035305..e96fdd53ad6b7789c4d4abf31edd0d065b4859de 100644 --- a/HeatTransfer/Functions/fviewFunction.mo +++ b/HeatTransfer/Functions/fviewFunction.mo @@ -14,8 +14,8 @@ protected algorithm for i in 1:size(Awall,1) loop - if Awall[i] > sum(Awall)*0.48 then - assert(false,"The surface with the index "+String(i)+" is greater than 48 percent of total surface, Fview factor not calculated\n", AssertionLevel.error); + if Awall[i] > sum(Awall)*0.499 then + assert(false,"The surface with the index "+String(i)+" is greater than 49.9 percent of total surface, Fview factor not calculated\n", AssertionLevel.error); end if; end for;