diff --git a/IBPSA/Electrical/BaseClasses/PV/BaseClasses/PVOptical/AirMassModifier.mo b/IBPSA/Electrical/BaseClasses/PV/BaseClasses/PVOptical/AirMassModifier.mo index 136f896e89..b425f20676 100644 --- a/IBPSA/Electrical/BaseClasses/PV/BaseClasses/PVOptical/AirMassModifier.mo +++ b/IBPSA/Electrical/BaseClasses/PV/BaseClasses/PVOptical/AirMassModifier.mo @@ -12,7 +12,7 @@ block AirMassModifier "Air mass modifier depending on PV technology" annotation (Placement(transformation(extent={{100,-10},{120,10}}))); -// Air mass parameters based on PV technology. Mono-SI technology as default value +// Air mass parameters based on PV technology. Mono-Si technology as default value protected parameter Real b_0= if PVTechType ==IBPSA.Electrical.BaseClasses.PV.BaseClasses.PVOptical.PVType.MonoSI then 0.935823 diff --git a/IBPSA/Electrical/Data/PV/Generic.mo b/IBPSA/Electrical/Data/PV/Generic.mo index 4920828a88..d0f8bfe364 100644 --- a/IBPSA/Electrical/Data/PV/Generic.mo +++ b/IBPSA/Electrical/Data/PV/Generic.mo @@ -9,8 +9,7 @@ record Generic "Basic record of a PV cell" "Number of parallel cell circuits on the PV panel" annotation(Dialog(group="General")); parameter Modelica.Units.SI.Area A_cel - "Area of a single cell. - If not found in data sheet, use A_cel = ((V_mp0*I_mp0)/(1000*eta_0))/n_ser" + "Area of a single cell. If not found in data sheet, use A_cel = ((V_mp0*I_mp0)/(1000*eta_0))/n_ser" annotation (Dialog(group="Cell specific: Geometrical data")); parameter Modelica.Units.SI.Area A_pan=A_cel*n_ser*n_par "Area of one Panel, must not be confused with area of the whole module" diff --git a/IBPSA/Electrical/Data/PV/SingleDiodeData.mo b/IBPSA/Electrical/Data/PV/SingleDiodeData.mo index 4c5f208c2e..7a5742f20f 100644 --- a/IBPSA/Electrical/Data/PV/SingleDiodeData.mo +++ b/IBPSA/Electrical/Data/PV/SingleDiodeData.mo @@ -5,8 +5,7 @@ record SingleDiodeData extends IBPSA.Electrical.Data.PV.Generic; parameter Modelica.Units.SI.Efficiency eta_0 - "Efficiency under standard conditions. - If not found in data sheet, use eta_0 = ((V_mp0*I_mp0)/(1000*A_cel*n_ser))" + "Efficiency under standard conditions. If not found in data sheet, use eta_0 = ((V_mp0*I_mp0)/(1000*A_cel*n_ser))" annotation (Dialog(group="General")); parameter Modelica.Units.SI.ElectricCurrent I_mp0