scispace - formally typeset
Search or ask a question
Author

Chen-Ching Liu

Bio: Chen-Ching Liu is an academic researcher from Virginia Tech. The author has contributed to research in topics: Electric power system & Electricity market. The author has an hindex of 57, co-authored 269 publications receiving 12126 citations. Previous affiliations of Chen-Ching Liu include Washington State University & Purdue University.


Papers
More filters
Proceedings ArticleDOI
23 Apr 2017
TL;DR: This paper introduces a smart contract that implements a transactive energy auction that operates without the need for a trusted entitys oversight and implements a Vickrey second price auction.
Abstract: Transactive energy paradigms will enable the exchange of energy from a distributed set of prosumers. While prosumers have access to distributed energy resources, these resources are intermittently available. There is a need for distributed markets to enable the exchange of energy in transactive environments, however, the large number of potential prosumers introduces challenges in the establishment of trust between prosumers. Markets for transactive environments create other challenges, such as establishing clearing prices for energy and exchanging money between prosumers. Blockchains provide a unique technology to address this distributed trust problem through the use of a distributed ledger, cryptocurrencies, and the execution of smart contracts. This paper introduces a smart contract that implements a transactive energy auction that operates without the need for a trusted entitys oversight. The auction mechanism implements a Vickrey second price auction, which guarantees bidders will submit honest bids. The contract is implemented on transactive agents on the WSU campus interacting with a 72kW PV array and the Ethereum blockchain. The contract is then used to execute auctions based on the energy from the the PV array and simulated building loads to demonstrate the auctions operations.

142 citations

Journal ArticleDOI
TL;DR: In this paper, the relationship between rotor angle stability and maximal Lyapunov exponent (MLE) is established and a computational algorithm is developed for the calculation of MLE in an operational environment.
Abstract: Online monitoring of rotor angle stability in wide area power systems is an important task to avoid out-of-step instability conditions. In recent years, the installation of phasor measurement units (PMUs) on the power grids has increased significantly and, therefore, a large amount of real-time data is available for online monitoring of system dynamics. This paper proposes a PMU-based application for online monitoring of rotor angle stability. A technique based on Lyapunov exponents is used to determine if a power swing leads to system instability. The relationship between rotor angle stability and maximal Lyapunov exponent (MLE) is established. A computational algorithm is developed for the calculation of MLE in an operational environment. The effectiveness of the monitoring scheme is illustrated with a three-machine system and a 200-bus system model.

140 citations

Journal ArticleDOI
TL;DR: The results indicate that the proposed algorithm improves the voltage profile of an island after the system reconfiguration compared with the algorithm that only considers real power balance.
Abstract: In response to disturbances, a self-healing system reconfiguration that splits a power network into self-sufficient islands can stop the propagation of disturbances and avoid cascading events This paper proposes an area partitioning algorithm that minimizes both real and reactive power imbalance between generation and load within islands The proposed algorithm is a smart grid technology that applies a highly efficient multilevel multi-objective graph partitioning technique Thus, it is applicable to very large power grids The proposed algorithm has been simulated on a 200- and a 22,000-bus test systems The results indicate that the proposed algorithm improves the voltage profile of an island after the system reconfiguration compared with the algorithm that only considers real power balance In doing so, the algorithm maintains the computational efficiency

138 citations

Journal ArticleDOI
TL;DR: In this article, the authors examined bidding strategies in a bilateral market in which generating companies submit bids to loads and derived necessary and sufficient conditions of Nash equilibrium bidding strategy based on a generic generating cost matrix and the loads' willingness to pay vector.
Abstract: This paper examines bidding strategies in a bilateral market in which generating companies submit bids to loads. A load accepts electricity delivery from the generator with the lowest bid at its bid price as long as this price is not higher than the load's willingness to pay. Necessary and sufficient conditions of Nash equilibrium (NE) bidding strategy are derived based on a generic generating cost matrix and the loads' willingness to pay vector. The study shows that in any NE, efficient allocation is achieved. Furthermore, all Nash equilibria are revenue equivalent for the generators. Based on the necessary and sufficient conditions, this problem is formulated as an optimal assignment problem. Network optimization techniques are applied to calculate NE bid prices for the generators.

132 citations

Journal ArticleDOI
TL;DR: It is demonstrated that the proposed coordinated control approach help us to reduce the feeder's power demand by reducing the bus voltages; the proposed approach maintains an average feeder voltage of 0.96 p.u.
Abstract: Conservation voltage reduction (CVR) uses Volt-VAR optimization (VVO) methods to reduce customer power demand by controlling feeder's voltage control devices. The objective of this paper is to present a VVO approach that controls system's legacy voltage control devices and coordinates their operation with smart inverter control. An optimal power flow (OPF) formulation is proposed by developing linear and nonlinear power flow approximations for a three-phase unbalanced electric power distribution system. A bi-level VVO approach is proposed, where Level 1 optimizes the control of legacy devices and smart inverters using a linear approximate three-phase power flow. In Level 2, the control parameters for smart inverters are adjusted to obtain an optimal and feasible solution by solving the approximate nonlinear OPF model. Level 1 is modeled as a mixed integer linear program (MILP) while Level 2 as a nonlinear program with linear objective and quadratic constraints. The proposed approach is validated using 13-bus and 123-bus three-phase IEEE test feeders and a 329-bus three-phase PNNL taxonomy feeder. The results demonstrate the applicability of the framework in achieving the CVR objective. It is demonstrated that the proposed coordinated control approach help us to reduce the feeder's power demand by reducing the bus voltages; the proposed approach maintains an average feeder voltage of 0.96 p.u. A higher energy saving is reported during the minimum load conditions. The results and approximation steps are thoroughly validated using OpenDSS.

