Class Description

Generic user of energy - a point of consumption on the power system model.
EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False.

Attributes

Name Type Description
customerCount Integer Number of individual customers represented by this demand.
grounded Boolean Used for Yn and Zn connections. True if the neutral is solidly grounded.
p ActivePower Active power of the load. Load sign convention is used, i.e. positive sign means flow out from a node.
For voltage dependent loads the value is at rated voltage.
Starting value for a steady state solution.
pfixed ActivePower Active power of the load that is a fixed quantity and does not vary as load group value varies. Load sign convention is used, i.e. positive sign means flow out from a node.
pfixedPct PerCent Fixed active power as a percentage of load group fixed active power. Used to represent the time-varying components. Load sign convention is used, i.e. positive sign means flow out from a node.
phaseConnection PhaseShuntConnectionKind The type of phase connection, such as wye or delta.
q ReactivePower Reactive power of the load. Load sign convention is used, i.e. positive sign means flow out from a node.
For voltage dependent loads the value is at rated voltage.
Starting value for a steady state solution.
qfixed ReactivePower Reactive power of the load that is a fixed quantity and does not vary as load group value varies. Load sign convention is used, i.e. positive sign means flow out from a node.
qfixedPct PerCent Fixed reactive power as a percentage of load group fixed reactive power. Used to represent the time-varying components. Load sign convention is used, i.e. positive sign means flow out from a node.

Relationships

Inherits from

Descendant classes

Leaf/Root class

IsLeaf IsRoot
False False

Associations

Source Class Cardinality Source Target Class Cardinality Target Source Name Source Assoc. Description Target Name Target Assoc. Description
EnergyConsumer 1 EnergyConsumerPhase 0..* EnergyConsumer The energy consumer to which this phase belongs. EnergyConsumerPhase The individual phase models for this energy consumer.
EnergyConsumer 0..* LoadResponseCharacteristic 0..1 EnergyConsumer The set of loads that have the response characteristics. LoadResponse The load response characteristic of this load. If missing, this load is assumed to be constant power.
EnergyConsumer 0..1 EnergyConsumerAction 0..1 EnergyConsumer EnergyConsumerAction
PowerCutZone 0..1 EnergyConsumer 1..* PowerCutZone The energy consumer is assigned to this power cut zone. EnergyConsumers Energy consumer is assigned to the power cut zone.
LoadDynamics 0..1 EnergyConsumer 0..* LoadDynamics Load dynamics model used to describe dynamic behaviour of this energy consumer. EnergyConsumer Energy consumer to which this dynamics load model applies.