ConformalCoilsInCylinder:

Path: Electrical/Components

% Generate conformal coils in a cylinder
 The coils are embedded in a cylinder of radius r at locations z. The
 resulting points are compatible with ForceBetweenCoils. If there are no
 outputs produces a figure.
  
 Type ConformalCoilsInCylinder for a demo.
--------------------------------------------------------------------------
   Form:
   p = ConformalCoilsInCylinder( r, z, zL, a, aW, nA, nZ )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r       (1,1)  Cylinder radius
   z       (1,:)  Z location 
   zL      (1,:)  Z length
   a       (1,:)  Angular location (rad)
   aW      (1,:)  Angular width (rad)
   nA      (1,1)  Number of segments per arc, optional, default 20
   nZ      (1,1)  Number of segments along z, optional, default 1

   -------
   Outputs
   -------
   p       {}     Sets of points for each coil, each 3xn

--------------------------------------------------------------------------

Children:

Common: CommonData/SwooshWatermark
Common: ComponentModels/Box
Common: ComponentModels/Frustrum
Common: General/DeBlankLT
Common: General/Watermark
Common: Graphics/DrawVertices
Common: Graphics/NewFig
Common: Graphics/PlotColor
Common: Graphics/PltStyle
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Math: Linear/Mag

Back to the Electrical Module page