Skip to content

Commit 7969c8e

Browse files
authored
Merge pull request #21 from ps-wiki/misc
Add term QSTS
2 parents dbf35a5 + 4b165ae commit 7969c8e

File tree

5 files changed

+205
-14
lines changed

5 files changed

+205
-14
lines changed

_wiki/quasi-static-simulation.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Quasi-Static Simulation
3+
description: A sequence of power flow analysis.
4+
tags:
5+
- stability
6+
- nerc
7+
- ieee
8+
- ieee-task-force
9+
- cigre
10+
- article
11+
related:
12+
- security
13+
- reliability
14+
authors:
15+
- name: Jinning Wang
16+
url: https://jinningwang.github.io
17+
version: 1.0.0
18+
date: 2025-11-30
19+
lastmod: 2025-11-30
20+
generated: 2025-11-30
21+
---
22+
23+
### Definition in an IEEE Standard
24+
25+
Source: <d-cite key="ieee2014std1547"></d-cite> p77
26+
27+
> Quasi-static simulation refers to a sequence of steady-state power flow conducted at a time step of no less than 1 second but that can use a time step of up to one hour. Discrete controls, such as capacitor switch controllers, transformer tap changers, automatic switches, and relays may change their state from one step to the next. However, there is no numerical integration of differential equations between time steps. A simple quasi-static simulator can be implemented with existing power flow or short-circuit programs under supervisory control. Open-source quasi-static simulators are also available.
28+
29+
### Definition in a Presentation
30+
31+
Source: <d-cite key="reno2017qsts"></d-cite>
32+
33+
> QSTS (Quasi-Static Time Series) solves a series of sequential steady-state power-flow solutions where the converged state of each iteration is used as the beginning state of the next. This caprtures time-varying parameters such as load, and the time-dependent states in the system such as regulator tap positions.
34+
35+
### Definition in a Book
36+
37+
Source: <d-cite key="milano2010power"></d-cite> p213
38+
39+
> In some applications, the variations of the inputs are relatively slow with respect to transient dynamics. A relevant example is the study of the effect of long term voltage stability phenomena, such as the daily load ramp or voltage collapse. In this case load powers are modelled as time dependent controllable parameters $\eta(t)$. Since load variations take from tens of minutes to some hours, any transient dynamic can be considered steady-state. The resulting system equations are obtained by imposing $\dot{x} = 0$ in (8.12):
40+
>
41+
> $0= f(x, y, \eta(t))$
42+
>
43+
> $0= g(x, y, \eta(t))$
44+
>
45+
> which is generally referred to as quasi-static or quasi-steady-state model.

assets/bibliography/papers.bib

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,3 +1942,67 @@ @article{li2025translating
19421942
electricity, improving equity in the affordability of electricity, and improving equity in the resilience of power systems. We then set out a roadmap to
19431943
address ongoing research challenges in energy equity.},
19441944
}
1945+
1946+
@article{ieee2014std1547,
1947+
abbr = {Industry},
1948+
author = {IEEE},
1949+
journal = {IEEE Std 1547.7-2013},
1950+
title = {IEEE Guide for Conducting Distribution Impact Studies for Distributed Resource Interconnection},
1951+
year = {2014},
1952+
volume = {},
1953+
number = {},
1954+
pages = {1-137},
1955+
doi = {10.1109/IEEESTD.2014.6748837},
1956+
dimensions = {true},
1957+
abstract = {IEEE Std 1547.7™ is part of the IEEE 1547™ series of standards. Whereas IEEE Std 1547™-2003 provides mandatory requirements
1958+
for the interconnection of distributed resources (DR) with electric power systems (EPS), this guide does not presume the interconnection
1959+
is IEEE 1547™ compliant. Further, this guide does not interpret IEEE Std 1547™ or other standards in the IEEE 1547™ series, and this guide
1960+
does not provide additional requirements or recommended practices related to the other IEEE 1547™ documents. However, DR interconnection
1961+
may contribute to resultant conditions that could exceed what was normally planned for and built into the distribution system. This guide
1962+
provides alternative approaches and good practices for engineering studies of the potential impacts of a DR or aggregate DR interconnected
1963+
to the electric power distribution system. This guide describes criteria, scope, and extent for those engineering studies. Study scope and
1964+
extent are described as functions of identifiable characteristics of the DR, the EPS, and the interconnection. The intent includes promoting
1965+
impact study consistency while helping identify only those studies that should be performed based on technically transparent criteria for the
1966+
DR interconnection.},
1967+
}
1968+
1969+
@inproceedings{reno2017qsts,
1970+
abbr = {Article},
1971+
author = {Reno, Matthew J. and Deboever, Jeremiah and Mather, Barry},
1972+
booktitle = {2017 IEEE Power & Energy Society General Meeting},
1973+
title = {Motivation and requirements for quasi-static time series (QSTS) for distribution system analysis},
1974+
year = {2017},
1975+
volume = {},
1976+
number = {},
1977+
pages = {1-5},
1978+
doi = {10.1109/PESGM.2017.8274703},
1979+
dimensions = {true},
1980+
bibtex_show = {true},
1981+
abstract = {Distribution system analysis with ever increasing numbers of distributed energy resources (DER) requires quasistatic time-series
1982+
(QSTS) analysis to capture the time-varying and time-dependent aspects of the system. Previous literature has demonstrated the benefits of QSTS,
1983+
but there is limited information available for the requirements and standards for performing QSTS simulations. This paper provides a novel
1984+
analysis of the QSTS requirements for the input data timeresolution, the simulation time-step resolution, and the length of the simulation.
1985+
Detailed simulations quantify the specific errors introduced by not performing yearlong high-resolution QSTS simulations.},
1986+
}
1987+
1988+
@book{milano2010power,
1989+
title = {Power System Modelling and Scripting},
1990+
isbn = {9783642136696},
1991+
issn = {1860-4676},
1992+
url = {http://dx.doi.org/10.1007/978-3-642-13669-6},
1993+
doi = {10.1007/978-3-642-13669-6},
1994+
journal = {Power Systems},
1995+
publisher = {Springer Berlin Heidelberg},
1996+
author = {Milano, Federico},
1997+
year = {2010},
1998+
bibtex_show = {true},
1999+
abstract = {Power system modelling and scripting is a quite general and ambitious title. Of course, to embrace all existing aspects of power
2000+
system modelling would lead to an encyclopedia and would be likely an impossible task. Thus, the book focuses on a subset of power system models
2001+
based on the following assumptions: (i) devices are modelled as a set of nonlinear differential algebraic equations, (ii) all alternate-current
2002+
devices are operating in three-phase balanced fundamental frequency, and (iii) the time frame of the dynamics of interest ranges from tenths to
2003+
tens of seconds. These assumptions basically restrict the analysis to transient stability phenomena and generator controls. The modelling step
2004+
is not self-sufficient. Mathematical models have to be translated into computer programming code in order to be analyzed, understood and
2005+
“experienced”. It is an object of the book to provide a general framework for a power system analysis software tool and hints for filling up
2006+
this framework with versatile programming code. This book is for all students and researchers that are looking for a quick reference on power
2007+
system models or need some guidelines for starting the challenging adventure of writing their own code.},
2008+
}

database/build/index.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,20 @@
12231223
],
12241224
"updated_at": "2025-06-22"
12251225
},
1226+
{
1227+
"id": "quasi-static-simulation",
1228+
"title": "Quasi-Static Simulation",
1229+
"summary": "A sequence of power flow analysis.",
1230+
"tags": [
1231+
"stability",
1232+
"nerc",
1233+
"ieee",
1234+
"ieee-task-force",
1235+
"cigre",
1236+
"article"
1237+
],
1238+
"updated_at": "2025-11-30"
1239+
},
12261240
{
12271241
"id": "ramp",
12281242
"title": "Ramp",
@@ -1879,5 +1893,5 @@
18791893
"updated_at": "2025-11-02"
18801894
}
18811895
],
1882-
"generated_at": "2025-11-30T00:31:51Z"
1896+
"generated_at": "2025-12-01T05:15:13Z"
18831897
}

database/build/tags.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"tags": [
33
{
44
"tag": "nerc",
5-
"count": 54
5+
"count": 55
66
},
77
{
88
"tag": "system-operator",
@@ -14,11 +14,11 @@
1414
},
1515
{
1616
"tag": "ieee",
17-
"count": 24
17+
"count": 25
1818
},
1919
{
2020
"tag": "stability",
21-
"count": 23
21+
"count": 24
2222
},
2323
{
2424
"tag": "frequency-control",
@@ -29,12 +29,12 @@
2929
"count": 21
3030
},
3131
{
32-
"tag": "reliability",
32+
"tag": "article",
3333
"count": 19
3434
},
3535
{
36-
"tag": "article",
37-
"count": 18
36+
"tag": "reliability",
37+
"count": 19
3838
},
3939
{
4040
"tag": "market",
@@ -65,16 +65,16 @@
6565
"count": 11
6666
},
6767
{
68-
"tag": "metrics",
68+
"tag": "ieee-task-force",
6969
"count": 10
7070
},
7171
{
72-
"tag": "nyiso",
72+
"tag": "metrics",
7373
"count": 10
7474
},
7575
{
76-
"tag": "ieee-task-force",
77-
"count": 9
76+
"tag": "nyiso",
77+
"count": 10
7878
},
7979
{
8080
"tag": "generation",
@@ -113,12 +113,12 @@
113113
"count": 4
114114
},
115115
{
116-
"tag": "standard",
116+
"tag": "cigre",
117117
"count": 4
118118
},
119119
{
120-
"tag": "cigre",
121-
"count": 3
120+
"tag": "standard",
121+
"count": 4
122122
},
123123
{
124124
"tag": "dispatch",
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"$schema": "https://ps-wiki.github.io/schema/v1/term.schema.json",
3+
"id": "quasi-static-simulation",
4+
"title": "Quasi-Static Simulation",
5+
"description": "A sequence of power flow analysis.",
6+
"language": "en",
7+
"tags": [
8+
"stability",
9+
"nerc",
10+
"ieee",
11+
"ieee-task-force",
12+
"cigre",
13+
"article"
14+
],
15+
"related": [
16+
"security",
17+
"reliability"
18+
],
19+
"version": "1.0.0",
20+
"breaking": false,
21+
"dates": {
22+
"created": "2025-11-30",
23+
"last_modified": "2025-11-30"
24+
},
25+
"authors": [
26+
{
27+
"name": "Jinning Wang",
28+
"url": "https://jinningwang.github.io"
29+
}
30+
],
31+
"content": {
32+
"sections": [
33+
{
34+
"order": 1,
35+
"id": "definition-in-an-ieee-standard",
36+
"title": "Definition in an IEEE Standard",
37+
"type": "definition",
38+
"source_keys": [
39+
"ieee2014std1547"
40+
],
41+
"page": "p77",
42+
"body_md": "> Quasi-static simulation refers to a sequence of steady-state power flow conducted at a time step of no less than 1 second but that can use a time step of up to one hour. Discrete controls, such as capacitor switch controllers, transformer tap changers, automatic switches, and relays may change their state from one step to the next. However, there is no numerical integration of differential equations between time steps. A simple quasi-static simulator can be implemented with existing power flow or short-circuit programs under supervisory control. Open-source quasi-static simulators are also available.\n"
43+
},
44+
{
45+
"order": 2,
46+
"id": "definition-in-a-presentation",
47+
"title": "Definition in a Presentation",
48+
"type": "definition",
49+
"source_keys": [
50+
"reno2017qsts"
51+
],
52+
"page": null,
53+
"body_md": "> QSTS (Quasi-Static Time Series) solves a series of sequential steady-state power-flow solutions where the converged state of each iteration is used as the beginning state of the next. This caprtures time-varying parameters such as load, and the time-dependent states in the system such as regulator tap positions.\n"
54+
},
55+
{
56+
"order": 3,
57+
"id": "definition-in-a-book",
58+
"title": "Definition in a Book",
59+
"type": "definition",
60+
"source_keys": [
61+
"milano2010power"
62+
],
63+
"page": "p213",
64+
"body_md": "> In some applications, the variations of the inputs are relatively slow with respect to transient dynamics. A relevant example is the study of the effect of long term voltage stability phenomena, such as the daily load ramp or voltage collapse. In this case load powers are modelled as time dependent controllable parameters $\\eta(t)$. Since load variations take from tens of minutes to some hours, any transient dynamic can be considered steady-state. The resulting system equations are obtained by imposing $\\dot{x} = 0$ in (8.12):\n>\n> $0= f(x, y, \\eta(t))$\n>\n> $0= g(x, y, \\eta(t))$\n>\n> which is generally referred to as quasi-static or quasi-steady-state model.\n"
65+
}
66+
]
67+
}
68+
}

0 commit comments

Comments
 (0)