.BuildingSystems.Buildings.Geometries.Viewfactors.Functions.checkObstacle

Information

This function checks if an obtacle is in the radiation path between two surface elements.

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 checkObstacle
  input Real a1;
  input Real a2;
  input Real a3;
  input Real b1;
  input Real b2;
  input Real b3;
  input Real zk;
  output Boolean obstacle;
end checkObstacle;

Revisions


Generated at 2024-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos