-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Addition of a Support package containing the partial models - Cosmetic changes for the generators - Adding a template for the power flow record - Including several examples of power flow results (PF4 is not fully checked) - Fixing PSSE_AVR model: - Correction of connections of the AVR
- Loading branch information
1 parent
cf7c90e
commit 9d3ba0d
Showing
23 changed files
with
383 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
within TwoAreas.Data; | ||
record PF3 | ||
import Modelica.Constants.pi; | ||
extends Support.PF_TwoAreas( | ||
voltages( | ||
V1=1.03, | ||
A1=20.27066, | ||
V2=1.01, | ||
A2=10.50628, | ||
V3=1.03, | ||
A3=-6.8, | ||
V4=1.01, | ||
A4=-16.9921, | ||
V5=1.0069, | ||
A5=13.7881, | ||
V6=0.97914, | ||
A6=3.7146, | ||
V7=0.9610106, | ||
A7=-4.68651, | ||
V8=0.94828, | ||
A8=-18.5131, | ||
V9=0.9713628, | ||
A9=-32.15403, | ||
V10=0.98486, | ||
A10=-23.7131, | ||
V11=1.0088, | ||
A11=-13.4215), | ||
machines( | ||
P1_1=700, | ||
Q1_1=185.0296, | ||
P2_1=700, | ||
Q2_1=234.6113, | ||
P3_1=719.0941, | ||
Q3_1=176.0262, | ||
P4_1=700, | ||
Q4_1=202.0827), | ||
loads( | ||
PL7_1=967, | ||
QL7_1=-84.70, | ||
PL9_1=1767, | ||
QL9_1=-230.2)); | ||
end PF3; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
within TwoAreas.Data; | ||
record PF4 | ||
extends Support.PF_TwoAreas( | ||
voltages( | ||
V1=1.02999997139, | ||
A1=39.419670105, | ||
V2=1.04999995232, | ||
A2=22.7480773926, | ||
V3=1.02999997139, | ||
A3=-7.00000047684, | ||
V4=1.00999999046, | ||
A4=-17.5402793884, | ||
V5=1.0069, | ||
A5=13.7881, | ||
V6=0.97914, | ||
A6=3.7146, | ||
V7=1.01935839653, | ||
A7=6.56502771378, | ||
V8=0.94828, | ||
A8=-18.5131, | ||
V9=0.960842967033, | ||
A9=-31.4690284729, | ||
V10=0.98486, | ||
A10=-23.7131, | ||
V11=1.0088, | ||
A11=-13.4215), | ||
machines( | ||
P1_1=1100.0000, | ||
Q1_1=187.957901001, | ||
P2_1=700, | ||
Q2_1=260.817138672, | ||
P3_1=757.885437012, | ||
Q3_1=218.426849365, | ||
P4_1=300, | ||
Q4_1=112.58140564), | ||
loads( | ||
PL7_1=1166.999877934, | ||
QL7_1=-523.4548797604, | ||
PL9_1=1567.0, | ||
QL9_1=-223.1267089844)); | ||
annotation (Documentation(info="<html> | ||
<p>Not working</p> | ||
</html>")); | ||
end PF4; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
PF_TwoAreas | ||
PF1 | ||
PF2 | ||
PF3 | ||
PF4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.