Download LectNotes4-MeshAnalysis

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Islanding wikipedia , lookup

Electric machine wikipedia , lookup

Electrical substation wikipedia , lookup

Commutator (electric) wikipedia , lookup

Rectifier wikipedia , lookup

History of electromagnetic theory wikipedia , lookup

Ground (electricity) wikipedia , lookup

Electrical ballast wikipedia , lookup

Transistor wikipedia , lookup

Skin effect wikipedia , lookup

Mains electricity wikipedia , lookup

Three-phase electric power wikipedia , lookup

Two-port network wikipedia , lookup

Mercury-arc valve wikipedia , lookup

Buck converter wikipedia , lookup

Resistive opto-isolator wikipedia , lookup

Stray voltage wikipedia , lookup

Ground loop (electricity) wikipedia , lookup

Signal-flow graph wikipedia , lookup

Topology (electrical circuits) wikipedia , lookup

Earthing system wikipedia , lookup

Opto-isolator wikipedia , lookup

Ohm's law wikipedia , lookup

TRIAC wikipedia , lookup

Rectiverter wikipedia , lookup

Current source wikipedia , lookup

Alternating current wikipedia , lookup

Current mirror wikipedia , lookup

Network analysis (electrical circuits) wikipedia , lookup

Transcript
1
(EE 215 Fundamentals of Electrical Engineering
Lecture Notes
Mesh Analysis
Rev 10/18/04
Rich Christie
Mesh Analysis:
Overview:
(The other) systematic method of circuit analysis.
Works on all circuits.
No creative thinking needed.
Computers don't like as much as nodal analysis.
Once over lightly.
Process:
Write KVL for every mesh in terms of mesh currents.
Special handling for current sources.
What's a mesh? A loop that does not contain any other loops within it.
In essence, every "window" in a planar circuit is a mesh.
Mesh current is current that flows in the mesh.
Branches have either one or two mesh currents flowing through them. If two, they usually
flow in opposite directions.
How many meshes in the
example? (Three.)
For some reason mesh
currents seem to flow
clockwise. (Probably CCW
below the equator, ba-dumpbump!) Actually this choice
is arbitrary. It's useful to
have them flow the same
way when checking the
equations for consistency.
Note that the total current
(or, actual current) in a
i2
3!
6V
+
4!
5!
i1
-
i10
10 !
i3
15 !
2
branch is the difference of the branch currents flowing through it. Thus, the current
flowing down in the 10Ω resistor is
i10 = i1 ! i3
(Just like branch voltages were the difference in node voltages.)
Of course, the current flowing down in the 15 Ω resistor is just
i15 = i3
(Sort of like the branch voltage of a branch connected to the reference node.)
Now write KVL around the loop defined by each mesh, in terms of mesh currents.
Remember how in nodal analysis we used current leaving a node, even though KCL is
stated in terms of current entering a node? Well, now we'll use the polarity at the near end
of a branch for the sign of the voltage - and for much the same reason.
loop 1 ! 6 + 3(i1 ! i2 )+ 10(i1 ! i3 ) = 0
loop 2 3(i 2 ! i1 ) + 4(i 2 ) + 5(i 2 ! i3 ) = 0
loop 3 10(i3 ! i1 ) + 5(i3 ! i 2 ) + 15i3 = 0
Note that the mesh current in the loop for which the equation is being written has a
positive sign in every term where it appears! This is a good consistency check, and is due
to having all mesh currents flow the same way, and taking the near end for polarity.
Solve in the usual way.
13i1 ! 3i 2 ! 10i3 = 6
! 3i1 + 12i 2 ! 5i3 = 0
! 10i1 ! 5i 2 + 30i3 = 0
i1 = 0.777 A
i2 = 0.325 A
i3 = 0.313 A
i10 = i1 - i3 = 0.464 A
Current Sources:
First, try to get the current source to where only one mesh current flows through it.
Redraw the circuit if you have to. For example:
3
Redraw to:
+
-
+
i2
i1
-
is
Now the mesh current is just the source
current: i 2 = i s and write KVL around the
other loop.
Sometimes you can't get the current source on the outside. Then you define a supermesh
which incorporates the meshes on either side of the current source. You write KVL
around the supermesh (but in terms of the existing mesh currents), and you get a mesh
current relationship (auxiliary equation) from the source.
R1
vs
R2
+
-
is
i1
i2
(Note this example could actually be
redrawn if we wanted to…)
R3
From the source:
i s = i1 ! i 2
R4
Around the supermesh
! v s + i1 R1 + i2 R2 + i2 R3 = 0
Supermesh
And there are two equations in two
unknowns.
Dependent Sources:
Just express the source value in terms of mesh currents.
4
Pretty clearly,
R1
R2
3ix = 3i1
and KVL around loop 1 is
ix
vs
+
-
+
i1
-
i2
3ix
R4
R3
! vs + R1i1 ! 3i1 + R4 (i1 ! i2 ) = 0
etc.