.BuildingSystems.Buildings.Geometries.Viewfactors.Functions.PhiTri

Calculates the view factors of nTri triangular areas

Information

This function calculates the view factors of nTri triangular areas.

Literature

This algorithm is inherited by the view factor calculation method of Bernd Glück: Dynamisches Raummodell zur wärmetechnischen und wärmephysiologischen Bewertung, Rudolf-Otto-Meyer-Stiftung, Bericht Teil A, 2004.

Interface

function PhiTri
  input Integer nTri "Number of triangle areas";
  input Real a1[nTri];
  input Real a2[nTri];
  input Real a3[nTri];
  input Real b1[nTri];
  input Real b2[nTri];
  input Real b3[nTri];
  input Real c1[nTri];
  input Real c2[nTri];
  input Real c3[nTri];
  input Integer r[nTri] "Normal directions of the triangular areas";
  input Integer z[nTri] "Number of segments";
  input Boolean viewFacComp "true: numerical compensation of the view factors (only for closed hulls),
       false: no numerical compensation of the view factors";
  output Real PhiComp[nTri, nTri] "Compensated view factors of the triangular areas";
end PhiTri;

Revisions


Generated at 2025-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos