modelVRProportional_INIT
Simple proportional voltage regulator initialization model
Extends from Dynawo.Electrical.Controls.Machines.VoltageRegulators.Exciter_INIT (Initialization model for exciter).
Information
Here one of the inputs is Efd0PuLF.This value will initialize the limiter input variable, but since it could be out the saturation bounds, the initial value kept for EfdPu is Efd0Pu which is min(max(Efd0PuLF, EfdMinPu), EfdMaxPu).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Types.VoltageModulePu | EfdMaxPu | Maximum allowed exciter field voltage in pu (user-selected base voltage) | |
| Types.VoltageModulePu | EfdMinPu | Minimum allowed exciter field voltage in pu (user-selected base voltage) | |
| Types.PerUnit | Gain | Control gain |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Types.VoltageModulePu | Efd0Pu (from Exciter_INIT) | Initial excitation voltage in pu (user-selected base voltage) | |
| Types.VoltageModulePu | Us0Pu (from Exciter_INIT) | Initial stator voltage in pu (base UNom) | |
| Types.VoltageModulePu | Efd0PuLF | Initial exciter field voltage from LoadFlow in pu (user-selected base voltage) | |
| Types.VoltageModulePu | UsRef0Pu | Initial reference stator voltage in pu (base UNom) | |
| LimiterWithLag_INIT | limiterWithLag |