modelBaseHvdc
Base dynamic model for HVDC links
Extends from Dynawo.Electrical.Controls.Basics.SwitchOff.SwitchOffDCLine (Switch-off signal for a DC line), AdditionalIcons.Hvdc.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | NbSwitchOffSignalsSide1 (from SwitchOffLogicSide1) | Number of switch-off signals to take into account in inputs | |
| Boolean | SwitchOffSignal1Side10 (from SwitchOffLogicSide1) | false | Initial switch-off signal 1 for side 1 of the quadripole |
| Boolean | SwitchOffSignal2Side10 (from SwitchOffLogicSide1) | false | Initial switch-off signal 2 for side 1 of the quadripole |
| Boolean | SwitchOffSignal3Side10 (from SwitchOffLogicSide1) | false | Initial switch-off signal 3 for side 1 of the quadripole |
| Boolean | RunningSide10 (from SwitchOffLogicSide1) | if NbSwitchOffSignalsSide1 >= 3 then not (SwitchOffSignal1Side10 or SwitchOffSignal2Side10 or SwitchOffSignal3Side10) elseif NbSwitchOffSignalsSide1 >= 2 then not (SwitchOffSignal1Side10 or SwitchOffSignal2Side10) else not SwitchOffSignal1Side10 | Indicates if the component is initially running on side 1 or not |
| Integer | NbSwitchOffSignalsSide2 (from SwitchOffLogicSide2) | Number of switch-off signals to take into account in inputs | |
| Boolean | SwitchOffSignal1Side20 (from SwitchOffLogicSide2) | false | Initial switch-off signal 1 for side 2 of the quadripole |
| Boolean | SwitchOffSignal2Side20 (from SwitchOffLogicSide2) | false | Initial switch-off signal 2 for side 2 of the quadripole |
| Boolean | SwitchOffSignal3Side20 (from SwitchOffLogicSide2) | false | Initial switch-off signal 3 for side 2 of the quadripole |
| Boolean | RunningSide20 (from SwitchOffLogicSide2) | if NbSwitchOffSignalsSide2 >= 3 then not (SwitchOffSignal1Side20 or SwitchOffSignal2Side20 or SwitchOffSignal3Side20) elseif NbSwitchOffSignalsSide2 >= 2 then not (SwitchOffSignal1Side20 or SwitchOffSignal2Side20) else not SwitchOffSignal1Side20 | Indicates if the component is initially running on side 2 or not |
| Constants.state | State0 (from SwitchOffDCLine) | Constants.state.Closed | Start value of connection state |
| Real | KLosses | Losses coefficient between 0 and 1 : 1 if no loss in the HVDC link, < 1 otherwise | |
| Types.ActivePowerPu | PMaxPu | Maximum active power in pu (base SnRef) flowing through the HVDC link | |
| Types.ComplexCurrentPu | i10Pu | Start value of complex current at terminal 1 in pu (base UNom, SnRef) (receptor convention) | |
| Types.ActivePowerPu | P1Ref0Pu | Start value of active power reference at terminal 1 in pu (base SnRef) (receptor convention) | |
| Types.ComplexApparentPowerPu | s10Pu | Start value of complex apparent power at terminal 1 in pu (base SnRef) (receptor convention) | |
| Types.ComplexVoltagePu | u10Pu | Start value of complex voltage at terminal 1 in pu (base UNom) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Dynawo.Connectors.BPin | switchOffSignal1Side1 (from SwitchOffLogicSide1) | Switch-off signal 1 for side 1 of the quadripole | |
| Dynawo.Connectors.BPin | switchOffSignal2Side1 (from SwitchOffLogicSide1) | Switch-off signal 2 for side 1 of the quadripole | |
| Dynawo.Connectors.BPin | switchOffSignal3Side1 (from SwitchOffLogicSide1) | Switch-off signal 3 for side 1 of the quadripole | |
| Dynawo.Connectors.BPin | runningSide1 (from SwitchOffLogicSide1) | Indicates if the component is running on side 1 or not | |
| Dynawo.Connectors.BPin | switchOffSignal1Side2 (from SwitchOffLogicSide2) | Switch-off signal 1 for side 2 of the quadripole | |
| Dynawo.Connectors.BPin | switchOffSignal2Side2 (from SwitchOffLogicSide2) | Switch-off signal 2 for side 2 of the quadripole | |
| Dynawo.Connectors.BPin | switchOffSignal3Side2 (from SwitchOffLogicSide2) | Switch-off signal 3 for side 2 of the quadripole | |
| Dynawo.Connectors.BPin | runningSide2 (from SwitchOffLogicSide2) | Indicates if the component is running on side 2 or not | |
| Dynawo.Connectors.BPin | running (from SwitchOffDCLine) | Indicates if the component is running or not | |
| Dynawo.Connectors.ACPower | terminal1 | ||
| Dynawo.Connectors.ACPower | terminal2 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Constants.state | state (from SwitchOffDCLine) | DC Line connection state | |
| Types.ActivePowerPu | P1RefPu | Active power regulation set point in pu (base SnRef) at terminal 1 (receptor convention) | |
| Types.ActivePowerPu | P1Pu | Active power at terminal 1 in pu (base SnRef) (receptor convention) | |
| Types.ActivePowerPu | P2Pu | Active power at terminal 2 in pu (base SnRef) (receptor convention) | |
| Types.ActivePowerPu | PInj1Pu | Active power at terminal 1 in pu (base SnRef) (generator convention) | |
| Types.ActivePowerPu | PInj2Pu | Active power at terminal 2 in pu (base SnRef) (generator convention) | |
| PStatus | pStatus | Status of the active power function | |
| Types.ReactivePowerPu | Q1Pu | Reactive power at terminal 1 in pu (base SnRef) (receptor convention) | |
| Types.ReactivePowerPu | Q2Pu | Reactive power at terminal 2 in pu (base SnRef) (receptor convention) | |
| Types.ReactivePowerPu | QInj1Pu | Reactive power at terminal 1 in pu (base SnRef) (generator convention) | |
| Types.ReactivePowerPu | QInj2Pu | Reactive power at terminal 2 in pu (base SnRef) (generator convention) | |
| Types.ComplexApparentPowerPu | s1Pu | Complex apparent power at terminal 1 in pu (base SnRef) (receptor convention) | |
| Types.VoltageModulePu | U1Pu | Voltage amplitude at terminal 1 in pu (base UNom) |
Contents
| Name | Description |
|---|---|
| PStatus |