-
Hello pvlib_python community ! I have a question about can I calculate view factor for rear side in bifacial system using pvlib |
Beta Was this translation helpful? Give feedback.
Answered by
cwhanse
Feb 21, 2023
Replies: 1 comment 9 replies
-
View factor from the rear side to which surface, the ground or the sky? Or are you looking for something else? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The function
pvlib.bifacial.infinite_sheds._vf_row_ground
returns the view factor from a point on the module to the ground, and_vf_row_ground_integ
integrates those view factors over the shaded and unshaded portions of the module. To specify front or rear, use thesurface_tilt
; for example,surface_tilt=30
will return view factors for the surface facing toward the sky at 30 tilt,surface_tilt=150
will return view factors for the side facing the ground.These view factors are the fraction of radiation leaving the ground that arrives at the module. I assume that's what you want. Maybe our way to describing them isn't as clear as it could be. In pvlib documentation, we say "from the module …