## 問題描述 TODO.md 和 CLAUDE.md 均提到「full protection relay coordination (LVRT/OVRT)」尚未實作,但目前無對應追蹤 issue。 ### 現有基礎 - `electrical_model.py` 已實作頻率-功率下垂、無功功率、功率因數、LVRT/HVRT ride-through 行為 - 每台風機有獨立的 derate/trip/reconnect 差異 - 電網事件(undervoltage, overvoltage 等 profile)已可注入 - 故障生命週期事件追蹤已完成 ### 缺少的物理特性 1. **保護繼電器序列協調**:真實風場的保護系統有層級化的跳脫順序(風機→箱變→集電線→升壓站),目前僅有風機級保護 2. **LVRT/OVRT 事件持續時間曲線**:依照 IEC 61400-27 或台電電網準則,定義電壓-時間曲線,低於曲線才允許跳脫 3. **保護協調延遲**:不同保護裝置的動作時間差異(瞬時、定時、反時限) 4. **重合閘邏輯**:故障清除後的自動重合閘序列和等待時間 5. **風場級聯鎖跳脫**:多台風機同時跳脫對電網的衝擊模擬 ### 建議實作順序 1. 定義 LVRT/OVRT 電壓-時間保護曲線(可參考 IEC 61400-27-1) 2. 在 `electrical_model.py` 加入曲線比對邏輯 3. 新增保護動作事件(含延遲和序列) 4. 可選:風場級集電系統保護模擬 ### 相關文件 - `TODO.md`:Known Gaps — full protection relay coordination - `CLAUDE.md`:Pending — full protection relay coordination (LVRT/OVRT) - `simulator/physics/electrical_model.py`:主要修改目標 - #26:部署強化(部分相關)
問題描述
TODO.md 和 CLAUDE.md 均提到「full protection relay coordination (LVRT/OVRT)」尚未實作,但目前無對應追蹤 issue。
現有基礎
electrical_model.py已實作頻率-功率下垂、無功功率、功率因數、LVRT/HVRT ride-through 行為缺少的物理特性
建議實作順序
electrical_model.py加入曲線比對邏輯相關文件
TODO.md:Known Gaps — full protection relay coordinationCLAUDE.md:Pending — full protection relay coordination (LVRT/OVRT)simulator/physics/electrical_model.py:主要修改目標