
Interval Methods for Uncertain Power System Analysis
Description
Alles über E-Books | Antworten auf Fragen rund um E-Books, Kopierschutz und Dateiformate finden Sie in unserem Info- & Hilfebereich.
In Interval Methods for Uncertain Power System Analysis, accomplished engineer Dr. Alfredo Vaccaro delivers a comprehensive discussion of the mathematical foundations of range analysis and its application to solving traditional power system operation problems in the presence of strong and correlated uncertainties. The book explores highly relevant topics in the area, from interval methods for uncertainty representation and management to a variety of application examples.
The author offers readers the latest methodological breakthroughs and roadmaps to implementing the mathematics discussed within, as well as best practices commonly employed across the industry. Interval Methods for Uncertain Power System Analysis includes examinations of linear and non-linear equations, as well as:
* A thorough introduction to reliable computing, including discussions of interval arithmetic and interval-based operators
* Comprehensive explorations of uncertain power flow analysis, including discussions of problem formulation and sources of uncertainty in power flow analysis
* In-depth examinations of uncertain optimal power flow analysis
* Fulsome discussions of uncertain small signal stability analysis, including treatments of how to compute eigenvalues of uncertain matrices
Perfect for engineers working in power flow and optimal power flow analyses, optimization theory, and computer aided simulation, Interval Methods for Uncertain Power System Analysis will also earn a place in the libraries of researchers and graduate students studying decision making under uncertainty in power systems operation.
More details
Other editions
Additional editions


