Skip to content

Commit e6092c7

Browse files
Merge pull request #80 from allensctong/at/class22
update instruction
2 parents 43d0958 + aad53ff commit e6092c7

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

class15/class15.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

class15/class15.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,8 @@ md"""
504504
```
505505
506506
**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
507509
"""
508510

509511
# ╔═╡ a9f00e8c-205e-45a9-83d4-1dea5b7627c1
@@ -1029,7 +1031,7 @@ Grid-forming inverters represent a more advanced control paradigm that enables r
10291031
10301032
We can now emulate synchronous machine behavior via controlling the "virtual inertia".
10311033
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.
10331035
"""
10341036

10351037
# ╔═╡ 75deac76-f89c-4b84-a132-67591177f5dd

class15/class15.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
# Overview
1010

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.
1212

1313
# Materials
1414

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.
1616

1717
# Topics Covered
1818

@@ -33,7 +33,6 @@ The chapter is implemented as a [Pluto notebook](https://learningtooptimize.gith
3333
- Virtual inertia and frequency droop control for renewable integration
3434

3535
## Dynamic Load Models
36-
- Limitations of static OPF load representations
3736
- Induction motor dynamics: slip, torque imbalance, and stalling behavior
3837
- Voltage recovery models such as Exponential Recovery Load (ERL)
3938
- 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
4645
# Learning Objectives
4746

4847
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
5149
- 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
5552
- Understand the role of sensitivity analysis in dynamic optimal control
5653

0 commit comments

Comments
 (0)