Hello,Hello, I need to dimension the inductance L so that the current ripple from the output current(approximatelly 30A) is not greater than 20 percent.
Please look at the picture below. I don't quite know how to do this.View attachment 328881
kind regards
Question related to the time Δt:Worst case will be when the output voltage is Vpeak/π (half the average voltage).
So the current increases for 5ms and decreases for 5ms.
ΔI/Δt = V/L where V=Vpeak/π
Δt=5ms
so ΔI = Vpeak.Δt/(πL)
L=Vpeak.Δt/(ΔI π)
=71mH
And Question to the used Voltage Vpeak/pi:Worst case will be when the output voltage is Vpeak/π (half the average voltage).
So the current increases for 5ms and decreases for 5ms.
ΔI/Δt = V/L where V=Vpeak/π
Δt=5ms
so ΔI = Vpeak.Δt/(πL)
L=Vpeak.Δt/(ΔI π)
=71mH
Half the average voltage. The average voltage for a rectified sinewave is 2Vpeak/πAnd Question to the used Voltage Vpeak/pi:
How did you come up with this?
Thank you
The real question here though is how you were taught to do this in the past. Were you taught to do this all in the time domain (such as with differential equations) or in the frequency domain, or some other technique? If you want to get an answer that matches some other result you'd have to use that preferred method.
Oke, but why the half of the average Voltage, and not the average voltage itself?Half the average voltage. The average voltage for a rectified sinewave is 2Vpeak/π
The current ripple reaches a maximum when the output voltage is half the input voltage, and the output will be half the input when the mark-space ratio is 50% (that still applies when the input is a sinewave)Oke, but why the half of the average Voltage, and not the average voltage itself?
And for the time:
For the time Δt you always take T/4, so no matter what ignition angle the thyristors have. Because the current always rises approximately T/4 and falls T/4. Is this right?
Thank you
Yes, but in my circuit we don't have a duty cycle of 50 percent, instead I have an ignition angle of 120 degrees. I don't quite understand that. What if I want to calculate it exactly for this circuit with a 120 degree ignition angle, does T/4 still apply as the time Δt?The current ripple reaches a maximum when the output voltage is half the input voltage, and the output will be half the input when the mark-space ratio is 50% (that still applies when the input is a sinewave)
50% duty cycle gives you the worst case ripple.Yes, but in my circuit we don't have a duty cycle of 50 percent, instead I have an ignition angle of 120 degrees. I don't quite understand that. What if I want to calculate it exactly for this circuit with a 120 degree ignition angle, does T/4 still apply as the time Δt?
Thank you
Okey, so I can use Δt = (T/2) * (1/3) = T/6 as approximation, if I have an trigger angle of 120° ??If your trigger angle is 120° you can use 33%.
Yes.Okey, so I can use Δt = (T/2) * (1/3) = T/6 as approximation, if I have an trigger angle of 120° ??
Ok no problem, but then I would have to ask why you put this in the homework section. This section is for students that need to learn to get passing grades and so members don't really give out answers here they are just supposed to guide students along.I don't have to learn it, so to speak. Doing this is my hobby.
My main concern is that I know a rough direction if I want to simulate circuits with Plexim and not just guess. Just so that I have an idea of where to start.
So I don't want complex calculations, just an approximate direction. Such as uL = L*ΔiL/Δt.
But I don't know exactly what to take as voltage uL and what as time Δt, and why I should take exactly these values. So what would be best, the result can never be exact with this method, but I have a rough direction.
Okey, thank you!Ok no problem, but then I would have to ask why you put this in the homework section. This section is for students that need to learn to get passing grades and so members don't really give out answers here they are just supposed to guide students along.
Since that's not the case here, this probably should not be in the homework section.
Anyway, since you wanted a simple formula to estimate the calculation, I already gave you the simplest solution. That's using the 2nd harmonic. Let's see how this works out.
First, if we want max 30 amps DC with a 120vrms source, then the resistance will have to be:
R=170*0.6366/30=3.6 Ohms.
Then the reactance of an inductor L at frequency f is:
xL=2*pi*f*L
The magnitude of the impedance Z we will call Zm is:
Zm=sqrt(xL^2+R^2)
The current would be:
iZm=Vpk/Zm
but we also have to divide by 1.2 for the 2nd harmonic:
iZm2=Vpk/(1.2*Zm)
Now we want this to be 20 percent of Idc, so we set that equal to Idc*0.20:
Vpk/(1.2*Zm)=Idc*0.20
Solving this for L we get as an approximation:
L=sqrt((4.34*Vpk^2)/(pi^2*f^2*Idc^2)-(0.25*R^2)/(pi^2*f^2))
and using Vpk=170 and Idc=30 and R=3.6, and remembering this is with the 2nd harmonic so f=100Hz not 50Hz, we get:
L=0.0371 Henries
You don't have to use that formula you can just use Vpk/(1.2*Zm)=Idc*0.20 and then enter in the known values and then solve for L numerically. It's the same thing really.
Remember this is an approximation and might be limited to reasonable values of L that provide for a reasonably steady DC current.
This is also for the maximum ripple current. If you cut back to some phase angle you would have to use the average value of the input line voltage for all the calculations. I would think they would all scale though in the approximation.
You might notice that we used all frequency domain concepts here no time domain ideas were needed.
You're welcome. I forgot to mention that that was for the maximum peak to peak ripple current although I edited that into that post now too. That's usually the desired units for these kinds of problems.Okey, thank you!