modelDcVoltageControl
DC voltage control for the HVDC VSC model
Extends from Dynawo.Electrical.HVDC.HvdcVsc.BaseControls.Parameters.ParamsDcVoltageControl (Parameters of DC voltage control).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Types.PerUnit | KiDc (from ParamsDcVoltageControl) | Integral coefficient of the PI controller for the DC voltage control | |
| Types.PerUnit | KpDc (from ParamsDcVoltageControl) | Proportional coefficient of the PI controller for the DC voltage control | |
| Types.Time | tMeasureU (from ParamsDcVoltageControl) | Time constant of the voltage measurement filter in s | |
| Types.VoltageModulePu | UDcRefMaxPu (from ParamsDcVoltageControl) | Maximum value of the DC voltage reference in pu (base UDcNom) | |
| Types.VoltageModulePu | UDcRefMinPu (from ParamsDcVoltageControl) | Minimum value of the DC voltage reference in pu (base UDcNom) | |
| Types.PerUnit | IpMaxPu | Maximum value of the active current in pu (base SNom, UNom) (DC to AC) | |
| Types.PerUnit | RDcPu | Resistance of one cable of DC line in pu (base UDcNom, SnRef) | |
| Types.ApparentPowerModule | SNom | Nominal apparent power in MVA | |
| Types.PerUnit | Ip0Pu | Start value of active current in pu (base SNom, UNom) (DC to AC) | |
| Types.VoltageModulePu | U0Pu | Start value of AC voltage in pu (base UNom) | |
| Types.VoltageModulePu | UDc0Pu | Start value of DC voltage in pu (base UDcNom) | |
| Types.VoltageModulePu | UDcRef0Pu | Start value of DC voltage reference in pu (base UDcNom) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | ipMaxPu | Maximum active current reference in pu (base SNom, UNom) (DC to AC) | |
| Modelica.Blocks.Interfaces.RealInput | ipMinPu | Minimum active current reference in pu (base SNom, UNom) (DC to AC) | |
| Modelica.Blocks.Interfaces.RealInput | UDcPu | DC voltage in pu (base UDcNom) | |
| Modelica.Blocks.Interfaces.RealInput | UDcRefPu | Reference DC voltage in pu (base UDcNom) | |
| Modelica.Blocks.Interfaces.RealInput | UPu | AC voltage in pu (base UNom) | |
| Modelica.Blocks.Interfaces.RealOutput | ipRefPu | Active current reference in pu (base SNom, UNom) (DC to AC) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Continuous.FirstOrder | firstOrder1 | ||
| Modelica.Blocks.Nonlinear.Limiter | limiter | ||
| Modelica.Blocks.Math.Feedback | feedback | ||
| Modelica.Blocks.Math.Gain | gain1 | ||
| Dynawo.NonElectrical.Blocks.Continuous.PIAntiWindupVariableLimits | PI | ||
| Modelica.Blocks.Math.Division | iDCCalc | ||
| Modelica.Blocks.Math.Product | pCalc | ||
| Modelica.Blocks.Math.Add | add | ||
| Modelica.Blocks.Nonlinear.Limiter | limiter1 | ||
| Modelica.Blocks.Math.Gain | gain | ||
| Modelica.Blocks.Math.Gain | gain2 | ||
| Modelica.Blocks.Math.Gain | gain3 |