IEEET1
Block Diagram
Standard model of the IEEET1 Exciter.
Notes:
The voltage-sensing input currently uses the positive bus-voltage magnitude \(\sqrt{V_r^2 + V_i^2}\); a separate compensation-impedance path is not modeled here.

Figure 1: Exciter IEEET1 model. Figure courtesy of PowerWorld
Model Parameters
Symbol |
Units |
Description |
Typical Value |
Note |
|---|---|---|---|---|
\(T_R\) |
[sec] |
Time constant for voltage sensing |
0 |
|
\(K_A\) |
[p.u.] |
Coefficient for voltage regulation |
50 |
|
\(T_A\) |
[sec] |
Time constant for voltage regulation |
0.04 |
|
\(K_E\) |
[p.u.] |
Coefficient for excitation system |
-0.06 |
|
\(T_E\) |
[sec] |
Time constant for excitation system |
0.6 |
|
\(K_F\) |
[p.u.] |
Coefficient for feedback |
0.09 |
|
\(T_F\) |
[sec] |
Time constant for feedback |
1.46 |
|
\(V_R^{\min}\) |
[p.u.] |
Lower limit to voltage regulation |
-1 |
|
\(V_R^{\max}\) |
[p.u.] |
Upper limit to voltage regulation |
1 |
|
\(E_1\) |
[p.u.] |
Saturation Parameter |
2.8 |
|
\(E_2\) |
[p.u.] |
Saturation Parameter |
3.73 |
|
\(S_1\) |
[p.u.] |
Saturation Parameter |
0.04 |
|
\(S_2\) |
[p.u.] |
Saturation Parameter |
0.33 |
|
\(I_{\mathrm{spdlim}}\) |
[binary] |
Speed limit flag indicator |
0 |
Parameter Validation
Invalid IEEET1 parameter sets are rejected by the following checks. Let \(\epsilon_T=10^{-3}\).
Model Derived Parameters
When saturation is disabled, \(S_A=0\) and \(S_B=0\). Otherwise, the parameters are chosen so that the following quadratic model represents the expected saturation near the operating region:
Generally, this system has two solutions. The non-extraneous solution is as follows.
Model Variables
Internal Variables
Differential
Symbol |
Units |
Description |
Note |
|---|---|---|---|
\(V_{ts}\) |
[p.u.] |
Sensed terminal voltage |
|
\(V_R\) |
[p.u.] |
Voltage regulator |
|
\(E_{fd}'\) |
[p.u.] |
Field-current pre-speed multiplier |
|
\(V_{fx}\) |
[p.u.] |
Exciter feedback internal state |
Algebraic
Symbol |
Units |
Description |
Note |
|---|---|---|---|
\(V_{tr}\) |
[p.u.] |
Terminal Voltage Error |
|
\(V_f\) |
[p.u.] |
Feedback Voltage |
|
\(V_E\) |
[p.u.] |
Excitation control voltage |
|
\(E_{fd}\) |
[p.u.] |
Field winding voltage |
|
\(k_\text{sat}\) |
[p.u.] |
Saturation variable |
External Variables
Symbol |
Units |
Description |
Note |
|---|---|---|---|
\(V_r\) |
[p.u.] |
Real bus voltage component |
|
\(V_i\) |
[p.u.] |
Imaginary bus voltage component |
|
\(V_\text{ref}\) |
[p.u.] |
Reference terminal voltage |
|
\(V_{UEL}\) |
[p.u.] |
Input from under excitation limiter |
Constant zero until modeled |
\(V_{OEL}\) |
[p.u.] |
Input from over excitation limiter |
Constant zero until modeled |
\(V_S\) |
[p.u.] |
Input from stabilizer controller |
Optional, defaults to zero |
\(\omega\) |
[p.u.] |
Machine speed deviation |
Optional, defaults to zero |
Model Equations
Differential Equations
For readability, define the pre-limit derivative of \(V_R\) and voltage-sensing input:
The IEEET1 differential equations, as derived from the model diagram, are:
CommonMath defines the smooth Anti-Windup target and approximation.
Algebraic Equations
The algebraic equations of the exciter.
Here \(q\) is GridKit’s Quadratic Ramp.
Initialization
The implementation first applies \(T \leftarrow \max(T, 10^{-3})\) for \(T \in \{T_R, T_A, T_E, T_F\}\). This should be replaced with a structural template change in the future. The machine initializes \(E_{fd}\) first. IEEET1 reads that value as \(E_{fd,0}\), along with any attached \(\omega\) and \(V_S\), and solves the steady-state algebraic chain so all residuals vanish with \(\dot y = 0\). The sensed terminal voltage initializes from the positive bus-voltage magnitude. Saturation is included when enabled, and the speed-limit flag is included directly; \(V_\text{ref}\) is set to close the \(V_{tr}\) equation with the current input values.
All internal derivatives initialize to zero.
Monitorable Variables
Variable |
Units |
Description |
Note |
|---|---|---|---|
|
[p.u.] |
Field winding voltage |
|
|
[p.u.] |
Magnetic saturation coefficient |
\(S_B\,q(E_{fd}'-S_A)\) |