-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Describe the bug
hsu
model has one of its parameters depo_veloc
, which is described as
Deposition or settling velocity of particulates. [m/s]
The original paper mentions that the equation accepts both deposition and settling velocities (where the 1st comprises various types of particle-fluid interaction, and the 2nd only the gravitational movement of particles). However, the authors found that for their case study the deposition velocity considerably overestimated soiling and that settling velocity performed well - which corresponds to the values assumed in pvlib.
It would be nice if the parameter description could cover this more accurately.
To Reproduce
Steps to reproduce the behavior:
- Go to
hsu
documentation - Check printscreens below obtained from paper
Expected behavior
Consider as a possible description:
Deposition or settling velocity of particulates. [m/s] The default values correspond to the second case (i.e., only the gravitational movement of particles) since the authors found that the first, which would be rather higher, overestimated soiling for the considered case study.
Screenshots



Versions:
pvlib.__version__
: 0.13.0