Electronic – Push current source through transfromer

circuit analysisdc/dc convertermodelingpower electronicsswitch-mode-power-supply

This lecture (from page 130) shows manipulation of the buck-boost converter model into canonical form.

I am stucked at moving current source through transformer as in the picture below or from the lecture.

I know where the scaling factor D'come from but what make me confused is that how can we do that with current source in parallel with the secondary winding of the transformer.

For me, the method only works if the current source in series with the secondary winding of the transformer.

The method is from the fact that input power is equal to output power, where:

input power = voltage across primary winding x current through (in series)
with primary winding

output power = voltage across secondary winding x current through (in series)
with secondary winding

However, as from the picture, the current source is in parallel not in series with secondary winding of the transformer.
So how does the method work in this case?

Edit: My question now is that how do you determine the current direction after pushing the current source to the input side of transformer?

enter image description here
enter image description here

Best Answer

Answering your new question:

My question now is that how do you determine the current direction after pushing the current source to the input side of transformer?

It has to do with the dot convention for transformers.

enter image description here

In order to stay consistent with the passive sign convention and the polarity of the transformer, you probably want the current in the rightmost loop to go into the capacitor and the load resistor.

Then, if you look at the current ratios in the image I added, there is a positive and a negative ratio:

$$ \dfrac{I_1}{I_2}=-\dfrac{N_2}{N_1} \text{ or } +\dfrac{N_2}{N_1}$$

The negative case for the ratio happens when both currents (\$I_1\$ and \$I_2\$) either go into the dot or out of the dot.

The positive case for the ratio happens when one current goes into the dot and the other leaves it. So they go in different reference directions.

In your small signal model, the ratio being used is positive which means that one current has to be leaving the dot and the other one has to be entering the dot.

In your case, you also (probably) want to stay consistent with the passive sign convention as well (PSC), which means you want the current going into what you labeled as the positive sign of the capacitor and resistor. That is:

enter image description here

So in order to meet both requirements:

  1. Consistent with positive sign of the ratio \$\bigg(+\dfrac{1}{D'}\bigg)\$
  2. And passive sign convention (current entering the positive terminal of the passive components, like the output cap and the resistor)

The current being pushed to the left has to be leaving the dot so that the current on the right, enters the dot and consequently enter the positive side of your load.

In other words, you try to stay consistent with the positive sign convention first (on the load side and this makes the current enter the dot), but that forces you to choose the opposite reference direction for the other current (left side of transformer, current has to leave dot), so that you also comply with the sign of the ratio.

Hope this helps.

ADD: Just to clarify the concerns of the OP with regard to the need of the Passive sign convention.

It's not necessary to follow it, but it makes equation less tractable. There is a reason they labeled the upper side of the resistor as + and that is: To write KVL and KCL assuming that the current goes into the positive terminals of the capacitor and the resistor. That way, everyone is happy and you do not need to worry about signs.

If the current flows into the negative terminal, you have to manually keep track of the signs by having to put a negative sign in front of any equation that relates current and voltage (e.g \$I_C=-\dfrac{dV}{dt}\$, \$V_R = -IR\$). It makes things messy.

enter image description here

Another thing, I used the same power electronics book where that circuit came from, when I was in school. It's Fundamental of Power Electronics 2nd Ed. If you go to page 250, that's in chapter 7, this is what it says:

enter image description here

I hope this helps in some way or maybe someone can give you a different perspective.

Related Topic