Skip to content

Another improvement to pvlib.soiling.hsu documentation #2535

@ramaroesilva

Description

@ramaroesilva

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:

  1. Go to hsu documentation
  2. 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

Image
Image
Image

Versions:

  • pvlib.__version__: 0.13.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions