You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: class15/class15.jl
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -504,6 +504,8 @@ md"""
504
504
```
505
505
506
506
**Objective:** minimize operating cost or transmission losses. Eq. (2) includes steady-state nodal power balance constraints. Eq. (3) includes apparent/real power/reactive power/current flow constraints on lines. Eq. (4) includes generator capacity or voltage magnitude constraints.
507
+
508
+
> 📖 **Reference:** Abhyankar, S., Gross, G., Agrawal, A., & Malik, O. (2017). Solution techniques for transient stability-constrained optimal power flow. IET Generation, Transmission & Distribution, 11(12), 3075–3084. https://doi.org/10.1049/iet-gtd.2017.0345
507
509
"""
508
510
509
511
# ╔═╡ a9f00e8c-205e-45a9-83d4-1dea5b7627c1
@@ -1029,7 +1031,7 @@ Grid-forming inverters represent a more advanced control paradigm that enables r
1029
1031
1030
1032
We can now emulate synchronous machine behavior via controlling the "virtual inertia".
1031
1033
1032
-
**Reference:** J. Driesen and K. Visscher, "Virtual synchronous generators," 2008 IEEE Power and Energy Society General Meeting - Conversion and Delivery of Electrical Energy in the 21st Century, Pittsburgh, PA, USA, 2008, pp. 1-3.
1034
+
> 📖 **Reference:** J. Driesen and K. Visscher, "Virtual synchronous generators," 2008 IEEE Power and Energy Society General Meeting - Conversion and Delivery of Electrical Energy in the 21st Century, Pittsburgh, PA, USA, 2008, pp. 1-3.
Copy file name to clipboardExpand all lines: class15/class15.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@
8
8
9
9
# Overview
10
10
11
-
This chapter introduces the foundational dynamic behaviors of electric power systems and shows how they are incorporated into modern optimal control formulations such as Transient Stability–Constrained Optimal Power Flow (TSC-OPF). We begin with the physics of electromagnetic transients to motivate the formulation of TSC-OPF, move through generator and inverter dynamics, and conclude with dynamic load models that capture how demand responds during disturbances. Together, these components form the backbone required to understand, simulate, and optimize real-world power system behavior.
11
+
This chapter introduces the foundation of electric power system dynamic behaviors and shows how they are incorporated into modern optimal control formulations such as Transient Stability–Constrained Optimal Power Flow (TSC-OPF). We begin with the physics of electromagnetic transients to motivate the formulation of TSC-OPF, move through generator and inverter dynamics, and conclude with dynamic load models that capture how demand responds during disturbances. Together, these components are key to understand, simulate, and optimize real-world power system.
12
12
13
13
# Materials
14
14
15
-
The chapter is implemented as a [Pluto notebook](https://learningtooptimize.github.io/LearningToControlClass/dev/class15/class15.html), which contains derivations, visuals, and algorhtmic examples. The [lecture slide](https://learningtooptimize.github.io/LearningToControlClass/dev/class15/class15_lecture.pdf) contains the material of the video recording.
15
+
The chapter is implemented as a [Pluto notebook](https://learningtooptimize.github.io/LearningToControlClass/dev/class15/class15.html), which contains derivations, visuals, and algorhtmic examples. To use the interactive plot, please run the notebook locally. Refer to [Class 01 documentation](https://learningtooptimize.github.io/LearningToControlClass/dev/class01/class01/#Background-Material). In Step 3, run `Pkg.activate()` with the path of class15 folder. The [lecture slide](https://learningtooptimize.github.io/LearningToControlClass/dev/class15/class15_lecture.pdf) contains the material of the video recording.
16
16
17
17
# Topics Covered
18
18
@@ -33,7 +33,6 @@ The chapter is implemented as a [Pluto notebook](https://learningtooptimize.gith
33
33
- Virtual inertia and frequency droop control for renewable integration
34
34
35
35
## Dynamic Load Models
36
-
- Limitations of static OPF load representations
37
36
- Induction motor dynamics: slip, torque imbalance, and stalling behavior
38
37
- Voltage recovery models such as Exponential Recovery Load (ERL)
39
38
- Differences between physics-based motor models and empirical aggregate models
@@ -46,11 +45,9 @@ The chapter is implemented as a [Pluto notebook](https://learningtooptimize.gith
46
45
# Learning Objectives
47
46
48
47
By the end of this chapter, readers will be able to:
49
-
50
-
- Describe the physical origins of transients and how they propagate in networks
48
+
- Describe the physical origins of transients and how they propagate in power networks
51
49
- Explain generator swing dynamics and how they regulate grid frequency
52
-
- Understand how inverter controls emulate generator behavior for stability
53
-
- Distinguish between static and dynamic load models and when each is appropriate
54
-
- Interpret how system dynamics are embedded in TSC-OPF formulations
50
+
- Understand how inverter controls emulate generator behavior
51
+
- Distinguish between static and dynamic load models and when each is appropriate
55
52
- Understand the role of sensitivity analysis in dynamic optimal control
0 commit comments