aesim-tech / simba-project

Roadmap & issue tracking
7 stars 0 forks source link

Synchronous Machine - Open Circuit #441

Open manu-aesim opened 1 month ago

manu-aesim commented 1 month ago

The current PMSM model works with Voltage Probe and controlled Current Sources. The voltage is first measured, and the current is then derived using the motor equations detailed in our documentation.

It is not easy to detect the actual open circuit from the motor model code. One idea is to add an option called "Open Circuit Condition Control Pin" to the model. When this option is selected, a new control pin named "Open Circuit" is added to the model, and when the input value of this pin is "True," we change the motor model equation to an open-circuit condition (Ia=Ib=Ic=0), and the phase voltage values will be calculated as a function of the flux derivative and rotor position.