From 9efb33eeed36b9aebb6273e3c806bc2ded11799b Mon Sep 17 00:00:00 2001 From: "laura.maier" Date: Fri, 6 Oct 2023 10:58:06 +0200 Subject: [PATCH] Adapt comments #1575 --- .../Electrical/BaseClasses/PV/PVElectricalSingleDiodeMPP.mo | 4 ++-- IBPSA/Electrical/BaseClasses/PV/PVOpticalAbsRat.mo | 6 ++---- .../Electrical/BaseClasses/PV/PVThermalEmpMountOpenRack.mo | 3 +-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/IBPSA/Electrical/BaseClasses/PV/PVElectricalSingleDiodeMPP.mo b/IBPSA/Electrical/BaseClasses/PV/PVElectricalSingleDiodeMPP.mo index b7de7e4094..5c482defc5 100644 --- a/IBPSA/Electrical/BaseClasses/PV/PVElectricalSingleDiodeMPP.mo +++ b/IBPSA/Electrical/BaseClasses/PV/PVElectricalSingleDiodeMPP.mo @@ -21,7 +21,7 @@ model PVElectricalSingleDiodeMPP "Analytical 5-p model for PV I-V characteristic // Additional parameters and constants constant Real euler=Modelica.Math.exp(1.0) - "Eulers constant"; + "Euler's constant"; constant Real q(unit = "A.s")= 1.602176620924561e-19 "Electron charge"; @@ -78,7 +78,7 @@ equation R_sh/R_sh0 = if noEvent(absRadRat > Modelica.Constants.eps) then 1/absRadRat else 0; - //Simplified Power correlations at MPP using lambert W function (Batzelis et al., 2016) + // Simplified Power correlations at MPP using lambert W function (Batzelis et al., 2016) I_mp = if noEvent(absRadRat <= Modelica.Constants.eps or w<=Modelica.Constants.eps) then 0 else I_ph*(1-1/w)-a*(w-1)/R_sh; diff --git a/IBPSA/Electrical/BaseClasses/PV/PVOpticalAbsRat.mo b/IBPSA/Electrical/BaseClasses/PV/PVOpticalAbsRat.mo index 25d525e233..8b50f8a98e 100644 --- a/IBPSA/Electrical/BaseClasses/PV/PVOpticalAbsRat.mo +++ b/IBPSA/Electrical/BaseClasses/PV/PVOpticalAbsRat.mo @@ -35,8 +35,7 @@ model PVOpticalAbsRat Real incAngMod(final unit="1", min=0) "Incidence angle modifier"; - Real incAngModGro(final unit="1", min=0) "Incidence angle modifier for - ground refelction"; + Real incAngModGro(final unit="1", min=0) "Incidence angle modifier for ground refelction"; Real incAngModDif(final unit="1", min=0) "Incidence angle modifier for diffuse radiation"; @@ -84,8 +83,7 @@ equation zen = if zenAng <= Modelica.Constants.pi/2 then zenAng else -Modelica.Constants.pi/2 -"Restriction for zenith angle"; + Modelica.Constants.pi/2 "Restriction for zenith angle"; //Refraction angle that the incoming irradiation is refracted by due to the glazing refAng = if noEvent(incAng >= Modelica.Constants.eps and incAng <= diff --git a/IBPSA/Electrical/BaseClasses/PV/PVThermalEmpMountOpenRack.mo b/IBPSA/Electrical/BaseClasses/PV/PVThermalEmpMountOpenRack.mo index 09b19714cf..c9931d1241 100644 --- a/IBPSA/Electrical/BaseClasses/PV/PVThermalEmpMountOpenRack.mo +++ b/IBPSA/Electrical/BaseClasses/PV/PVThermalEmpMountOpenRack.mo @@ -6,8 +6,7 @@ model PVThermalEmpMountOpenRack final parameter Modelica.Units.SI.Temperature TDryBul0=293.15 "Reference ambient temperature"; final parameter Real coeff_trans_abs = 0.9 - "Module specific coefficient as a product of transmission and absorption. - It is usually unknown and set to 0.9 in literature"; + "Module specific coefficient as a product of transmission and absorption. It is usually unknown and set to 0.9 in literature"; equation