The first four worksheets are implementations of exactly the same analytical solutions as the view factor charts normally printed in textbooks (1, 2). But users of those charts can rarely get better than two-digit accuracy. View factor algebra often involves finding the difference of two very imprecise numbers. These functions return values having an accuracy of four or five digits. In addition, these four worksheets automatically draw a scaled schematic of the configuration to facilitate checking of the input. Values found using the applications described here may be used in black body or diffuse-gray body calculations using the radiosity methodology implemented here.
Radiation View Factors – Perpendicular Plates
The first worksheet computes the view factor for perpendicular plates with a common edge (from the well-known analytical solution) and draws an isometric view of them on the screen. The user inputs the length of the common edge as well as the second dimension of the two plates.

Radiation View Factors – Coaxial Disks
The view factor for coaxial, parallel disks is computed from the analytical solution and then they are drawn to scale on the screen. The user inputs the radii of the two disks (emitter and receiver) and the separation distance. VBA coding provides the resulting value and a scaled drawing of the user input.

Radiation View Factors – Coaxial Cylinders
View factors for finite-length, coaxial cylinders are computed using a combination of analytical solutions and view factor algebra. The user inputs the radii of the two cylinders and their length. All nine relevant view factors and a scale drawing are returned.

Radiation View Factors – Parallel Rectangles
On the fourth worksheet the view factor for parallel, aligned plates is computed from the analytical solution. The user inputs the length and width of the two rectangles and their separation distance. The view factor and a scale drawing are returned.

Radiation View Factors – Nusselt Unit Sphere Method for Arbitrarily-Oriented Rectangles
The Nusselt Unit Sphere method was developed by Wilhelm Nusselt (for whom the Nusselt number is named) as an experimental method. His technique was converted to a computational algorithm by a NASA contractor. See below.

The implementation included in the View Factor Spreadsheet is limited to two arbitrarily oriented rectangles but could be extended to other geometries. The user enters coordinates defining the parallelograms and the algorithm returns the view factor. A plot of the input geometry allows the user to check their inputs.

Other Arrangements involving Rectangles
A separate workbook for rectangles in parallel planes and rectangles in perpendicular planes is also available:

Analytical solutions for these two geometries are implemented in VBA functions. The figure below shows typical input and output:

HTTRec2Rec.xlsm Workbook.
References:
Howell, J.R., A Catalog of Radiation Heat Transfer Configuration Factors
Modest, M.F., Radiative Heat Transfer, 2nd Ed., McGraw-Hill, 2003.