pvdeg.humidity.backsheet#

pvdeg.humidity.backsheet(rh_ambient, temp_ambient, temp_module, WVTRo=7970633554, EaWVTR=55.0255, So=1.81390702, l=0.5, Eas=16.729)[source]#

Function to calculate the Relative Humidity of solar module backsheet as timeseries.

Parameters:
  • rh_ambient (pandas series (float)) – The ambient outdoor environmnet relative humidity in (%) EXAMPLE: “50 = 50% NOT .5 = 50%”

  • temp_ambient (pandas series (float)) – The ambient outdoor environmnet temperature in Celsius

  • temp_module (list (float)) – The surface temperature in Celsius of the solar panel module “module temperature [°C]”

  • WVTRo (float) – Water Vapor Transfer Rate prefactor [g/m2/day]. The suggested value for EVA is WVTRo = 7970633554[g/m2/day].

  • EaWVTR (float) – Water Vapor Transfer Rate activation energy [kJ/mol] . It is suggested to use 0.15[mm] thick PET as a default for the backsheet and set EaWVTR=55.0255[kJ/mol]

  • So (float) – Encapsulant solubility prefactor in [g/cm3] So = 1.81390702[g/cm3] is the suggested value for EVA.

  • l (float) – Thickness of the backside encapsulant [mm]. The suggested value for encapsulat is EVA l=0.5[mm]

  • Eas (float) – Encapsulant solubility activation energy in [kJ/mol] Eas = 16.729[kJ/mol] is the suggested value for EVA.

Returns:

rh_backsheet (float series or array) – relative humidity of the PV backsheet as a time-series [%]