StatorCoil:

Path: Electrical/Motor

% Designs a single coil for a 3 phase motor
 The coils are wrapped around pegs in an air core stator. There are
 nCoils per phase. It is assumed that the motor or generator is three
 phase. 

 The coils are assumed to be circular. This is for a 3 phase motor.

 Type StatorCoil for the example in the reference.
--------------------------------------------------------------------------
   Form:
   [nTurns,j,r,h] = StatorCoil(aCoil,omegaE,b,ePh,nCoils,aWG,i,nT)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   aCoil   (1,1) Coil area (m^2)
   omegaE  (1,1) Electrical frequency (rad/s)
   b       (1,1) Air gap field (T)
   ePh     (1,1) Desired back EMF (V)
   nCoils  (1,1) Number of coils per phase
   aWG     (1,1) American Wire Gauge
   i       (1,1) Current (A)
   nT      (1,1) Turns per layer

   -------
   Outputs
   -------
   nTurns  (1,1) Number of turns per coil;
   j       (1,1) Current density (A/mm^2);
   r       (1,1) Resistance per phase  (Ohm)
   h       (1,1) Height (mm)
  
--------------------------------------------------------------------------
 Reference:  Todd D. Batzel, "Design and Test of an Ironless Axial Flux
             Permanent Machine using Halbach Array." International Journal
             of Modern Engineering, Vol 15, No 1, 2014
--------------------------------------------------------------------------
 See also DiameterAWG, ResistanceAWG
--------------------------------------------------------------------------

Children:

Common: General/DispWithTitle
Electrical: Wire/DiameterAWG
Electrical: Wire/ResistanceAWG

Back to the Electrical Module page