Two AC Sources with One Transformer

AI Thread Summary
The discussion centers on the challenges of simulating a power grid game involving two AC sources connected via transformers. Key equations for calculating voltages across inductors and currents through resistors are provided, emphasizing the role of mutual inductance in the system. The user encounters instability in their simulation when both sides are active, suggesting that the differential equations become complex and difficult to manage. Recommendations include using complex arithmetic for calculations and controlling phase angles, as these factors significantly influence power flow between the sources. The conversation highlights the importance of understanding transformer behavior and phase relationships in AC circuits for accurate modeling.
Danksa
Messages
2
Reaction score
0
I want to program a little power grid game and have the problem of connecting things via transformers. Imagine the following setup:

ZugDVa2.png


You can see the AC voltage sources as generators (or together with the resistor as a "consumer", if the amplitude is 0).

What I need to figure out are the Voltages across the inductors L1 and L2 and the currents which flow through the resistors R1 and R2. So the only things given are U1(t), R1, L1, U2(t), R2 and L2. What I already know is that the voltage across resistor R1 is:
U_{R1} = U_{L1} - U_1
the same thing goes for the voltage across R2:
U_{R2}=U_{L2}-U_2

Through some research I also found that the voltage across an inductor is given by:
U_{L1}=L_1 \cdot \frac{dI_1}{dt}+ M \cdot \frac{dI_2}{dt}

From that we can conclude that:
U_{R1}=L_1 \cdot \frac{dI_1}{dt} + M \cdot \frac{dI_2}{dt} - U_1
which is equavilent to:
I_1 = \frac{L_1}{R_1} \cdot \frac{dI_1}{dt} + \frac{M}{R_1} \cdot \frac{dI_2}{dt} - \frac{U_1}{R_1}
and for the other side:
I_2 = \frac{L_2}{R_2} \cdot \frac{dI_2}{dt} + \frac{M}{R_2} \cdot \frac{dI_1}{dt} - \frac{U_2}{R_2}

Where M = \sqrt{L_1 \cdot L_2} is the mutual inductance.

The problem is, that this differntial equation seems to be highly unstable in a simulation (using numerical differentiation). Is there any solution to that? Just having one side without the other, so setting M=0 works just fine, but with both sides everything just "explodes".

Hopefully someone can help me :D
 

Attachments

  • ZugDVa2.png
    ZugDVa2.png
    2.6 KB · Views: 957
Last edited by a moderator:
Engineering news on Phys.org
You can find what you need here https://en.wikipedia.org/wiki/Transformer#Ideal_transformer
The trick is this

the apparent load impedance referred to the primary circuit is derived in eq. (7) to be equal to the turns ratio squared times the secondary circuit load impedance.

Then you put the referred impecance in series with R1, completely removing the transformer from the circuit.

Be sure that you can control the phase angles of the two AC sources. Also do all your calculations in complex arithmetic, because you need to calculate real and imaginary voltages, currents and power (P=watts Q=VARS)

Good luck, what you're doing is good self-education.
 
Whoops. I forgot to mention that you should not think of that transformer as two inductors. Again, that Wikipedia article explains more.
 
  • Like
Likes scottdave
Hmm, I'll try this and see if it works, but I have a concern: if U1 is larger than U2 and both are in phase, then wouldn't power from the left side be transferred to the right? If R1 = R2? This can't be modeled with additional impedance, can it? I thought of replacing the inductor with impedance and an additional AC source, but I can't work that out either.

I guess I have to first look into the complex arithmetic stuff. I'm familar with complex numbers, but not too much with electronics (yet).
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...

Similar threads

Back
Top