Path: Electrical/Components
% Mutual inductance between two coils The mutual inductance between two coils. It will use MutualInductanceCoaxialCoil if the magnitude of r is zero. Generally valid only for r >> sqrt(a)/pi, i.e. a farfield solution.s Type MutualInductanceCoil for a demo. -------------------------------------------------------------------------- Form: m = MutualInductanceCoil( a1, a2, n1, n2, r, u1, u2 ) -------------------------------------------------------------------------- ------ Inputs ------ a1 (1,1) Area of coil 1 (m^2) a2 (1,1) Area of coil 2 (m^2) n1 (1,1) Number of turns coil 1 n2 (1,1) Number of turns coil 2 r (3,:) Vector from 1 to 2 (m) u1 (3,1) Unit vector for coil 1, ignored if |r| is zero u2 (3,1) Unit vector for coil 2 ------- Outputs ------- m (1,1) Mutual inductance (H) -------------------------------------------------------------------------- Reference: --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Electrical: Components/MutualInductanceCoaxialCoil Math: Linear/Mag
Back to the Electrical Module page