EnergyConsumer
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
Ancestors
Descendents
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
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 | 1 | EnergyConsumerPhase | 0..* | EnergyConsumer | The energy consumer to which this phase belongs. | EnergyConsumerPhase | The individual phase models for this energy consumer. |
EnergyConsumer | 0..1 | EnergyConsumerAction | 0..1 | EnergyConsumer | EnergyConsumerAction | ||
EnergyConsumer | 1..* | PowerCutZone | 0..1 | EnergyConsumers | Energy consumer is assigned to the power cut zone. | PowerCutZone | The energy consumer is assigned to this power cut zone. |
EnergyConsumer | 0..* | LoadDynamics | 0..1 | EnergyConsumer | Energy consumer to which this dynamics load model applies. | LoadDynamics | Load dynamics model used to describe dynamic behaviour of this energy consumer. |