modelLoadAlphaBetaRestorativeNetwork

Generic model of a restorative Alpha-Beta load, same model as in the Network.

Extends from BaseClasses.BaseLoad (Base model for loads), AdditionalIcons.Load.

Information

After an event, the load goes back to its initial PPu/QPu unless the voltage at its terminal is lower than UMinPu or higher than UMaxPu. In this case, the load behaves as a classical Alpha-Beta load.
This load restoration emulates the behaviour of a tap changer transformer that connects the load to the system and regulates the voltage at its terminal.

Parameters

TypeNameDefaultDescription
IntegerNbSwitchOffSignals (from SwitchOffLogic)Number of switch-off signals to take into account in inputs
BooleanSwitchOffSignal10 (from SwitchOffLogic)falseInitial switch-off signal 1
BooleanSwitchOffSignal20 (from SwitchOffLogic)falseInitial switch-off signal 2
BooleanSwitchOffSignal30 (from SwitchOffLogic)falseInitial switch-off signal 3
BooleanRunning0 (from SwitchOffLogic)if NbSwitchOffSignals >= 3 then not (SwitchOffSignal10 or SwitchOffSignal20 or SwitchOffSignal30) elseif NbSwitchOffSignals >= 2 then not (SwitchOffSignal10 or SwitchOffSignal20) else not SwitchOffSignal10Indicates if the component is initially running or not
Constants.stateState0 (from SwitchOffLoad)Constants.state.ClosedStart value of connection state
Types.ComplexVoltagePuu0Pu (from BaseLoad)Start value of complex voltage at load terminal in pu (base UNom)
Types.ComplexApparentPowerPus0Pu (from BaseLoad)Start value of apparent power at load terminal in pu (base SnRef) (receptor convention)
Types.ComplexCurrentPui0Pu (from BaseLoad)Start value of complex current at load terminal in pu (base UNom, SnRef) (receptor convention)
Types.TimeTpTime constant for integration of active power setpoint change, in s
Types.TimeTqTime constant for integration of reactive power setpoint change, in s
Types.ActivePowerPuzPMaxMax speed of active power variation in pu/s (base SnRef)
Types.ReactivePowerPuzQMaxMax speed of reactive power variation in pu/s (base SnRef)
RealalphaActive load sensitivity to voltage
RealbetaReactive load sensitivity to voltage
RealalphaLongActive load exponential sensitivity to voltage (long term behaviour)
RealbetaLongReactive load exponential sensitivity to voltage (long term behaviour)

Connectors

TypeNameDefaultDescription
Dynawo.Connectors.BPinswitchOffSignal1 (from SwitchOffLogic)Switch-off signal 1
Dynawo.Connectors.BPinswitchOffSignal2 (from SwitchOffLogic)Switch-off signal 2
Dynawo.Connectors.BPinswitchOffSignal3 (from SwitchOffLogic)Switch-off signal 3
Dynawo.Connectors.BPinrunning (from SwitchOffLogic)Indicates if the component is running or not
Dynawo.Connectors.ACPowerterminal (from BaseLoad)Connector used to connect the load to the grid
Modelica.Blocks.Interfaces.RealInputPRefPu (from BaseLoad)Active power request
Modelica.Blocks.Interfaces.RealInputQRefPu (from BaseLoad)Reactive power request
Modelica.Blocks.Interfaces.RealInputdeltaP (from BaseLoad)Delta to apply on PRef in %
Modelica.Blocks.Interfaces.RealInputdeltaQ (from BaseLoad)Delta to apply on QRef in %
Dynawo.Connectors.ImPinUPu (from BaseLoad)Voltage amplitude at load terminal in pu (base UNom)

Components

TypeNameDefaultDescription
Constants.statestate (from SwitchOffLoad)Load connection state
Types.ActivePowerPuPPu (from BaseLoad)Active power at load terminal in pu (base SnRef) (receptor convention)
Types.ReactivePowerPuQPu (from BaseLoad)Reactive power at load terminal in pu (base SnRef) (receptor convention)
Types.ComplexApparentPowerPuSPu (from BaseLoad)Apparent power at load terminal in pu (base SnRef) (receptor convention)