chihsing commited on
Commit
8e9cc7f
·
verified ·
1 Parent(s): abf7e43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -17
README.md CHANGED
@@ -12,23 +12,34 @@ short_description: Eigenvalue early warning for power grid stability — the phy
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
 
14
  ---
15
- TaiScience CSD-EWS Simulator
16
- TaiScience CSD-EWS is an educational simulator for critical slowing down (CSD) as an early-warning signal in power grid stability. It visualizes how system eigenvalues (poles) approach the stability boundary, using a Jacobian eigenvalue proxy and damping-ratio thresholds.
17
- This work is part of the TokaMind transfer-learning framework, which adapts a tokamak-plasma foundation model to power-grid dynamics. While Microsoft's GridSFM addresses static AC-OPF feasibility, this system targets dynamic CSD precursors — complementary directions for grid security analysis, relevant to cascading-failure events such as the 2025 Iberian blackout and the 2016 South Australia blackout.
18
- What It Shows
19
- Complex s-plane map — conjugate pole pair (s = σ ± jω) with real-time position relative to the stability boundary (Re = 0)
20
- Damping ratio — ζ = −σ / √(σ² + ω²), with a 5% threshold separating adequate damping from warning and danger zones
21
- Time-domain responseillustrative y(t) = e^(σt)·cos(ωt) showing how a near-critical mode decays or diverges
22
- Core Concept
23
- Critical slowing down is a generic precursor to instability across dynamical systems: as a control parameter pushes a system toward a bifurcation, its dominant eigenvalue's real part approaches zero, recovery from perturbations slows, and damping collapses. In power systems, detecting this slowing before a mode crosses into the right-half plane provides an early-warning window for operators.
 
 
 
 
 
24
  The full CSD detection pipeline (time-domain Jacobian proxy + spectral LFPR engine) is released as open source:
25
  https://github.com/chihsingwu/CSD-dual-engine
26
- Use Case
 
 
27
  Teaching and intuition-building for power-system stability monitoring, transient stability assessment (TSA), and PMU-based early-warning research. This page is a manual teaching demo — not a live PMU or Toeplitz identification system. The waveform shows e^(σt)·cos(ωt) only, without modal amplitude or phase.
28
- Related Work
29
- TaiScience Research Group (Fu Jen Catholic University): https://taiscience.org
30
- StromaPath platform: https://stromapath.com
31
- TokaMind PMU transfer-learning preprint: https://arxiv.org/abs/2605.11033
32
- CSD dual-engine (open source): https://github.com/chihsingwu/CSD-dual-engine
33
- Keywords
34
- `critical slowing down` · `power grid early warning system` · `Jacobian eigenvalue proxy` · `damping ratio monitoring` · `transient stability assessment` · `PMU` · `TokaMind transfer learning` · `s-plane pole map`
 
 
 
 
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
 
14
  ---
15
+ **TaiScience CSD-EWS** is an educational simulator for *critical slowing down* (CSD) as an early-warning signal in power grid stability. It visualizes how system eigenvalues (poles) approach the stability boundary, using a Jacobian eigenvalue proxy and damping-ratio thresholds.
16
+
17
+ This work is part of the TokaMind transfer-learning framework, which adapts a tokamak-plasma foundation model to power-grid dynamics. While Microsoft's GridSFM addresses static AC-OPF feasibility, this system targets *dynamic* CSD precursors — complementary directions for grid security analysis, relevant to cascading-failure events such as the 2025 Iberian blackout and the 2016 South Australia blackout.
18
+
19
+ ## What It Shows
20
+
21
+ - **Complex s-plane map** conjugate pole pair (s = σ ± jω) with real-time position relative to the stability boundary (Re = 0)
22
+ - **Damping ratio** — ζ = −σ / √(σ² + ω²), with a 5% threshold separating adequate damping from warning and danger zones
23
+ - **Time-domain response** illustrative y(t) = e^(σt)·cos(ωt) showing how a near-critical mode decays or diverges
24
+
25
+ ## Core Concept
26
+
27
+ Critical slowing down is a generic precursor to instability across dynamical systems: as a control parameter pushes a system toward a bifurcation, its dominant eigenvalue's real part approaches zero, recovery from perturbations slows, and damping collapses. In power systems, detecting this slowing *before* a mode crosses into the right-half plane provides an early-warning window for operators.
28
+
29
  The full CSD detection pipeline (time-domain Jacobian proxy + spectral LFPR engine) is released as open source:
30
  https://github.com/chihsingwu/CSD-dual-engine
31
+
32
+ ## Use Case
33
+
34
  Teaching and intuition-building for power-system stability monitoring, transient stability assessment (TSA), and PMU-based early-warning research. This page is a manual teaching demo — not a live PMU or Toeplitz identification system. The waveform shows e^(σt)·cos(ωt) only, without modal amplitude or phase.
35
+
36
+ ## Related Work
37
+
38
+ - TaiScience Research Group (Fu Jen Catholic University): https://taiscience.org
39
+ - StromaPath platform: https://stromapath.com
40
+ - TokaMind PMU transfer-learning preprint: https://arxiv.org/abs/2605.11033
41
+ - CSD dual-engine (open source): https://github.com/chihsingwu/CSD-dual-engine
42
+
43
+ ## Keywords
44
+
45
+ `critical slowing down` · `power grid early warning system` · `Jacobian eigenvalue proxy` · `damping ratio monitoring` · `transient stability assessment` · `PMU` · `TokaMind transfer learning` · `s-plane pole map`