Several Voltage Source in Parallel

In summary: I could be totally misunderstanding how it would work.In summary, parallel voltage sources are a terrible idea and if they are in your circuit, you will likely have an overload.
  • #1
DarkGuardsman
8
0
About:
I'm currently working on programming a basic circuit simulator for a game. One of the things i don't have a sure answer on is parallel voltage sources. I understand from what I've read so far that when two sources are in parallel the lower of the two gets overloaded. If they are the same voltage the current adds up which is easy for me to understand. It is also easy for me to implement in code but i need to make sure this holds up in larger designs.

Questions:
If a branch has several sources in it that may not be the same voltage what will happen? Will the lower voltage sources get reverse flow of electrons? Will the voltage drop any as a result of the reverse flow? If only a few sources have lower voltage than the others how does this effect the higher voltage sources? If only a few sources have higher voltage than the rest will if effect all or a few of the sources connected to it?

Note: I'm mainly looking for wiring circuit understanding as most of the parts are already created. So i need to understand how several sources will effect my branch total voltage and amp output.
 
Last edited:
Engineering news on Phys.org
  • #2
It's all depend on internal resistance of this sources. If this resistance is low (the voltage source can supply high amount of current). You will end up with overloaded.
 
  • #3
hmm nearly forgot about internal resistance. Say in my case though that my sources had diodes to prevent reverse flow of energy. Would they simple be ignored as they can't over come the pressure applied on their inputs. As well would the voltage drop any to prevent that source from outputting?
 
  • #4
In this case (with a diodes) you don't have to worry about overload. The diode will prevent this.
 
  • #5
Not worried to much with overload as that is a simple matter to program. What I'm looking to figure outs is the circuit half of the understanding. As in what will be my total voltage, and amp output of the sum of all sources in the branch. I might edit the OP to make that clearer.
 
  • #6
Suppose you have a 12 volt battery and a 6 volt battery in parallel with the same polarity.

Assume each battery has 1 ohm internal resistance.

Going around the circuit there is a total of 2 ohms resistance and the 6 volt battery voltage subtracts from the 12 volts of the other battery because their polarities are opposite as you go around.
Do you need a diagram for this?

So there is 6 volts nett voltage driving current through 2 ohms.
So, using Ohm's Law, the current circulating through both batteries will be 3 amps.
 
  • Like
Likes 1 person
  • #7
Putting voltage sources in parallel is a terrible idea. If they are ideal sources, it creates a literally impossible situation and if they are real sources, it creates either (1) a dangerous situation if you don't use diodes, or (2) a useless situation if you do use diodes. There is no such thing as real sources that have the same exact voltage.

What vk6kro says is true ONLY if the batteries don't explode when current goes through them the wrong way, and I would not count on that.
 
  • #8
Sounds to me like your idea must be how to construct a smoke making machine. Whatever answer you get from any simulation will depend entirely upon what assumptions the simulation software makes. It really should chuck the whole idea out as a non starter rather than help you to get 'a result'.
If you want some real fun, go out into a field somewhere, with a 12V and 6V car batteries. Then connect them together in parallel with some 5mm wire and fat crock clips. Be careful 'cos you may blow the side off one of the batteries. Car batteries are the nearest thing to voltage sources that you can get hold of conveniently which have absolutely no in-built protection.
 
  • #9
It was a hypothetical question, but I chose 12 volt and 6 volt batteries as these are likely to be lead acid types and therefore rechargeable.

Charging a lead acid battery (as you would know) involves reversing the current flow.

Starting a car by using another car's battery involves putting two batteries in parallel.

Used cautiously, this process seldom causes explosions.
 
  • #10
vk6kro said:
It was a hypothetical question, but I chose 12 volt and 6 volt batteries as these are likely to be lead acid types and therefore rechargeable.

Charging a lead acid battery (as you would know) involves reversing the current flow.

Starting a car by using another car's battery involves putting two batteries in parallel.

Used cautiously, this process seldom causes explosions.

Fair enough. I'm still not so sure, though, about a 12v battery recharging a 6v battery but maybe it wouldn't cause meltdown or an explosion. Maybe :smile:
 
  • #11
Mainly, I wanted to show that you could calculate the currents involved if you had enough information.

The next step is to show that putting a diode in series with the 6 volt battery eliminates this battery from the circuit as the diode is then reverse biased.
 
  • #12
vk6kro said:
The next step is to show that putting a diode in series with the 6 volt battery eliminates this battery from the circuit as the diode is then reverse biased.

Right. Which as I pointed out makes the whole exercise utterly pointless.
 
  • #13
sophiecentaur said:
Sounds to me like your idea must be how to construct a smoke making machine. Whatever answer you get from any simulation will depend entirely upon what assumptions the simulation software makes. It really should chuck the whole idea out as a non starter rather than help you to get 'a result'.
If you want some real fun, go out into a field somewhere, with a 12V and 6V car batteries. Then connect them together in parallel with some 5mm wire and fat crock clips. Be careful 'cos you may blow the side off one of the batteries. Car batteries are the nearest thing to voltage sources that you can get hold of conveniently which have absolutely no in-built protection.
Not sure if that was directed at me or vk6kro but I'm looking to create the code that makes the simulation software work. In which I'm asking these simple questions to confirm a few things. This way i don't create a false simulation by having it use the wrong assumptions. Also yes blowing up batteries in a field is fun if you have extra car batteries. You can get about the same result out of two AA.

