Over Excitation Limiter Model: OEL5C
Following checks and corrections are applied during Validation and AutoCorrection.
- If Toel <= 0 then Toel = Mult*TimeStep
- If 0.0 < TF1 < 0.25*Mult*TimeStep then TF1 = 0.0
ElseIf 0.25*Mult*TimeStep < TF1 < 0.5*Mult*TimeStep then TF1 = 0.5*Mult*TimeStep - If 0.0 < TF2 < 0.25*Mult*TimeStep then TF2 = 0.0
ElseIf 0.25*Mult*TimeStep < TF2 < 0.5*Mult*TimeStep then TF2 = 0.5*Mult*TimeStep - If VOELmax < VOELmin then swap the values. If VOELmax < 0 then VOELmax change sign to positive. If VOELmin > 0 then change sign to negative.
- If VVFEmax < VVFEmin then swap the values. If VVFEmax < 0 then VVFEmax change sign to positive. If VVFEmin > 0 then change sign to negative.
Mult represents the user-specified value Minimum time constant size as multiple of time step option on the Validation page of the Transient Stability Dialog
TimeStep represents the integration time step being used as described on TimeStep
Following treatment is handled during the transient numerical simulation
- If IntegratorPIKPvKIv > VVFEmax, then VVFEmax = IntegratorPIKPvKIv limits or if IntegratorPIKPvKIv < VVFEmin, then VVFEmin = IntegratorPIKPvKIv
- If IntegratorPIKPKI > VOELmax, then VOELmax = IntegratorPIKPKI limits or if IntegratorPIKPKI < VOELmin, then VOELmin = IntegratorPIKPKI
Model Equations and/or Block Diagrams
Parameters:
| OELInput | OELInput: OEL Input, 0=Ifd, 1=Efd, 2=VFE |
| IFDpu | IFDpu: OEL inverse time integrator pick up level (pu) |
| IFDlim | IFDlim: OEL inverse time limit active level (pu.s) |
| VOELmax1 | VOELmax1: OEL inverse time upper limit (pu.s) |
| Toel | Toel: OEL inverse time integrator time constant (s) |
| KIFDT | KIFDT: OEL inverse time leak gain (pu) |
| K | K: OEL lead lag gain (pu) |
| TCoel | TCoel: OEL lead time constant (s) |
| TBoel | TBoel: OEL lag time constant (s) |
| IFDpulev | IFDpulev: OEL activation logic pick up level (pu) |
| TIFDlev | TIFDlev: OEL activation logic timer setpoint (s) |
| TFDref1 | TFDref1: OEL reference 1 (pu) |
| TFDref2 | TFDref2: OEL reference 2 (pu) |
| KPoel | KPoel: OEL proportional gain (pu) |
| KIoel | KIoel: OEL integral gain (pu/s) |
| VOELmax | VOELmax: OEL PI control upper limit (pu) |
| VOELmin | VOELmin: OEL PI control lower limit (pu) |
| KPvfe | KPvfe: Exciter field current regulator proportional gain (pu) |
| KIvfe | KIvfe: Exciter field current regulator integral gain (pu/s) |
| VVFEmax | VVFEmax: Exciter field current regulator upper limit (pu) |
| VVFEmin | VVFEmin: Exciter field current regulator lower limit (pu) |
| Kscale1 | Kscale1: Scale factor for OEL input |
| TF1 | TF1: OEL input transducer time constant (s) |
| Kscale2 | Kscale2: Scale factor IFEbase/IFErated |
| TF2 | TF2: Exciter field current transducer time constant (s) |
| VFEref | VFEref: Exciter field current reference setpoint (pu) |
| SW1 | SW1: OEL reference logical switch 1 (1 = Position A, 2 = Position B) |
| Ibias | Ibias: OEL reference bias (pu) |
| K1 | K1: Exponent for inverse time function |