Proposed for review
Communications
What effects do communications systems have on the operations of smart grid technologies?
Communications Apps:
- Central control to device (load shed signal)
- Point to Point (end of line measurement to voltage regulator)
- End use to meter (Home EMS)
- Multipath communications (packet switching)
Communications Technologies:
- Power Line Carrier (inc TWACS)
- Radio (inc UHF, broadcast, dedicated, ad-hoc)
- Internet Cable (inc fiber optics)
Short description of purpose of Analysis:
- Understand impact of communications limitations and outages. Assume that a functioning comm system has no impact, but comm system failures and limnitations have adverse impact. What type of failures and limitations charaterize various comm schemes? What effect do these have?
Major Results of Analysis
- highlight inadequacy of some comm technology in some applications
Examine:
- Impact of Latencies on operations
- Impact of bandwidth limitations on operations
- Impacts of data loss on operations
- Interaction between data collection and data storage (centralized vs decentralized)
- Impacts of cyber security (encryption and authentication overhead)
- Impacts of privacy overhead.
- For these issues, look at power reliability, ability to do transactive control, revenue impact,feeder reconfig, voltage regulator, tap changer, more
Modeling Concepts
The basic modeling approach is to model each network as a single "network" object that embeds the basic performance characteristics of a network, such as latency, reliability, and bandwidth limits. Each data path that must be handled is modeled as an "port" object whose parent is the network that handles its transport. This object describes where the data comes from, where it goes to, and how the transmission is triggered, e.g., on demand, on change, or at a regular interval. The size of the data packet is computed from the data item referenced, unless specified explicitly by the port object.
Example
The follow example illustrates how to model the flow of data from a source object to a destination object where the source data is sent as soon as the data changes.
class myclass { double item1; double item2; double item3; double item4; boolean send; } object myclass { name "Obj1"; item1 0.5; } object myclass { name "Obj2"; } object network { name Net1; latency 0; bandwidth 1 Mb/s; droprate 0.1%; // first example: transmission on change only object port { from Obj1.item1; to Obj2.item2; synctype DELTA; // the data will transfer only when source data changes }; // second example: transmission on send command only object port { from Obj1.item1; to Obj2.item3; synctype ASYNC; // the data will transfer only when sendflag is true sendflag Obj1.send; // reference to the sendflag at source }; // third example: transmission on send command only object port { from Obj1.item1; to Obj2.item3; synctype ASYNC; // the data will transfer only when sendflag is true sendflag Obj2.send; // reference to the sendflag at destination }; // fourth example: regular interval transmission object port { from Obj1.item1; to Obj2.item4; synctype CLOCK; // the data will transfer periodically frequency 10s; // the frequency of the update }; }
Using Demand Response to Offset Variable Generation
Short Description of Purpose of Analysis:
- Model a “whole” system from generation to transmission to distribution to load.
- Study the effectiveness of demand response in mitigating the effects of non-controllable generation.
Major Results of Analysis:
- Implement generator models that contain bidding models commonly used in transmission planning/operation (cost curves, PV buses, economic dispatch models, etc.).
- A good, general central plant model is needed.
- Do generators need a template model containing various aspects required – e.g. cost curves, market tie-ins, etc.
- There needs to be a mechanism for bidding generation (it may be piece-wise linear, cubic, etc.).
- External generator controls are required (AGC, etc.).
- An overarching generational dispatch or unit commitment object is required.
- How much detail is required to accurately represent a true operational system?
Effects of Control Strategies on Responsive Loads
Short Description of Purpose of Analysis
- What are the effects of different control strategies on responsive loads?
- Frequency
- Voltage
- Price
- Other regulatory signals
- How do these control strategies directly affect customers?
- How do these control strategies affect the demand (locally and regionally)?
Major Results of Analysis:
- What are the regionalized effects of control strategies?
- What level of granularity is desired?
- Multiple control signals should be applicable. Should there be a limit to the number of control signals available?
- For frequency responses, coupling with other software is desired (e.g. using another software platform for dynamic simulations, while GridLAB-D provides the load response).
- Loads other than residential homes are highly desired.
- Do loads need to be frequency dependent? To what level of detail should this be implemented?
- Is there a more user friendly way of implementing control algorithms with GridLAB-D?
Interaction of DR and Two Settlement Markets
Short Desc:
- How do LSE’s manage supply and demand portfolio when regulations differ?
- Risk Management for DG, PHEV, DR etc
- Role of AMI (Enabler), strategies for control?
- How does DR affect wholesale real time market operation, rules, monitoring etc
- How well does DR mitigate wholesale market power?
- How is DR affected by wholesale + retail prices?
- Take advantage of market opportunities
- Consequences of Active Market Participation
Major Analysis
- How do LSE’s manage supply and demand portfolio when regulations differ?
- Pro forma, Balance Sheet, Cost/Benefit Analysis, Profitability
- Portfolio Analysis Results, Risk Analysis
- Description of Strategy (Bidding, Retail Rate, Portfolio Management)
- Contract Portfolio Composition
- How does LSE manage risk of DG, DR, PHEV?
- Rate of return estimates/payback time
- Fraction change in reserve requirements for DR/DG/PHEV
- What is the role of AMI (Strategies for Control)?
- ?
- How does DR affect wholesale real time market operation, rules, monitoring etc
- Different between forecast and actual load
- Impact on reserve requirements of DR (Different base case and study)
- How well does DR mitigate wholesale market power?
- Supply profits (Base case/cost bid, study/strategy bid, with/without DR)
- Compare energy and reserve market power
- How is DR affected by wholesale and retail prices?
- Gross Revenues
- Net (per KWh) Energy Cost Change
- Counterfactual (Bid) demand
- Rebound Effects
- Overrides/Penalties
- Separate by load class
- Elasticity
- Saturation of DR Control/Overloads/Stability
- Evaluate Surplus (change, total?)
- Change in rate of control (cycling rate)
- Lag between price and control action
- Take advantage of market opportunities
- Load Shift
- Preheat/cool
- Charge/Discharge
- Storage
- Take advantage of market opportunities
Quantify the above
- Consequences of Active Market Participation
- Consumer Fatigue
- Consumer Resistance
- Attrition
- Impact on suppliers(reliability, repair costs, availability)s
- Consequences of Active Market Participation
Agent based Transient and Power Quality Analysis
Short Desc:
- Design of power electronic controllers
- Effect of power electronic controllers
- What Types?
- What does it do?
- Fault Analysis
- Full Transient Stability Analysis
- Full EM Transient Analysis
Major Analysis
- Design of Power electronic Controllers
- DC to DC convertor models
- AC to DC convertor models
- They can be frequency dependent models
- Harmonic distortion on the system caused by the devices
- Effect of power electronic controllers
Same as 1.
- Fault Analysis
- Fault Currents
- Relay Response, Breaker response, all protection equipment response
- Component responses to system faults (like distributed resource response and demand response) to system faults
- Full Transient Stability Analysis
- System Inertia Modeling (generators, motors etc)
- Order of millisecond analysis (voltage response, inertial swing equation)
- Generator dynamic modeling (exciters, governors, PSS etc)
- Full EM Transient analysis
- Effect of lightning
- PSpice, EMTP
Aggregate Demand Response Modeling
- Capture composite load behavior in a single agent, including
- Natural behavior (e.g., thermal cycle)
- Demand variation (e.g., enduse, daytype, hour)
- Curtailment signals (e.g., direct load control, duty cycle control, thermostat reset)
- Time-independent solution
- Equilibrium initial conditions
- Forecasting and glance-ahead
- Time-dependent solution
- Fixed internal time-step
- Separate model data for each end-use
- Model inputs
- Thermal rates (e.g., duty cycle if any)
- Control band (e.g., thermostat)
- Load fractions (ZIP)
- Model variables
- Demand and curtailment
- Thermostat reset
- Model outputs
- Effective duty-cycle