-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolvsett.tex
More file actions
108 lines (52 loc) · 2.31 KB
/
solvsett.tex
File metadata and controls
108 lines (52 loc) · 2.31 KB
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
\section{\index{PLOTSTEP@PLOT\_STEP}Sampling time for observed variables}
\$PLOT\_STEP time(s) ;
\section{\index{DISPPROF@DISP\_PROF}Display Profiling Results}
\$DISP\_PROF T/F ;
\section{\index{GPREFRESHRATE@GP\_REFRESH\_RATE}Run-time observables refresh
interval}
\$GP\_REFRESH\_RATE time\_interval(s) ;
\section{\index{TLOADREST@T\_LOAD\_REST}Time constant of load restoration}
\$T\_LOAD\_REST time(s) ;
\section{\index{OMEGAREF@OMEGA\_REF}Omega Reference}
\$OMEGA\_REF SYN/COI ;
Synchronous reference frame or center of inertia reference frame.
\section{\index{MAXGFAULT@MAX\_G\_FAULT}Maximum Fault Value}
\$MAX\_FAULT value ;
\section{\index{SBASE@S\_BASE}Base Power}
Sets the global base power of the system.
\$S\_BASE BASE(MVA) ;
\section{\index{FNOM}Nominal Frequency}
FNOM Frequency(Hz) ;
\section{\index{NEWTONTOLER@NEWTON\_TOLER}Newton Tolerance}
\$NEWTON\_TOLER NETWORK\_TOLERANCE INJ\_RELATIVE\_TOLERANCE
INJ\_ABSOLUTE\_TOLERANCE ;
Set's the solver Newton iteration tolerance for stopping. Default
values are: 1e-03, 5e-04, 5e-04.
\section{\index{FINDIFFER@FIN\_DIFFER}Finite Difference Values}
\$FIN\_DIFFER proportional\_value absolute\_value
;
Values used to calculate numerically Jacobian matrices of injectors.
\section{\index{FULLUPDATE@FULL\_UPDATE}Full Jacobian Update}
\$FULL\_UPDATE T/F ;
Disable partial Jacobian updates.
\section{\index{SKIPCONV@SKIP\_CONV}Skip Converged Blocks}
\$SKIP\_CONV T/F ;
Activate/Deactivate stopping to solve converged injectors.
\section{\index{LATENCY}Latency Tolerance}
\$LATENCY OBS\_TIME\_WINDOW(s) EARLY\_STOP(T/F)
;
\section{\index{SCHEME}Solution Scheme}
\$SCHEME DE/IN ;
Integrated or Decomposed solution scheme.
\section{\index{NB_THREADS@NB\_THREADS}Number of Threads for parallel computing}
\$NB\_THREADS Number ;
\section{\index{NB_CHUNKS@NB\_CHUNKS}Way of injector distribution over parallel
threads}
\$OMP STA/DYN/GUI chunk ;
STA is for static assignment (better for NUMA architecture computers),
DYN is for dynamic assignment (better for UMA architecture computers)
and GUI is for guided. Chunk is the number of consecutive injectors
assigned to each thread.
\section{Update network elements with frequency}
\$NET\_FREQ\_UPD T/F ;
Check \href{file:models/freq_upd_vminmax.pdf}{Network update with frequency}.