Package gridiq.network

GridIQ - A test bed for smart grid agents This component defines the power network model used by the system.

See:
          Description

Class Summary
Bus A bus in a power network.
Demand Represents pricing demand attributes for electricity market simulation.
ElectricityPricing The parent class for electricity market related bus attributes.
Generator Abstract class representing attributes relevant to any bus that generates power.
Line This represents a power line between two buses in an electricity network.
Network An electricity network consisting of a set of Buses connected by Lines.
PQLoad This class represents a load bus.
PVGenerator This class represents a Regulated Bus.
ShuntAdmittance Represents Shunt Admittance properties of a bus.
SlackGenerator Represents a Slack Bus.
Supply Represents pricing supply attributes for electricity market simulation.
 

Package gridiq.network Description

GridIQ - A test bed for smart grid agents This component defines the power network model used by the system. Classes within this component store the structure and current state of all devices in the network. A network is comprised of a set of Bus objects connected by Line objects. Lines are defined by a set of attributes such as length, resistance, reactance and power, voltage and current ratings. A bus is defined by multiple attribute sets defining attributes such as power, voltage and current ratings, load, power generation, shunt admittance, slack bus attributes, and power demand and supply properties.