pvdeg.collection.collection_probability#

pvdeg.collection.collection_probability(x, thickness, s, l, d)[source]#

Returns the collection probability (unit 0 to 1) at a distance x (cm) from the junction. See [1].

Parameters:
  • x (array-like) – array of x positions from a junction to a surface (typically [cm]).

  • thickness (numeric) – Layer thickness [cm].

  • s (numeric) – Surface recombination velocity [cm/s].

  • l (numeric) – Minority carrier diffusion length [cm].

  • d (numeric) – Minority carrier diffusivity [cm^2/Vs].

Returns:

cp (array-like) – Collection probability along x.

References