Skip to content

Commit

Permalink
Move PV Model in base classe package #1575
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Jun 14, 2022
1 parent d15e557 commit 25c9682
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
within IBPSA.Electrical.BaseClasses;
model PVSimple
"Simple PV model with internal or external MPP tracking"
within IBPSA.Electrical.BaseClasses.PVSystems;
model PVSimple "Simple PV model with internal or external MPP tracking"

replaceable model ElectricalModel =
IBPSA.Electrical.BaseClasses.BaseClasses.PartialPVElectrical
Expand Down
3 changes: 3 additions & 0 deletions IBPSA/Electrical/BaseClasses/PVSystems/package.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
within IBPSA.Electrical.BaseClasses;
package PVSystems
end PVSystems;
1 change: 1 addition & 0 deletions IBPSA/Electrical/BaseClasses/PVSystems/package.order
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PVSimple
2 changes: 1 addition & 1 deletion IBPSA/Electrical/BaseClasses/package.order
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PVSimple
BaseClasses
PVSystems

0 comments on commit 25c9682

Please sign in to comment.