timmyfaraday / HarmonicPowerModels.jl

An extension package of PowerModels.jl for Harmonic (Optimal) Power Network
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Beyond PSCC paper: Improved Excitation Model #15

Closed timmyfaraday closed 1 year ago

timmyfaraday commented 2 years ago

@frederikgeth,

I was thinking some more on the excitation model today. As you are probably aware, currently, the retentivity/coercivity of the magnetic core is omitted in our model. As far as I understand at the moment, this parameter is a direct consequence of the excitation of the transformer, scaled with a certain parameter. In essence, it will result in a phase shift with respect to the excitation voltage. Therefore, without much extension, adding this feature should be possible.

I made a new branch: update-xfmr-excitation-model , in which I will clean up the code for the excitation model and add this feature.

Tom