Create Customer List
Concept
The customer list is a table that maps loads and generators (from here on defined as customers) to a bus in the grid. A customer can only be mapped to one bus, but a bus can host several customers. As such, the relationship of buses to customers is
Loads
Loads in the customer list can be defined either by their rated power or by their yearly energy consumption.
The load distribution is generated based on the maximum measured load at the slack bus.
The loads in the customer list will be scaled according to the following principles:
- their sum plus network losses match the apparent power measured at the transformer (or slack bus)
- the scaling factor is the same for all loads (the relative power/energy between loads is kept)
The optimization problem can thus be defined as:
where
is the scaled power of load is the power loss on the branch (line and transformer losses) is the measured load at the slack bus is the yearly energy consumption of load from the customer list (can be replaced with the rated power depending on the option chosen) is the unknown scaling factor
Generators
Generators in the customer list are defined by their rated power. No scaling is applied to generators.
Example
To test the functionality, this example file can be downloaded. It can be used with the grid MV grid of the .Plan Examples package.