Skip to main content

EquivalentInjection

Class Description

This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection.

Attributes

NameTypeDescription
maxPActivePowerMaximum active power of the injection.
maxQReactivePowerMaximum reactive power of the injection. Used for modelling of infeed for load flow exchange. Not used for short circuit modelling. If maxQ and minQ are not used ReactiveCapabilityCurve can be used.
minPActivePowerMinimum active power of the injection.
minQReactivePowerMinimum reactive power of the injection. Used for modelling of infeed for load flow exchange. Not used for short circuit modelling. If maxQ and minQ are not used ReactiveCapabilityCurve can be used.
pActivePowerEquivalent active power injection. Load sign convention is used, i.e. positive sign means flow out from a node.
Starting value for steady state solutions.
qReactivePowerEquivalent reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node.
Starting value for steady state solutions.
rResistancePositive sequence resistance. Used to represent Extended-Ward (IEC 60909).
Usage : Extended-Ward is a result of network reduction prior to the data exchange.
r0ResistanceZero sequence resistance. Used to represent Extended-Ward (IEC 60909).
Usage : Extended-Ward is a result of network reduction prior to the data exchange.
r2ResistanceNegative sequence resistance. Used to represent Extended-Ward (IEC 60909).
Usage : Extended-Ward is a result of network reduction prior to the data exchange.
regulationCapabilityBooleanSpecifies whether or not the EquivalentInjection has the capability to regulate the local voltage. If true the EquivalentInjection can regulate. If false the EquivalentInjection cannot regulate. ReactiveCapabilityCurve can only be associated with EquivalentInjection if the flag is true.
regulationStatusBooleanSpecifies the regulation status of the EquivalentInjection. True is regulating. False is not regulating.
regulationTargetVoltageThe target voltage for voltage regulation. The attribute shall be a positive value.
xReactancePositive sequence reactance. Used to represent Extended-Ward (IEC 60909).
Usage : Extended-Ward is a result of network reduction prior to the data exchange.
x0ReactanceZero sequence reactance. Used to represent Extended-Ward (IEC 60909).
Usage : Extended-Ward is a result of network reduction prior to the data exchange.
x2ReactanceNegative sequence reactance. Used to represent Extended-Ward (IEC 60909).
Usage : Extended-Ward is a result of network reduction prior to the data exchange.

Relationships

Ancestors

Descendents

No descendent classes

Associations

Source ClassSource CardinalityTargetTarget CardinalitySource NameSource Assoc. DescriptionTarget NameTarget Assoc. Description
EquivalentInjection0..*ReactiveCapabilityCurve0..1EquivalentInjectionThe equivalent injection using this reactive capability curve.ReactiveCapabilityCurveThe reactive capability curve used by this equivalent injection.