Skip to content

Commit

Permalink
Add interfaces for optical PV model #1575
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Oct 7, 2022
1 parent 49685fc commit 6bd456f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions IBPSA/Electrical/BaseClasses/PVSystem/BaseClasses.mo
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@ package BaseClasses "Base parameters for PV Model"
end PartialPVThermal;

partial model PartialPVOptical
Modelica.Blocks.Interfaces.RealInput HGloHor annotation (Placement(
transformation(extent={{-122,-16},{-90,16}}), iconTransformation(
extent={{-122,-16},{-90,16}})));
Modelica.Blocks.Interfaces.RealOutput absRadRat
"Ratio of absorbed radiation under operating conditions to standard conditions"
annotation (Placement(transformation(extent={{94,42},{114,62}})));
Modelica.Blocks.Interfaces.RealOutput radTil
"Total solar radiation on the tilted surface"
annotation (Placement(transformation(extent={{94,-60},{114,-40}})));
annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={
Ellipse(
extent={{-78,76},{-22,24}},
Expand Down

0 comments on commit 6bd456f

Please sign in to comment.