Skip to content

Commit 3a067f2

Browse files
committed
Move PFData records to Example package
The PFData records are simply for demonstration purposes. Therefore, the only place they can be in is under the Examples package.
1 parent 1b9bdd9 commit 3a067f2

37 files changed

Lines changed: 34 additions & 32 deletions

OpenIPSL/Data/PowerPlant/PFData/BusData/BusTemplate.mo renamed to OpenIPSL/Data/PowerPlant/Examples/PFData/BusData/BusTemplate.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
within OpenIPSL.Data.PowerPlant.PFData.BusData;
1+
within OpenIPSL.Data.PowerPlant.Examples.PFData.BusData;
22
partial record BusTemplate "Record template for power flow solutions in buses"
33

44
parameter OpenIPSL.Types.PerUnit v1 "Voltage magnitude at bus 'FAULT'"

OpenIPSL/Data/PowerPlant/PFData/BusData/PFBus00030.mo renamed to OpenIPSL/Data/PowerPlant/Examples/PFData/BusData/PFBus00030.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
within OpenIPSL.Data.PowerPlant.PFData.BusData;
1+
within OpenIPSL.Data.PowerPlant.Examples.PFData.BusData;
22
record PFBus00030 "Record for power flow solutions in buses - Pload = 30 MW"
33
extends BusTemplate(
44
v1=1.000000000000,

OpenIPSL/Data/PowerPlant/PFData/BusData/PFBus00040.mo renamed to OpenIPSL/Data/PowerPlant/Examples/PFData/BusData/PFBus00040.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
within OpenIPSL.Data.PowerPlant.PFData.BusData;
1+
within OpenIPSL.Data.PowerPlant.Examples.PFData.BusData;
22
record PFBus00040 "Record for power flow solutions in buses - Pload = 40 MW"
33
extends BusTemplate(
44
v1=1.000000000000,

OpenIPSL/Data/PowerPlant/PFData/BusData/PFBus00050.mo renamed to OpenIPSL/Data/PowerPlant/Examples/PFData/BusData/PFBus00050.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
within OpenIPSL.Data.PowerPlant.PFData.BusData;
1+
within OpenIPSL.Data.PowerPlant.Examples.PFData.BusData;
22
record PFBus00050 "Record for power flow solutions in buses - Pload = 50 MW"
33
extends BusTemplate(
44
v1=1.000000000000,

OpenIPSL/Data/PowerPlant/PFData/BusData/PFBus00060.mo renamed to OpenIPSL/Data/PowerPlant/Examples/PFData/BusData/PFBus00060.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
within OpenIPSL.Data.PowerPlant.PFData.BusData;
1+
within OpenIPSL.Data.PowerPlant.Examples.PFData.BusData;
22
record PFBus00060 "Record for power flow solutions in buses - Pload = 60 MW"
33
extends BusTemplate(
44
v1=1.000000000000,

OpenIPSL/Data/PowerPlant/PFData/BusData/PFBus00070.mo renamed to OpenIPSL/Data/PowerPlant/Examples/PFData/BusData/PFBus00070.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
within OpenIPSL.Data.PowerPlant.PFData.BusData;
1+
within OpenIPSL.Data.PowerPlant.Examples.PFData.BusData;
22
record PFBus00070 "Record for power flow solutions in buses - Pload = 70 MW"
33
extends BusTemplate(
44
v1=1.000000000000,

OpenIPSL/Data/PowerPlant/PFData/BusData/package.mo renamed to OpenIPSL/Data/PowerPlant/Examples/PFData/BusData/package.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
within OpenIPSL.Data.PowerPlant.PFData;
1+
within OpenIPSL.Data.PowerPlant.Examples.PFData;
22
package BusData "Records with power flow solutions for buses"
33
extends Modelica.Icons.RecordsPackage;
44

OpenIPSL/Data/PowerPlant/PFData/BusData/package.order renamed to OpenIPSL/Data/PowerPlant/Examples/PFData/BusData/package.order

File renamed without changes.

OpenIPSL/Data/PowerPlant/PFData/LoadData/LoadTemplate.mo renamed to OpenIPSL/Data/PowerPlant/Examples/PFData/LoadData/LoadTemplate.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
within OpenIPSL.Data.PowerPlant.PFData.LoadData;
1+
within OpenIPSL.Data.PowerPlant.Examples.PFData.LoadData;
22
partial record LoadTemplate
33
"Record template for power flow solutions in loads"
44

OpenIPSL/Data/PowerPlant/PFData/LoadData/PFLoad00030.mo renamed to OpenIPSL/Data/PowerPlant/Examples/PFData/LoadData/PFLoad00030.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
within OpenIPSL.Data.PowerPlant.PFData.LoadData;
1+
within OpenIPSL.Data.PowerPlant.Examples.PFData.LoadData;
22
record PFLoad00030 "Record for power flow solutions in loads - Pload = 30 MW"
33
extends LoadTemplate( PL1=1e06*(30.000000000000), QL1=1e06*(6.000000000000));
44

0 commit comments

Comments
 (0)