pvdeg.humidity.back_encapsulant#
- pvdeg.humidity.back_encapsulant(rh_ambient, temp_ambient, temp_module, WVTRo=7970633554, EaWVTR=55.0255, So=1.81390702, back_encap_thickness=0.5, Eas=16.729)[source]#
Return the relative humidity of backside module encapsulant.
Function to calculate the Relative Humidity of Backside Solar Module Encapsulant and return a pandas series for each time step
- 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.
back_encap_thickness (float) – Thickness of the backside encapsulant [mm]. The suggested value for EVA encapsulant is 0.5 mm.
Eas (float) – Encapsulant solubility activation energy in [kJ/mol] Eas = 16.729[kJ/mol] is the suggested value for EVA.
- Returns:
back_encapsulant (pandas series (float)) – Relative Humidity of backside solar module encapsulant [%]