TransformerRHS:
--------------------------------------------------------------------------
Dynamical model of a transformer in the dq frame.
--------------------------------------------------------------------------
Form:
iDot = TransformerRHS( i, t, d )
--------------------------------------------------------------------------
------
Inputs
------
i (2,1) [iD;iQ]
t (1,1) Time (not used)
d (1,1) Data structure
.L (1,1) Inductance (H)
.R (1,1) Resistance (ohms)
.omega (1,1) Reference frequency (rad/s)
.u1 (2,1) [uD;uQ]
.u2 (2,1) [uD;uQ]
-------
Outputs
-------
i (2,1) d[iD;iQ]/dt
--------------------------------------------------------------------------
References: T. Demiray, F. Milano and G. Andersson
"Dynamic Phasor Modeling of the Doubly-fed
Induction Generator under Unbalanced Conditions"
--------------------------------------------------------------------------