-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.6.0-DEV-cbd854b0f4.log
898 lines (871 loc) · 73.2 KB
/
1.6.0-DEV-cbd854b0f4.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
Julia Version 1.6.0-DEV.185
Commit cbd854b0f4 (2020-06-06 13:20 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed MbedTLS_jll ────────────────── v2.16.0+2
Installed OpenBLAS32_jll ─────────────── v0.3.9+4
Installed Lz4_jll ────────────────────── v1.9.2+0
Installed Compat ─────────────────────── v3.10.0
Installed OrderedCollections ─────────── v1.2.0
Installed GLPK ───────────────────────── v0.12.1
Installed DataFrames ─────────────────── v0.21.2
Installed Blosc_jll ──────────────────── v1.14.3+1
Installed CodecBzip2 ─────────────────── v0.7.2
Installed ZipFile ────────────────────── v0.9.2
Installed CommonSubexpressions ───────── v0.2.0
Installed Reexport ───────────────────── v0.2.0
Installed Zlib_jll ───────────────────── v1.2.11+10
Installed TranscodingStreams ─────────── v0.9.5
Installed HDF5 ───────────────────────── v0.13.2
Installed HTTP ───────────────────────── v0.8.15
Installed DataValueInterfaces ────────── v1.0.0
Installed CodecZlib ──────────────────── v0.7.0
Installed InvertedIndices ────────────── v1.0.0
Installed JSONSchema ─────────────────── v0.3.0
Installed DiffRules ──────────────────── v1.0.1
Installed FilePathsBase ──────────────── v0.8.0
Installed BinaryProvider ─────────────── v0.5.10
Installed StaticArrays ───────────────── v0.12.3
Installed JuliaGrid ──────────────────── v0.0.2
Installed SortingAlgorithms ──────────── v0.3.1
Installed XML2_jll ───────────────────── v2.9.9+4
Installed ASL_jll ────────────────────── v0.1.1+3
Installed TableTraits ────────────────── v1.0.0
Installed PooledArrays ───────────────── v0.5.3
Installed EzXML ──────────────────────── v1.1.0
Installed ArnoldiMethod ──────────────── v0.0.4
Installed CategoricalArrays ──────────── v0.8.1
Installed HDF5_jll ───────────────────── v1.10.5+5
Installed IniFile ────────────────────── v0.5.0
Installed Calculus ───────────────────── v0.5.1
Installed METIS_jll ──────────────────── v5.1.0+3
Installed Crayons ────────────────────── v4.0.2
Installed Bzip2_jll ──────────────────── v1.0.6+2
Installed MacroTools ─────────────────── v0.5.5
Installed DataStructures ─────────────── v0.17.17
Installed Ipopt ──────────────────────── v0.6.2
Installed MutableArithmetics ─────────── v0.2.9
Installed SimpleTraits ───────────────── v0.9.2
Installed UnPack ─────────────────────── v1.0.1
Installed MbedTLS ────────────────────── v1.0.2
Installed Parameters ─────────────────── v0.12.1
Installed JSON ───────────────────────── v0.21.0
Installed ForwardDiff ────────────────── v0.10.10
Installed MathOptInterface ───────────── v0.9.14
Installed PrettyTables ───────────────── v0.9.0
Installed Inflate ────────────────────── v0.1.2
Installed NaNMath ────────────────────── v0.3.3
Installed Formatting ─────────────────── v0.4.1
Installed BenchmarkTools ─────────────── v0.5.0
Installed Libiconv_jll ───────────────── v1.16.0+2
Installed WeakRefStrings ─────────────── v0.6.2
Installed Blosc ──────────────────────── v0.7.0
Installed Parsers ────────────────────── v1.0.5
Installed OpenSpecFun_jll ────────────── v0.5.3+3
Installed Tables ─────────────────────── v1.0.4
Installed MathProgBase ───────────────── v0.7.8
Installed LightGraphs ────────────────── v1.3.3
Installed MUMPS_seq_jll ──────────────── v5.2.1+3
Installed Ipopt_jll ──────────────────── v3.13.2+0
Installed CompilerSupportLibraries_jll ─ v0.3.3+0
Installed DataAPI ────────────────────── v1.3.0
Installed DiffResults ────────────────── v1.0.2
Installed XLSX ───────────────────────── v0.6.2
Installed IteratorInterfaceExtensions ── v1.0.0
Installed JuMP ───────────────────────── v0.21.2
Installed Zstd_jll ───────────────────── v1.4.5+0
Installed Missings ───────────────────── v0.4.3
Installed SpecialFunctions ───────────── v0.10.3
Installed CSV ────────────────────────── v0.6.2
Updating `~/.julia/environments/v1.6/Project.toml`
[040ba96c] + JuliaGrid v0.0.2
Updating `~/.julia/environments/v1.6/Manifest.toml`
[ae81ac8f] + ASL_jll v0.1.1+3
[ec485272] + ArnoldiMethod v0.0.4
[6e4b80f9] + BenchmarkTools v0.5.0
[b99e7846] + BinaryProvider v0.5.10
[a74b3585] + Blosc v0.7.0
[0b7ba130] + Blosc_jll v1.14.3+1
[6e34b625] + Bzip2_jll v1.0.6+2
[336ed68f] + CSV v0.6.2
[49dc2e85] + Calculus v0.5.1
[324d7699] + CategoricalArrays v0.8.1
[523fee87] + CodecBzip2 v0.7.2
[944b1d66] + CodecZlib v0.7.0
[bbf7d656] + CommonSubexpressions v0.2.0
[34da2185] + Compat v3.10.0
[e66e0078] + CompilerSupportLibraries_jll v0.3.3+0
[a8cc5b0e] + Crayons v4.0.2
[9a962f9c] + DataAPI v1.3.0
[a93c6f00] + DataFrames v0.21.2
[864edb3b] + DataStructures v0.17.17
[e2d170a0] + DataValueInterfaces v1.0.0
[163ba53b] + DiffResults v1.0.2
[b552c78f] + DiffRules v1.0.1
[8f5d6c58] + EzXML v1.1.0
[48062228] + FilePathsBase v0.8.0
[59287772] + Formatting v0.4.1
[f6369f11] + ForwardDiff v0.10.10
[60bf3e95] + GLPK v0.12.1
[f67ccb44] + HDF5 v0.13.2
[0234f1f7] + HDF5_jll v1.10.5+5
[cd3eb016] + HTTP v0.8.15
[d25df0c9] + Inflate v0.1.2
[83e8ac13] + IniFile v0.5.0
[41ab1584] + InvertedIndices v1.0.0
[b6b21f68] + Ipopt v0.6.2
[9cc047cb] + Ipopt_jll v3.13.2+0
[82899510] + IteratorInterfaceExtensions v1.0.0
[682c06a0] + JSON v0.21.0
[7d188eb4] + JSONSchema v0.3.0
[4076af6c] + JuMP v0.21.2
[040ba96c] + JuliaGrid v0.0.2
[94ce4f54] + Libiconv_jll v1.16.0+2
[093fc24a] + LightGraphs v1.3.3
[5ced341a] + Lz4_jll v1.9.2+0
[d00139f3] + METIS_jll v5.1.0+3
[d7ed1dd3] + MUMPS_seq_jll v5.2.1+3
[1914dd2f] + MacroTools v0.5.5
[b8f27783] + MathOptInterface v0.9.14
[fdba3010] + MathProgBase v0.7.8
[739be429] + MbedTLS v1.0.2
[c8ffd9c3] + MbedTLS_jll v2.16.0+2
[e1d29d7a] + Missings v0.4.3
[d8a4904e] + MutableArithmetics v0.2.9
[77ba4419] + NaNMath v0.3.3
[656ef2d0] + OpenBLAS32_jll v0.3.9+4
[efe28fd5] + OpenSpecFun_jll v0.5.3+3
[bac558e1] + OrderedCollections v1.2.0
[d96e819e] + Parameters v0.12.1
[69de0a69] + Parsers v1.0.5
[2dfb63ee] + PooledArrays v0.5.3
[08abe8d2] + PrettyTables v0.9.0
[189a3867] + Reexport v0.2.0
[699a6c99] + SimpleTraits v0.9.2
[a2af1166] + SortingAlgorithms v0.3.1
[276daf66] + SpecialFunctions v0.10.3
[90137ffa] + StaticArrays v0.12.3
[3783bdb8] + TableTraits v1.0.0
[bd369af6] + Tables v1.0.4
[3bb67fe8] + TranscodingStreams v0.9.5
[3a884ed6] + UnPack v1.0.1
[ea10d353] + WeakRefStrings v0.6.2
[fdbf4ff8] + XLSX v0.6.2
[02c8fc9c] + XML2_jll v2.9.9+4
[a5390f91] + ZipFile v0.9.2
[83775a58] + Zlib_jll v1.2.11+10
[3161d3a3] + Zstd_jll v1.4.5+0
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8bb1440f] + DelimitedFiles
[8ba89e20] + Distributed
[9fa8497b] + Future
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[1a1011a3] + SharedArrays
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[10745b16] + Statistics
[4607b0f0] + SuiteSparse
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Building GLPK ─→ `~/.julia/packages/GLPK/HjJiX/deps/build.log`
Building HDF5 ─→ `~/.julia/packages/HDF5/pAi1D/deps/build.log`
Building Ipopt → `~/.julia/packages/Ipopt/YJcu4/deps/build.log`
Testing JuliaGrid
Status `/tmp/jl_lEHyqq/Project.toml`
[336ed68f] CSV v0.6.2
[60bf3e95] GLPK v0.12.1
[f67ccb44] HDF5 v0.13.2
[b6b21f68] Ipopt v0.6.2
[4076af6c] JuMP v0.21.2
[040ba96c] JuliaGrid v0.0.2
[093fc24a] LightGraphs v1.3.3
[08abe8d2] PrettyTables v0.9.0
[fdbf4ff8] XLSX v0.6.2
[37e2e46d] LinearAlgebra
[de0858da] Printf
[9a3f8284] Random
[2f01184e] SparseArrays
[4607b0f0] SuiteSparse
[8dfed614] Test
Status `/tmp/jl_lEHyqq/Manifest.toml`
[ae81ac8f] ASL_jll v0.1.1+3
[ec485272] ArnoldiMethod v0.0.4
[6e4b80f9] BenchmarkTools v0.5.0
[b99e7846] BinaryProvider v0.5.10
[a74b3585] Blosc v0.7.0
[0b7ba130] Blosc_jll v1.14.3+1
[6e34b625] Bzip2_jll v1.0.6+2
[336ed68f] CSV v0.6.2
[49dc2e85] Calculus v0.5.1
[324d7699] CategoricalArrays v0.8.1
[523fee87] CodecBzip2 v0.7.2
[944b1d66] CodecZlib v0.7.0
[bbf7d656] CommonSubexpressions v0.2.0
[34da2185] Compat v3.10.0
[e66e0078] CompilerSupportLibraries_jll v0.3.3+0
[a8cc5b0e] Crayons v4.0.2
[9a962f9c] DataAPI v1.3.0
[a93c6f00] DataFrames v0.21.2
[864edb3b] DataStructures v0.17.17
[e2d170a0] DataValueInterfaces v1.0.0
[163ba53b] DiffResults v1.0.2
[b552c78f] DiffRules v1.0.1
[8f5d6c58] EzXML v1.1.0
[48062228] FilePathsBase v0.8.0
[59287772] Formatting v0.4.1
[f6369f11] ForwardDiff v0.10.10
[60bf3e95] GLPK v0.12.1
[f67ccb44] HDF5 v0.13.2
[0234f1f7] HDF5_jll v1.10.5+5
[cd3eb016] HTTP v0.8.15
[d25df0c9] Inflate v0.1.2
[83e8ac13] IniFile v0.5.0
[41ab1584] InvertedIndices v1.0.0
[b6b21f68] Ipopt v0.6.2
[9cc047cb] Ipopt_jll v3.13.2+0
[82899510] IteratorInterfaceExtensions v1.0.0
[682c06a0] JSON v0.21.0
[7d188eb4] JSONSchema v0.3.0
[4076af6c] JuMP v0.21.2
[040ba96c] JuliaGrid v0.0.2
[94ce4f54] Libiconv_jll v1.16.0+2
[093fc24a] LightGraphs v1.3.3
[5ced341a] Lz4_jll v1.9.2+0
[d00139f3] METIS_jll v5.1.0+3
[d7ed1dd3] MUMPS_seq_jll v5.2.1+3
[1914dd2f] MacroTools v0.5.5
[b8f27783] MathOptInterface v0.9.14
[fdba3010] MathProgBase v0.7.8
[739be429] MbedTLS v1.0.2
[c8ffd9c3] MbedTLS_jll v2.16.0+2
[e1d29d7a] Missings v0.4.3
[d8a4904e] MutableArithmetics v0.2.9
[77ba4419] NaNMath v0.3.3
[656ef2d0] OpenBLAS32_jll v0.3.9+4
[efe28fd5] OpenSpecFun_jll v0.5.3+3
[bac558e1] OrderedCollections v1.2.0
[d96e819e] Parameters v0.12.1
[69de0a69] Parsers v1.0.5
[2dfb63ee] PooledArrays v0.5.3
[08abe8d2] PrettyTables v0.9.0
[189a3867] Reexport v0.2.0
[699a6c99] SimpleTraits v0.9.2
[a2af1166] SortingAlgorithms v0.3.1
[276daf66] SpecialFunctions v0.10.3
[90137ffa] StaticArrays v0.12.3
[3783bdb8] TableTraits v1.0.0
[bd369af6] Tables v1.0.4
[3bb67fe8] TranscodingStreams v0.9.5
[3a884ed6] UnPack v1.0.1
[ea10d353] WeakRefStrings v0.6.2
[fdbf4ff8] XLSX v0.6.2
[02c8fc9c] XML2_jll v2.9.9+4
[a5390f91] ZipFile v0.9.2
[83775a58] Zlib_jll v1.2.11+10
[3161d3a3] Zstd_jll v1.4.5+0
[2a0f44e3] Base64
[ade2ca70] Dates
[8bb1440f] DelimitedFiles
[8ba89e20] Distributed
[9fa8497b] Future
[b77e0a4c] InteractiveUtils
[76f85450] LibGit2
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[a63ad114] Mmap
[44cfe95a] Pkg
[de0858da] Printf
[3fa0cd96] REPL
[9a3f8284] Random
[ea8e919c] SHA
[9e88b42a] Serialization
[1a1011a3] SharedArrays
[6462fe0b] Sockets
[2f01184e] SparseArrays
[10745b16] Statistics
[4607b0f0] SuiteSparse
[8dfed614] Test
[cf7118a7] UUIDs
[4ec0a83e] Unicode
The input power system: case14.h5
Algorithm: DC power flow
Execution time: 507.2339 (ms)
Data is successfully exported to /home/pkgeval/.julia/packages/JuliaGrid/6CpCR/test/flow/save.h5
The input power system: case14.h5
Algorithm: DC power flow
Execution time: 0.1845 (ms)
Main Data Display
┌─────────┬────────────────────┬────────────────────┬────────────────────┬────────────────────┬────────────────────┐
│ Bus │ Voltage │ Injection │ Generation │ Demand │ Shunt │
│ Integer │ Angle [deg] │ Active Power [MW] │ Active Power [MW] │ Active Power [MW] │ Active Power [MW] │
├─────────┼────────────────────┼────────────────────┼────────────────────┼────────────────────┼────────────────────┤
│ 1 │ 0.0000 │ 219.00 │ 219.00 │ 0.00 │ 0.00 │
│ 2 │ -5.0120 │ 18.30 │ 40.00 │ 21.70 │ 0.00 │
│ 3 │ -12.9537 │ -94.20 │ 0.00 │ 94.20 │ 0.00 │
│ 4 │ -10.5837 │ -47.80 │ 0.00 │ 47.80 │ 0.00 │
│ 5 │ -9.0939 │ -7.60 │ 0.00 │ 7.60 │ 0.00 │
│ 6 │ -14.8521 │ -11.20 │ 0.00 │ 11.20 │ 0.00 │
│ 7 │ -13.9071 │ 0.00 │ 0.00 │ 0.00 │ 0.00 │
│ 8 │ -13.9071 │ 0.00 │ 0.00 │ 0.00 │ 0.00 │
│ 9 │ -15.6947 │ -29.50 │ 0.00 │ 29.50 │ 0.00 │
│ 10 │ -15.9741 │ -9.00 │ 0.00 │ 9.00 │ 0.00 │
│ 11 │ -15.6189 │ -3.50 │ 0.00 │ 3.50 │ 0.00 │
│ 12 │ -15.9671 │ -6.10 │ 0.00 │ 6.10 │ 0.00 │
│ 13 │ -16.1397 │ -13.50 │ 0.00 │ 13.50 │ 0.00 │
│ 14 │ -17.1883 │ -14.90 │ 0.00 │ 14.90 │ 0.00 │
└─────────┴────────────────────┴────────────────────┴────────────────────┴────────────────────┴────────────────────┘
┌──────────────────────────────┬────────────────────┬────────────────────┬────────────────────┬────────────────────┐
│ Sum │ 0.00 │ 259.00 │ 259.00 │ 0.00 │
└──────────────────────────────┴────────────────────┴────────────────────┴────────────────────┴────────────────────┘
Flow Data Display
┌─────────┬──────────┬──────────┬────────────────────┬────────────────────┐
│ Branch │ From Bus │ To Bus │ From Bus Flow │ To Bus Flow │
│ Integer │ Integer │ Integer │ Active Power [MW] │ Active Power [MW] │
├─────────┼──────────┼──────────┼────────────────────┼────────────────────┤
│ 1 │ 1 │ 2 │ 147.84 │ -147.84 │
│ 2 │ 1 │ 5 │ 71.16 │ -71.16 │
│ 3 │ 2 │ 3 │ 70.01 │ -70.01 │
│ 4 │ 2 │ 4 │ 55.15 │ -55.15 │
│ 5 │ 2 │ 5 │ 40.97 │ -40.97 │
│ 6 │ 3 │ 4 │ -24.19 │ 24.19 │
│ 7 │ 4 │ 5 │ -61.75 │ 61.75 │
│ 8 │ 4 │ 7 │ 28.36 │ -28.36 │
│ 9 │ 4 │ 9 │ 16.55 │ -16.55 │
│ 10 │ 5 │ 6 │ 42.79 │ -42.79 │
│ 11 │ 6 │ 11 │ 6.73 │ -6.73 │
│ 12 │ 6 │ 12 │ 7.61 │ -7.61 │
│ 13 │ 6 │ 13 │ 17.25 │ -17.25 │
│ 14 │ 7 │ 8 │ 0.00 │ -0.00 │
│ 15 │ 7 │ 9 │ 28.36 │ -28.36 │
│ 16 │ 9 │ 10 │ 5.77 │ -5.77 │
│ 17 │ 9 │ 14 │ 9.64 │ -9.64 │
│ 18 │ 10 │ 11 │ -3.23 │ 3.23 │
│ 19 │ 12 │ 13 │ 1.51 │ -1.51 │
│ 20 │ 13 │ 14 │ 5.26 │ -5.26 │
└─────────┴──────────┴──────────┴────────────────────┴────────────────────┘
Generation Data Display
┌─────────┬───────────────────┐
│ Bus │ Generation │
│ Integer │ Active Power [MW] │
├─────────┼───────────────────┤
│ 1 │ 219.0000 │
│ 2 │ 40.0000 │
│ 3 │ 0.0000 │
│ 6 │ 0.0000 │
│ 8 │ 0.0000 │
└─────────┴───────────────────┘
Data is successfully exported to /home/pkgeval/.julia/packages/JuliaGrid/6CpCR/test/flow/save.xlsx
The input power system: case84.h5
Algorithm: DC power flow
Execution time: 0.3010 (ms)
Data is successfully exported to /home/pkgeval/.julia/packages/JuliaGrid/6CpCR/test/flow/save.h5
The input power system: noBasePower.xlsx
The variable basePower not found. The algorithm proceeds with default value: 100 MVA
Algorithm: DC power flow
Execution time: 0.0871 (ms)
The input power system: case30.h5
Algorithm: DC power flow
Execution time: 0.1767 (ms)
Test Summary: | Pass Total
DC Power Flow | 9 9
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 1021.9746 (ms)
Data is successfully exported to /home/pkgeval/.julia/packages/JuliaGrid/6CpCR/test/flow/save.h5
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 0.7029 (ms)
Main Data Display
┌─────────┬──────────────────┬──────────────┬───────────────────┬───────────────────────┬───────────────────┬───────────────────────┬───────────────────┬───────────────────────┬───────────────────┬───────────────────────┐
│ Bus │ Voltage │ Voltage │ Injection │ Injection │ Generation │ Generation │ Demand │ Demand │ Shunt │ Shunt │
│ Integer │ Magnitude [p.u.] │ Angle [deg] │ Active Power [MW] │ Reactive Power [MVAr] │ Active Power [MW] │ Reactive Power [MVAr] │ Active Power [MW] │ Reactive Power [MVAr] │ Active Power [MW] │ Reactive Power [MVAr] │
├─────────┼──────────────────┼──────────────┼───────────────────┼───────────────────────┼───────────────────┼───────────────────────┼───────────────────┼───────────────────────┼───────────────────┼───────────────────────┤
│ 1 │ 1.0600 │ 0.0000 │ 232.39 │ -16.55 │ 232.39 │ -16.55 │ 0.00 │ 0.00 │ 0.00 │ 0.00 │
│ 2 │ 1.0450 │ -4.9826 │ 18.30 │ 30.86 │ 40.00 │ 43.56 │ 21.70 │ 12.70 │ 0.00 │ -0.00 │
│ 3 │ 1.0100 │ -12.7251 │ -94.20 │ 6.08 │ 0.00 │ 25.08 │ 94.20 │ 19.00 │ 0.00 │ -0.00 │
│ 4 │ 1.0177 │ -10.3129 │ -47.80 │ 3.90 │ 0.00 │ 0.00 │ 47.80 │ -3.90 │ 0.00 │ -0.00 │
│ 5 │ 1.0195 │ -8.7739 │ -7.60 │ -1.60 │ 0.00 │ 0.00 │ 7.60 │ 1.60 │ 0.00 │ -0.00 │
│ 6 │ 1.0700 │ -14.2209 │ -11.20 │ 5.23 │ 0.00 │ 12.73 │ 11.20 │ 7.50 │ 0.00 │ -0.00 │
│ 7 │ 1.0615 │ -13.3596 │ 0.00 │ 0.00 │ 0.00 │ 0.00 │ 0.00 │ 0.00 │ 0.00 │ -0.00 │
│ 8 │ 1.0900 │ -13.3596 │ 0.00 │ 17.62 │ 0.00 │ 17.62 │ 0.00 │ 0.00 │ 0.00 │ -0.00 │
│ 9 │ 1.0559 │ -14.9385 │ -29.50 │ -16.60 │ 0.00 │ 0.00 │ 29.50 │ 16.60 │ 0.00 │ -21.18 │
│ 10 │ 1.0510 │ -15.0973 │ -9.00 │ -5.80 │ 0.00 │ 0.00 │ 9.00 │ 5.80 │ 0.00 │ -0.00 │
│ 11 │ 1.0569 │ -14.7906 │ -3.50 │ -1.80 │ 0.00 │ 0.00 │ 3.50 │ 1.80 │ 0.00 │ -0.00 │
│ 12 │ 1.0552 │ -15.0756 │ -6.10 │ -1.60 │ 0.00 │ 0.00 │ 6.10 │ 1.60 │ 0.00 │ -0.00 │
│ 13 │ 1.0504 │ -15.1563 │ -13.50 │ -5.80 │ 0.00 │ 0.00 │ 13.50 │ 5.80 │ 0.00 │ -0.00 │
│ 14 │ 1.0355 │ -16.0336 │ -14.90 │ -5.00 │ 0.00 │ 0.00 │ 14.90 │ 5.00 │ 0.00 │ -0.00 │
└─────────┴──────────────────┴──────────────┴───────────────────┴───────────────────────┴───────────────────┴───────────────────────┴───────────────────┴───────────────────────┴───────────────────┴───────────────────────┘
┌───────────────────────────────────────────┬───────────────────┬───────────────────────┬───────────────────┬───────────────────────┬───────────────────┬───────────────────────┬───────────────────┬───────────────────────┐
│ Sum │ 13.39 │ 8.94 │ 272.39 │ 82.44 │ 259.00 │ 73.50 │ 0.00 │ -21.18 │
└───────────────────────────────────────────┴───────────────────┴───────────────────────┴───────────────────┴───────────────────────┴───────────────────┴───────────────────────┴───────────────────┴───────────────────────┘
Flow Data Display
┌────────┬──────────┬──────────┬───────────────────┬───────────────────────┬───────────────────┬───────────────────────┬───────────────────────┬───────────────────┬───────────────────────┐
│ Branch │ From Bus │ To Bus │ From Bus Flow │ From Bus Flow │ To Bus Flow │ To Bus Flow │ Branch Injection │ Loss │ Loss │
│ Integ… │ Integer │ Integer │ Active Power [MW] │ Reactive Power [MVAr] │ Active Power [MW] │ Reactive Power [MVAr] │ Reactive Power [MVAr] │ Active Power [MW] │ Reactive Power [MVAr] │
├────────┼──────────┼──────────┼───────────────────┼───────────────────────┼───────────────────┼───────────────────────┼───────────────────────┼───────────────────┼───────────────────────┤
│ 1 │ 1 │ 2 │ 156.88 │ -20.40 │ -152.59 │ 27.68 │ 5.85 │ 4.30 │ 13.12 │
│ 2 │ 1 │ 5 │ 75.51 │ 3.85 │ -72.75 │ 2.23 │ 5.32 │ 2.76 │ 11.41 │
│ 3 │ 2 │ 3 │ 73.24 │ 3.56 │ -70.91 │ 1.60 │ 4.63 │ 2.32 │ 9.79 │
│ 4 │ 2 │ 4 │ 56.13 │ -1.55 │ -54.45 │ 3.02 │ 3.62 │ 1.68 │ 5.09 │
│ 5 │ 2 │ 5 │ 41.52 │ 1.17 │ -40.61 │ -2.10 │ 3.69 │ 0.90 │ 2.76 │
│ 6 │ 3 │ 4 │ -23.29 │ 4.47 │ 23.66 │ -4.84 │ 1.32 │ 0.37 │ 0.95 │
│ 7 │ 4 │ 5 │ -61.16 │ 15.82 │ 61.67 │ -14.20 │ 0.00 │ 0.51 │ 1.62 │
│ 8 │ 4 │ 7 │ 28.07 │ -9.68 │ -28.07 │ 11.38 │ 0.00 │ 0.00 │ 1.70 │
│ 9 │ 4 │ 9 │ 16.08 │ -0.43 │ -16.08 │ 1.73 │ 0.00 │ 0.00 │ 1.30 │
│ 10 │ 5 │ 6 │ 44.09 │ 12.47 │ -44.09 │ -8.05 │ 0.00 │ 0.00 │ 4.42 │
│ 11 │ 6 │ 11 │ 7.35 │ 3.56 │ -7.30 │ -3.44 │ 0.00 │ 0.06 │ 0.12 │
│ 12 │ 6 │ 12 │ 7.79 │ 2.50 │ -7.71 │ -2.35 │ 0.00 │ 0.07 │ 0.15 │
│ 13 │ 6 │ 13 │ 17.75 │ 7.22 │ -17.54 │ -6.80 │ 0.00 │ 0.21 │ 0.42 │
│ 14 │ 7 │ 8 │ -0.00 │ -17.16 │ 0.00 │ 17.62 │ 0.00 │ 0.00 │ 0.46 │
│ 15 │ 7 │ 9 │ 28.07 │ 5.78 │ -28.07 │ -4.98 │ 0.00 │ 0.00 │ 0.80 │
│ 16 │ 9 │ 10 │ 5.23 │ 4.22 │ -5.21 │ -4.18 │ 0.00 │ 0.01 │ 0.03 │
│ 17 │ 9 │ 14 │ 9.43 │ 3.61 │ -9.31 │ -3.36 │ 0.00 │ 0.12 │ 0.25 │
│ 18 │ 10 │ 11 │ -3.79 │ -1.62 │ 3.80 │ 1.64 │ 0.00 │ 0.01 │ 0.03 │
│ 19 │ 12 │ 13 │ 1.61 │ 0.75 │ -1.61 │ -0.75 │ 0.00 │ 0.01 │ 0.01 │
│ 20 │ 13 │ 14 │ 5.64 │ 1.75 │ -5.59 │ -1.64 │ 0.00 │ 0.05 │ 0.11 │
└────────┴──────────┴──────────┴───────────────────┴───────────────────────┴───────────────────┴───────────────────────┴───────────────────────┴───────────────────┴───────────────────────┘
┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬───────────────────────┬───────────────────┬───────────────────────┐
│ Sum │ 10.22 │ 24.42 │ 13.39 │
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴───────────────────────┴───────────────────┴───────────────────────┘
Generation Data Display
┌─────────┬───────────────────┬───────────────────────┐
│ Bus │ Generation │ Generation │
│ Integer │ Active Power [MW] │ Reactive Power [MVAr] │
├─────────┼───────────────────┼───────────────────────┤
│ 1 │ 232.3933 │ -16.5493 │
│ 2 │ 40.0000 │ 43.5571 │
│ 3 │ 0.0000 │ 25.0753 │
│ 6 │ 0.0000 │ 12.7309 │
│ 8 │ 0.0000 │ 17.6235 │
└─────────┴───────────────────┴───────────────────────┘
Data is successfully exported to /home/pkgeval/.julia/packages/JuliaGrid/6CpCR/test/flow/save.xlsx
The input power system: case84.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 8 iterations with the stop condition 1.0e-8
Execution time: 165.2070 (ms)
Data is successfully exported to /home/pkgeval/.julia/packages/JuliaGrid/6CpCR/test/flow/save.h5
The input power system: noBasePower.xlsx
The variable basePower not found. The algorithm proceeds with default value: 100 MVA
Algorithm: AC power flow using Newton-Raphson algorithm converged in 3 iterations with the stop condition 1.0e-8
Execution time: 81.9733 (ms)
The input power system: case30.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 4 iterations with the stop condition 1.0e-8
Execution time: 112.5223 (ms)
The input power system: case30.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 4 iterations with the stop condition 1.0e-8
Execution time: 43.6168 (ms)
The input power system: case30.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 4 iterations with the stop condition 1.0e-8
Bus 5 is the new slack bus.
Algorithm: AC power flow using Newton-Raphson algorithm converged in 4 iterations with the stop condition 1.0e-8
Execution time: 5.8983 (ms)
Generators that Violate Lower Reactive Power Limits
┌───────────┬───┬───┐
│ Bus │ 1 │ 8 │
│ Generator │ 5 │ 9 │
└───────────┴───┴───┘
Generators that Violate Uppert Reactive Power Limits
┌───────────┬───┐
│ Bus │ 2 │
│ Generator │ 3 │
└───────────┴───┘
Test Summary: | Pass Total
Newton-Raphson AC Power Flow | 25 25
The input power system: case30.h5
Algorithm: AC power flow using Gauss-Seidel algorithm converged in 761 iterations with the stop condition 1.0e-8
Execution time: 121.5589 (ms)
The input power system: case30.h5
Algorithm: AC power flow using Gauss-Seidel algorithm converged in 761 iterations with the stop condition 1.0e-8
Bus 5 is the new slack bus.
Algorithm: AC power flow using Gauss-Seidel algorithm converged in 687 iterations with the stop condition 1.0e-8
Execution time: 19.7780 (ms)
Generators that Violate Lower Reactive Power Limits
┌───────────┬───┬───┐
│ Bus │ 1 │ 8 │
│ Generator │ 5 │ 9 │
└───────────┴───┴───┘
Generators that Violate Uppert Reactive Power Limits
┌───────────┬───┐
│ Bus │ 2 │
│ Generator │ 3 │
└───────────┴───┘
Test Summary: | Pass Total
Gauss-Seidel AC Power Flow | 6 6
The input power system: case30.h5
Algorithm: AC power flow using fast Newton-Raphson algorithm converged in 9 iterations with the stop condition 1.0e-8
Execution time: 7.4930 (ms)
The input power system: case30.h5
Algorithm: AC power flow using fast Newton-Raphson algorithm converged in 9 iterations with the stop condition 1.0e-8
Bus 5 is the new slack bus.
Algorithm: AC power flow using fast Newton-Raphson algorithm converged in 10 iterations with the stop condition 1.0e-8
Execution time: 12.0587 (ms)
Generators that Violate Lower Reactive Power Limits
┌───────────┬───┬───┐
│ Bus │ 1 │ 8 │
│ Generator │ 5 │ 9 │
└───────────┴───┴───┘
Generators that Violate Uppert Reactive Power Limits
┌───────────┬───┐
│ Bus │ 2 │
│ Generator │ 3 │
└───────────┴───┘
Test Summary: | Pass Total
Fast Newton-Raphson (XB) AC Power Flow | 6 6
The input power system: case30.h5
Algorithm: AC power flow using fast Newton-Raphson algorithm converged in 12 iterations with the stop condition 1.0e-8
Execution time: 9.2446 (ms)
The input power system: case30.h5
Algorithm: AC power flow using fast Newton-Raphson algorithm converged in 12 iterations with the stop condition 1.0e-8
Bus 5 is the new slack bus.
Algorithm: AC power flow using fast Newton-Raphson algorithm converged in 12 iterations with the stop condition 1.0e-8
Execution time: 17.2708 (ms)
Generators that Violate Lower Reactive Power Limits
┌───────────┬───┬───┐
│ Bus │ 1 │ 8 │
│ Generator │ 5 │ 9 │
└───────────┴───┴───┘
Generators that Violate Uppert Reactive Power Limits
┌───────────┬───┐
│ Bus │ 2 │
│ Generator │ 3 │
└───────────┴───┘
Test Summary: | Pass Total
Fast Newton-Raphson (BX) AC Power Flow | 6 6
The input power system: noBranch.xlsx
The input power system: noBus.xlsx
The input power system: reducedBranch.xlsx
Test Summary: | Pass Total
Throws | 6 6
The input power system: gen_case14.xlsx
Data is successfully exported to /home/pkgeval/.julia/packages/JuliaGrid/6CpCR/test/generator/save.h5
The input power system: gen_case14.xlsx
Data is successfully exported to /home/pkgeval/.julia/packages/JuliaGrid/6CpCR/test/generator/save.xlsx
The input power system: gen_case14com.xlsx
The input power system: gen_case14con.xlsx
Test Summary: | Pass Total
Measurement Generator Write Read | 6 6
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 1.1468 (ms)
The input power system: gen_case14con.xlsx
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 50.5055 (ms)
The input power system: gen_case14con.xlsx
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 71.0490 (ms)
The input power system: gen_case14con.xlsx
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 54.9492 (ms)
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 37.8385 (ms)
The input power system: gen_case14con.xlsx
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 35.4615 (ms)
The input power system: gen_case14con.xlsx
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 69.1513 (ms)
Test Summary: | Pass Total
Measurement Generator PMU set | 24 24
The input power system: case30.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 4 iterations with the stop condition 1.0e-8
Execution time: 84.5178 (ms)
The input power system: gen_case14con.xlsx
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 52.0727 (ms)
The input power system: gen_case14con.xlsx
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 71.2060 (ms)
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 40.4203 (ms)
The input power system: gen_case14con.xlsx
Test Summary: | Pass Total
Measurement Generator Legacy set | 20 20
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 15.7794 (ms)
The input power system: gen_case14con.xlsx
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 50.9055 (ms)
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 43.0811 (ms)
The input power system: gen_case14con.xlsx
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 65.0303 (ms)
The input power system: gen_case14con.xlsx
Test Summary: | Pass Total
Measurement Generator PMU variance | 19 19
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 0.5637 (ms)
The input power system: gen_case14con.xlsx
The input power system: case_ACTIVSg70k.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 6 iterations with the stop condition 1.0e-8
Execution time: 40391.7200 (ms)
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 59.5137 (ms)
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 16.8754 (ms)
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 0.8365 (ms)
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 1.1678 (ms)
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 1.0690 (ms)
Test Summary: | Pass Total
Measurement Generator Legacy variance | 31 31
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 71.7780 (ms)
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 29.3518 (ms)
The input power system: case14.h5
Algorithm: AC power flow using Newton-Raphson algorithm converged in 2 iterations with the stop condition 1.0e-8
Execution time: 16.7468 (ms)
Test Summary: | Pass Total
Measurement Generator Comprehensive | 25 25
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: gen_case14con.xlsx
The input power system: noExactRed.xlsx
The input power system: noExactRed.xlsx
The input power system: noExactRed.xlsx
Test Summary: | Pass Total
Throws | 20 20
The input power system: case14se.xlsx
Algorithm: DC state estimation
Execution time: 0.2582 (ms)
Data is successfully exported to /home/pkgeval/.julia/packages/JuliaGrid/6CpCR/test/estimation/save.h5
The input power system: case14se.xlsx
Algorithm: DC state estimation
Execution time: 0.1734 (ms)
Data is successfully exported to /home/pkgeval/.julia/packages/JuliaGrid/6CpCR/test/estimation/save.xlsx
The input power system: estimation_incdc.xlsx
Algorithm: DC state estimation
Execution time: 0.1198 (ms)
Data is successfully exported to /home/pkgeval/.julia/packages/JuliaGrid/6CpCR/test/estimation/save.h5
The input power system: estimation_incdc.xlsx
Algorithm: DC state estimation
Execution time: 0.0960 (ms)
Data is successfully exported to /home/pkgeval/.julia/packages/JuliaGrid/6CpCR/test/estimation/save.xlsx
The input power system: estimation_incdc.xlsx
Algorithm: DC power flow
Execution time: 0.0784 (ms)
The input power system: estimation_fulldc.xlsx
Algorithm: DC state estimation
Execution time: 0.1912 (ms)
Main Data Display
┌────────┬────────────────────┬────────────────────┐
│ Bus │ Voltage │ Injection │
│ Integ… │ Angle [deg] │ Active Power [MW] │
├────────┼────────────────────┼────────────────────┤
│ 1 │ 0.0000 │ 125.43 │
│ 2 │ -5.8141 │ -97.42 │
│ 3 │ -7.2370 │ -35.32 │
│ 4 │ -7.5217 │ -16.27 │
│ 5 │ -3.4310 │ 23.57 │
└────────┴────────────────────┴────────────────────┘
┌─────────────────────────────┬────────────────────┐
│ Sum │ 0.00 │
└─────────────────────────────┴────────────────────┘
Flow Data Display
┌────────┬──────────┬──────────┬────────────────────┬────────────────────┐
│ Branch │ From Bus │ To Bus │ From Bus Flow │ To Bus Flow │
│ Integ… │ Integer │ Integer │ Active Power [MW] │ Active Power [MW] │
├────────┼──────────┼──────────┼────────────────────┼────────────────────┤
│ 1 │ 1 │ 2 │ 101.47 │ -101.47 │
│ 2 │ 1 │ 5 │ 23.95 │ -23.95 │
│ 3 │ 2 │ 3 │ 12.42 │ -12.42 │
│ 4 │ 2 │ 3 │ 8.28 │ -8.28 │
│ 5 │ 2 │ 5 │ -16.64 │ 16.64 │
│ 6 │ 3 │ 4 │ 1.99 │ -1.99 │
│ 7 │ 3 │ 5 │ -16.61 │ 16.61 │
│ 8 │ 4 │ 5 │ -14.28 │ 14.28 │
└────────┴──────────┴──────────┴────────────────────┴────────────────────┘
Estimate Data Display
┌─────┬────────────────────┬──────────────┬──────────────┬──────────────┬──────────────┬──────────────┬──────────────┬─────────────────────┬──────────────┬─────────────────────┐
│ Row │ Device │ Device │ Device │ Device │ Device │ Device │ Algorithm │ Residual │ User │ Residual │
│ │ Status │ Class │ Type │ Local Index │ Measure │ Variance │ Estimate │ Estimate to Measure │ Exact │ Estimate to Exact │
├─────┼────────────────────┼──────────────┼──────────────┼──────────────┼──────────────┼──────────────┼──────────────┼─────────────────────┼──────────────┼─────────────────────┤
│ 1 │ in-service │ Legacy │ P1,2 [MW] │ 1 │ 102.45 │ 1.00e-03 │ 101.47 │ 9.76e-01 │ 102.28 │ 8.00e-01 │
│ 2 │ in-service │ Legacy │ P1,5 [MW] │ 2 │ 23.98 │ 1.00e-03 │ 23.95 │ 3.03e-02 │ 24.37 │ 4.16e-01 │
│ 3 │ in-service │ Legacy │ P2,3 [MW] │ 3 │ 12.48 │ 1.00e-03 │ 12.42 │ 6.02e-02 │ 12.27 │ 1.47e-01 │
│ 4 │ in-service │ Legacy │ P2,3 [MW] │ 4 │ 8.19 │ 1.00e-03 │ 8.28 │ 9.10e-02 │ 8.09 │ 1.87e-01 │
│ 5 │ in-service │ Legacy │ P2,5 [MW] │ 5 │ -16.74 │ 1.00e-03 │ -16.64 │ 9.96e-02 │ -16.57 │ 7.07e-02 │
│ 6 │ in-service │ Legacy │ P3,4 [MW] │ 6 │ 1.88 │ 1.00e-03 │ 1.99 │ 1.11e-01 │ 1.81 │ 1.76e-01 │
│ 7 │ in-service │ Legacy │ P3,5 [MW] │ 7 │ -16.31 │ 1.00e-03 │ -16.61 │ 2.95e-01 │ -16.57 │ 3.93e-02 │
│ 8 │ in-service │ Legacy │ P4,5 [MW] │ 8 │ -14.29 │ 1.00e-03 │ -14.28 │ 1.33e-02 │ -14.19 │ 8.93e-02 │
│ 9 │ in-service │ Legacy │ P2,1 [MW] │ 9 │ -99.81 │ 1.00e-03 │ -101.47 │ 1.67e+00 │ -99.80 │ 1.68e+00 │
│ 10 │ in-service │ Legacy │ P5,1 [MW] │ 10 │ -23.64 │ 1.00e-03 │ -23.95 │ 3.13e-01 │ -24.07 │ 1.15e-01 │
│ 11 │ in-service │ Legacy │ P3,2 [MW] │ 11 │ -11.60 │ 1.00e-03 │ -12.42 │ 8.18e-01 │ -12.21 │ 2.10e-01 │
│ 12 │ in-service │ Legacy │ P3,2 [MW] │ 12 │ -7.84 │ 1.00e-03 │ -8.28 │ 4.41e-01 │ -8.04 │ 2.41e-01 │
│ 13 │ in-service │ Legacy │ P5,2 [MW] │ 13 │ 17.46 │ 1.00e-03 │ 16.64 │ 8.26e-01 │ 16.78 │ 1.46e-01 │
│ 14 │ in-service │ Legacy │ P4,3 [MW] │ 14 │ -1.92 │ 1.00e-03 │ -1.99 │ 7.08e-02 │ -1.81 │ 1.77e-01 │
│ 15 │ in-service │ Legacy │ P5,3 [MW] │ 15 │ 16.60 │ 1.00e-03 │ 16.61 │ 2.88e-03 │ 16.85 │ 2.41e-01 │
│ 16 │ in-service │ Legacy │ P5,4 [MW] │ 16 │ 15.02 │ 1.00e-03 │ 14.28 │ 7.43e-01 │ 14.44 │ 1.58e-01 │
│ 17 │ in-service │ Legacy │ P1 [MW] │ 1 │ 127.30 │ 1.00e-03 │ 125.43 │ 1.87e+00 │ 126.64 │ 1.22e+00 │
│ 18 │ in-service │ Legacy │ P2 [MW] │ 2 │ -96.25 │ 1.00e-03 │ -97.42 │ 1.16e+00 │ -96.00 │ 1.42e+00 │
│ 19 │ in-service │ Legacy │ P3 [MW] │ 3 │ -34.90 │ 1.00e-03 │ -35.32 │ 4.11e-01 │ -35.00 │ 3.15e-01 │
│ 20 │ in-service │ Legacy │ P4 [MW] │ 4 │ -15.91 │ 1.00e-03 │ -16.27 │ 3.57e-01 │ -16.00 │ 2.67e-01 │
│ 21 │ in-service │ Legacy │ P5 [MW] │ 5 │ 24.16 │ 1.00e-03 │ 23.57 │ 5.96e-01 │ 24.00 │ 4.31e-01 │
│ 22 │ in-service │ PMU │ T1 [deg] │ 1 │ 0.30 │ 5.73e-04 │ 0.00 │ 3.01e-01 │ 0.00 │ 0.00e+00 │
│ 23 │ in-service │ PMU │ T2 [deg] │ 2 │ -5.27 │ 5.73e-04 │ -5.81 │ 5.40e-01 │ -5.07 │ 7.45e-01 │
│ 24 │ in-service │ PMU │ T3 [deg] │ 3 │ -6.71 │ 5.73e-04 │ -7.24 │ 5.30e-01 │ -6.52 │ 7.22e-01 │
│ 25 │ in-service │ PMU │ T4 [deg] │ 4 │ -6.68 │ 5.73e-04 │ -7.52 │ 8.45e-01 │ -6.80 │ 7.21e-01 │
│ 26 │ in-service │ PMU │ T5 [deg] │ 5 │ -2.96 │ 5.73e-04 │ -3.43 │ 4.73e-01 │ -3.04 │ 3.93e-01 │
└─────┴────────────────────┴──────────────┴──────────────┴──────────────┴──────────────┴──────────────┴──────────────┴─────────────────────┴──────────────┴─────────────────────┘
Error Data Display
Estimate and corresponding measurement values in per-unit system
──────────────────────────────────────────────────────────────────────────────────────────────
Mean absolute error .......... 6.0169e-03
Root mean square error .......... 7.9475e-03
Weighted residual sum of squares error .......... 1.6422e+02
Estimate and corresponding exact values in per-unit system
──────────────────────────────────────────────────────────────────────────────────────────────
Mean absolute error .......... 5.0159e-03
Root mean square error .......... 7.1135e-03
Weighted residual sum of squares error .......... 1.3157e+02
The input power system: estimation_incdc.xlsx
Algorithm: DC state estimation
Execution time: 0.1670 (ms)
The input power system: manousakis2010.xlsx
Algorithm: DC state estimation
The power system is unobservable.
Execution time: 140.2935 (ms)
Observability Analysis Display
┌─────────────┬────────────────────┬────────┬────────────────────┬─────────────┬─────────┬──────────┐
│ Flow Island │ Bus in Island │ Device │ Device │ Device │ Device │ Device │
│ Integer │ Integer │ Class │ Pseudo-measurement │ Local Index │ Measure │ Variance │
├─────────────┼────────────────────┼────────┼────────────────────┼─────────────┼─────────┼──────────┤
│ 1 │ [1] │ Legacy │ P9 [MW] │ 9.0 │ -28.55 │ 1.00e+07 │
│ 2 │ [2, 3] │ Legacy │ P10 [MW] │ 10.0 │ -6.67 │ 1.00e+07 │
│ 3 │ [4, 7, 8, 9] │ │ │ │ │ │
│ 4 │ [5, 6, 11, 12, 13] │ │ │ │ │ │
│ 5 │ [10] │ │ │ │ │ │
│ 6 │ [14] │ │ │ │ │ │
└─────────────┴────────────────────┴────────┴────────────────────┴─────────────┴─────────┴──────────┘
The input power system: manousakis2010.xlsx
Algorithm: DC state estimation
The power system is unobservable.
Execution time: 1.1819 (ms)
Observability Analysis Display
┌─────────────┬────────────────────┬────────┬────────────────────┬─────────────┬─────────┬──────────┐
│ Flow Island │ Bus in Island │ Device │ Device │ Device │ Device │ Device │
│ Integer │ Integer │ Class │ Pseudo-measurement │ Local Index │ Measure │ Variance │
├─────────────┼────────────────────┼────────┼────────────────────┼─────────────┼─────────┼──────────┤
│ 1 │ [1] │ Legacy │ P9,10 [MW] │ 16.0 │ 5.41 │ 1.00e+06 │
│ 2 │ [2, 3] │ Legacy │ P9,14 [MW] │ 17.0 │ 7.41 │ 1.00e+06 │
│ 3 │ [4, 7, 8, 9] │ │ │ │ │ │
│ 4 │ [5, 6, 11, 12, 13] │ │ │ │ │ │
│ 5 │ [10] │ │ │ │ │ │
│ 6 │ [14] │ │ │ │ │ │
└─────────────┴────────────────────┴────────┴────────────────────┴─────────────┴─────────┴──────────┘
The input power system: manousakis2010.xlsx
Algorithm: DC state estimation
The power system is unobservable.
Execution time: 0.9377 (ms)
Observability Analysis Display
┌─────────────┬────────────────────┬────────┬────────────────────┬─────────────┬─────────┬──────────┐
│ Flow Island │ Bus in Island │ Device │ Device │ Device │ Device │ Device │
│ Integer │ Integer │ Class │ Pseudo-measurement │ Local Index │ Measure │ Variance │
├─────────────┼────────────────────┼────────┼────────────────────┼─────────────┼─────────┼──────────┤
│ 1 │ [1] │ PMU │ T10 [deg] │ 10.0 │ -15.24 │ 5.73e+05 │
│ 2 │ [2, 3] │ PMU │ T14 [deg] │ 14.0 │ -15.97 │ 5.73e+05 │
│ 3 │ [4, 7, 8, 9] │ │ │ │ │ │
│ 4 │ [5, 6, 11, 12, 13] │ │ │ │ │ │
│ 5 │ [10] │ │ │ │ │ │
│ 6 │ [14] │ │ │ │ │ │
└─────────────┴────────────────────┴────────┴────────────────────┴─────────────┴─────────┴──────────┘
The input power system: case14se.xlsx
Algorithm: DC state estimation
The power system is observable.
Execution time: 683.9397 (ms)
Bad Data Analysis Display
┌────────────┬────────────┬────────────────────┬───────────────┬──────────────────────┬────────────────────┐
│ Algorithm │ Device │ Device │ Device │ Algorithm │ Device │
│ Pass │ Type │ Suspected Bad Data │ Local Index │ Normalized Residual │ Status │
├────────────┼────────────┼────────────────────┼───────────────┼──────────────────────┼────────────────────┤
│ 1 │ Legacy │ P1,5 [MW] │ 2 │ 6.2313e+00 │ bad-measurement │
│ 2 │ Legacy │ P2,1 [MW] │ 21 │ 5.2408e+00 │ bad-measurement │
│ 3 │ Legacy │ P5,1 [MW] │ 22 │ 4.5607e+00 │ bad-measurement │
│ 4 │ Legacy │ P2,5 [MW] │ 5 │ 3.5600e+00 │ bad-measurement │
└────────────┴────────────┴────────────────────┴───────────────┴──────────────────────┴────────────────────┘
The input power system: case14seobsbad.xlsx
Algorithm: DC state estimation
The power system is unobservable.
Execution time: 647.5890 (ms)
Observability Analysis Display
┌─────────────┬─────────────────────────────────────────┬────────┬────────────────────┬─────────────┬─────────┬──────────┐
│ Flow Island │ Bus in Island │ Device │ Device │ Device │ Device │ Device │
│ Integer │ Integer │ Class │ Pseudo-measurement │ Local Index │ Measure │ Variance │
├─────────────┼─────────────────────────────────────────┼────────┼────────────────────┼─────────────┼─────────┼──────────┤
│ 1 │ [8, 1, 2, 3, 4, 5, 6, 10, 11, 7, 9, 14] │ Legacy │ P12 [MW] │ 12.0 │ -5.95 │ 1.00e-02 │
│ 2 │ [12] │ │ │ │ │ │
│ 3 │ [13] │ │ │ │ │ │
└─────────────┴─────────────────────────────────────────┴────────┴────────────────────┴─────────────┴─────────┴──────────┘
Bad Data Analysis Display
┌────────────┬────────────┬────────────────────┬───────────────┬──────────────────────┬────────────────────┐
│ Algorithm │ Device │ Device │ Device │ Algorithm │ Device │
│ Pass │ Type │ Suspected Bad Data │ Local Index │ Normalized Residual │ Status │
├────────────┼────────────┼────────────────────┼───────────────┼──────────────────────┼────────────────────┤
│ 1 │ Legacy │ P3,2 [MW] │ 23 │ 2.5731e+03 │ bad-measurement │
│ 2 │ Legacy │ P6,5 [MW] │ 30 │ 1.7851e+03 │ bad-measurement │
│ 3 │ PMU │ T5 [deg] │ 5 │ 4.2411e+00 │ bad-measurement │
└────────────┴────────────┴────────────────────┴───────────────┴──────────────────────┴────────────────────┘
Test Summary: | Pass Total
DC State Estimation | 35 35
Testing JuliaGrid tests passed