Person
Alfredo Vaccaro, PhD, is a Full Professor of Electric Power Systems in the Department of Engineering at the University of Sannio. He is Editor-in-Chief of Technology and Economics of Smart Grids and Sustainable Energy, Springer Nature and Chair of the PES-IEEE Task Force on Enabling Paradigms for High-Performance Computing in Wide Area Monitoring Protective and Control Systems.
Content
About the Author ix
Preface xi
Acknowledgments xiii
Acronyms xv
Introduction 1
1 Introduction to Reliable Computing 3
1.1 Elements of Reliable Computing 4
1.2 Interval Analysis 7
1.3 Interval-Based Operators 8
1.4 Interval Extensions of Elementary Functions 9
1.5 Solving Systems of Linear Interval Equations 11
1.6 Finding Zeros of Nonlinear Equations 15
1.7 Solution of Systems of Nonlinear Interval Equations 16
1.8 The Overestimation Problem 20
1.9 Affine Arithmetic 22
1.9.1 Conversion Between AA and IA 25
1.9.2 AA-Based Operators 25
1.9.3 Chebyshev Approximation of Univariate Nonaffine Functions 28
1.9.4 Multiplication of Affine Forms 31
1.9.5 Effects of Recursive Solution Schemes 35
1.10 Integrating AA and IA 35
2 Uncertain Power Flow Analysis 37
2.1 Sources of Uncertainties in Power Flow Analysis 39
2.2 Solving Uncertain Linearized Power Flow Equations 41
2.3 Solving Uncertain Power Flow Equations 46
2.3.1 Optimization-Based Method 48
2.3.2 Domain Contraction Method 52
3 Uncertain Optimal Power Flow Analysis 59
3.1 Range Analysis-Based Solution 61
3.1.1 Optimal Economic Dispatch 63
3.1.2 Reactive Power Dispatch 66
3.2 AA-Based Solution 70
4 Uncertain Markov Chain Analysis 75
4.1 Mathematical Preliminaries 77
4.2 Effects of Data Uncertainties 78
4.3 Matrix Notation 79
4.4 AA-Based Uncertain Analysis 80
4.5 Application Examples 83
4.5.1 Case Study 1: Grid Resilience Analysis 83
4.5.2 Case Study 2: Energy Storage Model 84
4.5.3 Summary 86
5 Small-Signal Stability Analysis of Uncertain Power Systems 87
5.1 Problem Formulation 89
5.2 The Interval Eigenvalue Problem 90
5.3 Applications 92
5.3.1 Case Study 1 92
5.3.2 Case Study 2 93
6 Uncertain Power Components Thermal Analysis 95
6.1 Thermal Rating Assessment of Overhead Lines 96
6.1.1 Sources of Data Uncertainties 98
6.1.2 AA-Based Thermal Rating Assessment 99
6.1.3 Application Examples 100
6.2 Thermal Rating Assessment of Power Cables 104
6.2.1 Thermal Modeling of Power Cables 105
6.2.2 Sources of Data Uncertainties 107
6.2.3 Tolerance Analysis of Cable Thermal Dynamics by IA 108
6.2.4 Application Examples 109
References 112
Index 119
1
Introduction to Reliable Computing
Many power-engineering computations, especially those related to system analysis, are affected by large and complex uncertainties. These uncertainties make it difficult to compute the "exact" problem solution, and the analyst is required to identify a proper approximated solution, which is as close as possible to the "exact" one. The difference between the "exact" and the approximated solution is commonly referred to as the solution "error."
The sources of uncertainties affecting power system analysis are multiple and heterogeneous, and can be both external and internal to the computing process. External uncertainties include measurement errors, missing data, and simplified models; while internal uncertainties are mainly related to the computing errors induced by digital processing, which frequently requires replacing rigorous mathematical models with discrete approximations (e.g. time discretization, truncation, and round-off errors).
Hence, when integrating the results of numerical analysis in power system operation tools, the impact of these uncertainties must be assessed and a formal error analysis should be considered an important part of the development process. The objective of such formal error analysis is to comprehensively assess the accuracy of all the computations involved, define the magnitude of the solution errors as a function of the values and the errors of the input data (i.e. variables and parameters).
Unfortunately, defining a formal mathematical process for specifying the accuracy of numerical computing algorithms is extremely complex, since estimating the propagation of both the external and internal errors for all the basic operations composing the computing process is often unfeasible, even for simple algorithms.
Moreover, accuracy specification requires the compliance of the input data with a set of strict prerequisites (e.g. well-conditioned matrices, no overflow, and functions with bounded derivatives). Guaranteeing or even checking these prerequisites for all the possible combinations of the input data represents another challenging issue to address.
Hence, power system analysts frequently deploy numerical algorithms without formal accuracy specifications and rigorous error analysis, checking the consistency of the obtained results on the basis of their own experience or by crude tests. This practice could hinder the integration of approximate numerical computing in modern power systems tools, which are characterized by the presence of large data uncertainties, stemming from multiple and heterogeneous sources.
To try and overcome this limitation, the power system research community started adopting reliable computing-based models, which allow the accuracy of the computed quantities to be automatically estimated as part of the process of computing them. The application of these models in numerical computations is also referred to as self-validated computing, since it can estimate "a posteriori" the error magnitude of the entire computing process (Stolfi and De Figueiredo, 1997). This feature is extremely important, especially when the data uncertainties are induced by external causes. In this case, if the output errors computed by the self-validated model become too large, i.e. overcoming a fixed acceptable threshold, then specific remedial actions can be automatically triggered in order to enhance the model accuracy (e.g. acquire more data, re-adjourn the input parameters, and use more accurate models).
1.1 Elements of Reliable Computing
Let be a continuous mathematical function, and suppose we need to compute for . For this, we should implement a discrete numerical computation , where and are discrete mathematical objects approximating the corresponding continuous variables and .
To solve this issue different reliable computing models can be adopted, including probability distributions and range-based methods.
In particular, the adoption of probability distributions can approximate, in a statistical sense, the computed result by considering each component of the vector as a real-value random variable, whose probability distribution function is frequently assumed to follow a Gaussian distribution. In this case, a reliable computing model should specify the statistical moments of each component , and the corresponding covariance matrix describing the joint Gaussian probability distribution of the random vector , given those characterizing the random input variables .
The application of this probabilistic-based reliable computing model is often limited to specific application domains, which are characterized by Gaussian uncertainties, linear mappings, and negligible truncation errors. The lack of these conditions makes the statistical characterization of the computed result extremely complex or even mathematically intractable (Stolfi and De Figueiredo, 1997).
To try and overcome this limitation, most reliable computing models approximate the computed results by ranges, rather than by probability distributions.
According to these models, the approximated solution is described by means of its range , which is a compact set containing the "exact" solutions for all the input variables lying in the range .
This important feature, which is usually referred to as the fundamental invariant of range analysis, guarantees that the range contains the true solution set, provided that the input variables vary in a fixed range.
The simplest model of range analysis is Interval Arithmetic (Moore, 1966), which defines the range of each component of the computed result by a real interval, which is a set of real numbers lying between its upper and lower bounds. Since no constraints relating these intervals are assumed, meaning that all the uncertainties are assumed to be statistically independent, the range of the computed result is the Cartesian product of the ranges of its components , since all combinations of in the box are allowed.
In more advanced reliable computing-based models, such as those based on affine arithmetic (AA), the computed result also integrates useful information about the partial correlations between the output vector components ; hence, identifying the statistical dependencies between the input variables and the computed result. In this case, the range of the computed result is a proper subset of the Cartesian product of the individual ranges.
One of the most important features which characterizes all range-based models is their capability of computing, for every function , a range extension , which is characterized by the fundamental invariant of range analysis:
- If the input vector lies in the range jointly determined by the given approximate values , then the quantities are guaranteed to lie in the range jointly defined by the approximate values .
This property is extremely useful in reliable computing, since the joint range determined by the approximated values is an outer estimation of the real solution set, namely:
(1.1)hence, introducing a conservative factor in approximating the solution vectors. This conservativism is a valuable feature of range analysis-based methods, which is extremely important in reliable power system analysis, since it allows the Analyst to bound all internal and external uncertainties in numerical computing. However, obtaining a suitable (not too large) conservativism level is a relevant problem in range-based computation, since the naive application of range-based models often results in extremely conservative solution ranges, which are too wide, and hence, not useful in realistic application domains.
Therefore, in order to assess and compare the conservativism of range-based reliable computing models, proper metrics should be defined. For this purpose, we introduce the relative accuracy of the range-based approximation , which is defined as:
(1.2)where and are the norms of the real solution range and the computed range , respectively.
This index is a reliable measure of the conservativism introduced by range-based computing, indicating the outer estimation accuracy by a number, which could vary between zero (i.e. the computed range is much wider than the real one) and one (i.e. no conservativism is introduced in range computing).
Obviously, this index requires that the input vector should vary in the range jointly determined by the given approximate values , as stated by the fundamental invariant of range analysis. This hypothesis cannot be verified in real application domains, where some of the input data are acquired by measurements, which can be affected by unbounded errors. In this context, the assumption related to the inclusion of the output variables in the range jointly determined by the approximate values should be revised by introducing probabilistic information about the range of the possible values . This requires determining, for the computed range [Z], the corresponding confidence range , which is the probability of to be included in [Z]. This approach differs from the Gaussian-based probabilistic models as it does not assume any hypothesis about the probability distribution of the error inside the range , but only that its integral over the computed range is at least .
Hence, the application of range-based methods in this context requires computing, for each mathematical operation, not only the joint range, but also a conservative...
System requirements
File format: ePUB
Copy protection: Adobe-DRM (Digital Rights Management)
System requirements:
- Computer (Windows; MacOS X; Linux): Install the free reader Adobe Digital Editions prior to download (see eBook Help).
- Tablet/smartphone (Android; iOS): Install the free app Adobe Digital Editions or the app PocketBook before downloading (see eBook Help).
- E-reader: Bookeen, Kobo, Pocketbook, Sony, Tolino and many more (not Kindle).
The file format ePub works well for novels and non-fiction books – i.e., „flowing” text without complex layout. On an e-reader or smartphone, line and page breaks automatically adjust to fit the small displays.
This eBook uses Adobe-DRM, a „hard” copy protection. If the necessary requirements are not met, unfortunately you will not be able to open the eBook. You will therefore need to prepare your reading hardware before downloading.
Please note: We strongly recommend that you authorise using your personal Adobe ID after installation of any reading software.
For more information, see our ebook Help page.