Path: Electrical/Motor
% Generates the phase coil datastructure. Type AxialFluxCoil for a demo. Form: % phase = AxialFluxCoil( nPh, nC, w, rI, rO, angle, cDir, n ) -------------------------------------------------------------------------- ------ Inputs ------ nPh (1,1) Number of phases nC (1,1) Number of coils per phase aI (1,1) Inner angular width of coils (deg) aI (1,1) Outer angular width of coils (deg) rI (1,1) Inner radius (mm) rO (1,1) Outer radius (mm) angle (1,nC) Angular location of coil (deg) cDir (1,nC) Current direction (1 = counterclockwise, -1 is clockwise) n (1,1) Number of turns ------- Outputs ------- phase (nPh) Phase coil data structure --------------------------------------------------------------------------
Common: Graphics/NewFig Common: Graphics/XLabelS Common: Graphics/YLabelS Math: Trigonometry/CosD Math: Trigonometry/SinD
Back to the Electrical Module page