View Factors

MATLAB function that calculates view factors between two planar surfaces.
3,2K Downloads
Aktualisiert 13. Aug 2004

Keine Lizenz

View factor is a MATLAB function that uses the CDIF (contour double integral formula) to calculates view factors between planar surfaces(polygons), no matter what are the shape and the orientation of the two figures.

All you need to enter is the coordinates of the vertices that define the outlines of the two figures and the level of precision desired (number of significant digits).

example:

Use the following command to calculate the view factors between two parallel triangles of coordinates (0,0,0),(1,0,0),(0,1,0) and (0,0,1),(2,0,1),(0,2,1)
with a precision of 6 significant digits.

[vfactor12,vfactor21,area1,area2]=viewfactor([[0,0,0];[1,0,0];[0,1,0]],[[0,0,1];[2,0,1];[0,2,1]],6)

Zitieren als

Nicolas Lauzier (2026). View Factors (https://de.mathworks.com/matlabcentral/fileexchange/5664-view-factors), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R13
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Version Veröffentlicht Versionshinweise
1.0.0.0

Grammatical error in the description (significANT digits)