vk6kro said:
Mainly, I wanted to show that you could calculate the currents involved if you had enough information.

The next step is to show that putting a diode in series with the 6 volt battery eliminates this battery from the circuit as the diode is then reverse biased.
Ya your earlier post was actually helpful and look forward to you detailing what happens when diodes are involved.
 
  • #14
DarkGuardsman said:
Ya your earlier post was actually helpful and look forward to you detailing what happens when diodes are involved.

You don't seem to be paying attention. He just SAID what happens when diodes are involved. Reread posts 11 and 12
 
  • #15
phinds said:
You don't seem to be paying attention. He just SAID what happens when diodes are involved. Reread posts 11 and 12
Thanks i read that as i had just got up so it didn't click right away. So it only just removes the source from the circuit with no other effects? If that is the case then I'm slowly getting to were i can get this simulator of mine working correctly.
 
  • #16
DarkGuardsman said:
Thanks i read that as i had just got up so it didn't click right away. So it only just removes the source from the circuit with no other effects? If that is the case then I'm slowly getting to were i can get this simulator of mine working correctly.

Right. It make the whole idea of adding the lower voltage source and a diode utterly pointless, as I am now stating for the 3rd time.
 
  • #17
phinds said:
Right. It make the whole idea of adding the lower voltage source and a diode utterly pointless, as I am now stating for the 3rd time.
In some ways it does but at the same time I'm not designing the circuit. What I'm looking to do is understand what the circuit will do if i put it under X condition. So knowing that adding a diode just ignores the lower source is actual a bit thing. At the same time knowing that one battery can send energy threw another also helps me out.
 
  • #18
DarkGuardsman said:
In some ways it does but at the same time I'm not designing the circuit. What I'm looking to do is understand what the circuit will do if i put it under X condition. So knowing that adding a diode just ignores the lower source is actual a bit thing.

fair enough

At the same time knowing that one battery can send energy threw another also helps me out.
Well, you need to tread carefully here. That is NOT always true for voltage sources. Lab work on electronic circuits does not normally use batteries, it uses power supplies and they are not subject to recharging like batteries and they may or may not (but most likely not) allow any reverse current flow.
 
  • #19
DarkGuardsman said:
Not sure if that was directed at me or vk6kro but I'm looking to create the code that makes the simulation software work. In which I'm asking these simple questions to confirm a few things. This way i don't create a false simulation by having it use the wrong assumptions. Also yes blowing up batteries in a field is fun if you have extra car batteries. You can get about the same result out of two AA.


Ya your earlier post was actually helpful and look forward to you detailing what happens when diodes are involved.

https://dl.dropboxusercontent.com/u/4222062/parallel%20batteries%20with%20diode.PNG
 
Last edited by a moderator:
  • #20
phinds said:
fair enough


Well, you need to tread carefully here. That is NOT always true for voltage sources. Lab work on electronic circuits does not normally use batteries, it uses power supplies and they are not subject to recharging like batteries and they may or may not (but most likely not) allow any reverse current flow.
That is why i asked the diode question as the few power supplies I've built use diodes for protection. Though I'm interested in what would happen if i had a power supply that allowed reverse current flow. I assume that nothing good would happen and at some point it would stop working.
 
  • #21
vk6kro said:
https://dl.dropboxusercontent.com/u/4222062/parallel%20batteries%20with%20diode.PNG

Thanks that should make it easy to explain to the other devs i work with.
 
Last edited by a moderator:

1. What is the purpose of connecting several voltage sources in parallel?

The purpose of connecting several voltage sources in parallel is to increase the overall voltage output. This is achieved by connecting the positive terminals of the sources together and the negative terminals together, essentially creating one larger source with a higher voltage output.

2. How does connecting voltage sources in parallel affect the total current?

Connecting voltage sources in parallel does not affect the total current. Each source will continue to supply the same amount of current as it would if it were not connected in parallel.

3. Is it possible to connect voltage sources with different voltages in parallel?

Yes, it is possible to connect voltage sources with different voltages in parallel. However, this can be dangerous and may cause damage to the sources if their voltages are significantly different. It is important to make sure that the sources have similar voltage outputs before connecting them in parallel.

4. What happens if one of the voltage sources in parallel fails?

If one of the voltage sources in parallel fails, the other sources will continue to supply power. However, the overall voltage output will decrease and the remaining sources may experience an increase in current. It is important to monitor the voltage sources and replace any faulty ones as soon as possible.

5. How can I calculate the total voltage output when connecting several voltage sources in parallel?

To calculate the total voltage output of several voltage sources in parallel, simply add the individual voltage outputs together. For example, if you connect two 12V sources in parallel, the total voltage output will be 24V. However, if the sources have different voltages, you will need to use Kirchhoff's voltage law to calculate the total voltage output.

Similar threads

  • Electrical Engineering
Replies
7
Views
1K
Replies
20
Views
2K
Replies
16
Views
2K
  • Electrical Engineering
Replies
4
Views
888
Replies
3
Views
517
Replies
2
Views
797
Replies
7
Views
887
  • Electrical Engineering
Replies
2
Views
1K
Replies
42
Views
2K
Replies
4
Views
926
Back
Top