chihsing commited on
Commit
abf7e43
·
verified ·
1 Parent(s): 2a1ec4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Power Grid Transfer Learning CSD
3
  emoji: 📚
4
  colorFrom: gray
5
  colorTo: gray
@@ -10,3 +10,25 @@ short_description: Eigenvalue early warning for power grid stability — the phy
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Eigenvalue early warning for power grid stability — the physical basis AI transfer-learning models learn to detect
3
  emoji: 📚
4
  colorFrom: gray
5
  colorTo: gray
 
10
  ---
11
 
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 response — illustrative 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`