126 citations


Cited by
More filters
Journal ArticleDOI
TL;DR: Machine learning addresses many of the same research questions as the fields of statistics, data mining, and psychology, but with differences of emphasis.
Abstract: Machine Learning is the study of methods for programming computers to learn. Computers are applied to a wide range of tasks, and for most of these it is relatively easy for programmers to design and implement the necessary software. However, there are many tasks for which this is difficult or impossible. These can be divided into four general categories. First, there are problems for which there exist no human experts. For example, in modern automated manufacturing facilities, there is a need to predict machine failures before they occur by analyzing sensor readings. Because the machines are new, there are no human experts who can be interviewed by a programmer to provide the knowledge necessary to build a computer system. A machine learning system can study recorded data and subsequent machine failures and learn prediction rules. Second, there are problems where human experts exist, but where they are unable to explain their expertise. This is the case in many perceptual tasks, such as speech recognition, hand-writing recognition, and natural language understanding. Virtually all humans exhibit expert-level abilities on these tasks, but none of them can describe the detailed steps that they follow as they perform them. Fortunately, humans can provide machines with examples of the inputs and correct outputs for these tasks, so machine learning algorithms can learn to map the inputs to the outputs. Third, there are problems where phenomena are changing rapidly. In finance, for example, people would like to predict the future behavior of the stock market, of consumer purchases, or of exchange rates. These behaviors change frequently, so that even if a programmer could construct a good predictive computer program, it would need to be rewritten frequently. A learning program can relieve the programmer of this burden by constantly modifying and tuning a set of learned prediction rules. Fourth, there are applications that need to be customized for each computer user separately. Consider, for example, a program to filter unwanted electronic mail messages. Different users will need different filters. It is unreasonable to expect each user to program his or her own rules, and it is infeasible to provide every user with a software engineer to keep the rules up-to-date. A machine learning system can learn which mail messages the user rejects and maintain the filtering rules automatically. Machine learning addresses many of the same research questions as the fields of statistics, data mining, and psychology, but with differences of emphasis. Statistics focuses on understanding the phenomena that have generated the data, often with the goal of testing different hypotheses about those phenomena. Data mining seeks to find patterns in the data that are understandable by people. Psychological studies of human learning aspire to understand the mechanisms underlying the various learning behaviors exhibited by people (concept learning, skill acquisition, strategy change, etc.).

13,246 citations

Journal ArticleDOI
TL;DR: The Compact Muon Solenoid (CMS) detector at the Large Hadron Collider (LHC) at CERN as mentioned in this paper was designed to study proton-proton (and lead-lead) collisions at a centre-of-mass energy of 14 TeV (5.5 TeV nucleon-nucleon) and at luminosities up to 10(34)cm(-2)s(-1)
Abstract: The Compact Muon Solenoid (CMS) detector is described. The detector operates at the Large Hadron Collider (LHC) at CERN. It was conceived to study proton-proton (and lead-lead) collisions at a centre-of-mass energy of 14 TeV (5.5 TeV nucleon-nucleon) and at luminosities up to 10(34)cm(-2)s(-1) (10(27)cm(-2)s(-1)). At the core of the CMS detector sits a high-magnetic-field and large-bore superconducting solenoid surrounding an all-silicon pixel and strip tracker, a lead-tungstate scintillating-crystals electromagnetic calorimeter, and a brass-scintillator sampling hadron calorimeter. The iron yoke of the flux-return is instrumented with four stations of muon detectors covering most of the 4 pi solid angle. Forward sampling calorimeters extend the pseudo-rapidity coverage to high values (vertical bar eta vertical bar <= 5) assuring very good hermeticity. The overall dimensions of the CMS detector are a length of 21.6 m, a diameter of 14.6 m and a total weight of 12500 t.

5,193 citations

01 Jan 2003

3,093 citations

Journal ArticleDOI
TL;DR: In this paper, the authors survey the literature till 2011 on the enabling technologies for the Smart Grid and explore three major systems, namely the smart infrastructure system, the smart management system, and the smart protection system.
Abstract: The Smart Grid, regarded as the next generation power grid, uses two-way flows of electricity and information to create a widely distributed automated energy delivery network. In this article, we survey the literature till 2011 on the enabling technologies for the Smart Grid. We explore three major systems, namely the smart infrastructure system, the smart management system, and the smart protection system. We also propose possible future directions in each system. colorred{Specifically, for the smart infrastructure system, we explore the smart energy subsystem, the smart information subsystem, and the smart communication subsystem.} For the smart management system, we explore various management objectives, such as improving energy efficiency, profiling demand, maximizing utility, reducing cost, and controlling emission. We also explore various management methods to achieve these objectives. For the smart protection system, we explore various failure protection mechanisms which improve the reliability of the Smart Grid, and explore the security and privacy issues in the Smart Grid.

2,433 citations

01 Jan 2012
TL;DR: This article surveys the literature till 2011 on the enabling technologies for the Smart Grid, and explores three major systems, namely the smart infrastructure system, the smart management system, and the smart protection system.

2,337 citations