pvlib.bifacial.utils.vf_row_ground_2d#

pvlib.bifacial.utils.vf_row_ground_2d(surface_tilt, gcr, x)[source]#

Calculate the view factor to the ground from a point x on a row surface.

Assumes a PV system of infinitely long rows with uniform pitch on horizontal ground. The view to the ground is restricted by the row’s tilt and the bottom of the facing row.

Parameters
  • surface_tilt (numeric) – Surface tilt angle in degrees from horizontal, e.g., surface facing up = 0, surface facing horizon = 90. [degree]

  • gcr (numeric) – Ratio of the row slant length to the row spacing (pitch). [unitless]

  • x (numeric) – Position on the row’s slant length, as a fraction of the slant length. x=0 corresponds to the bottom of the row. [unitless]

Returns

vf (numeric) – View factor to the visible ground from the point x. [unitless]