AirCoreTorquerModel:

Path: AerospaceUtils/ComponentModels

% Draw an air core magnetic torquer.

 Type AirCoreTorquerModel for a demo.
--------------------------------------------------------------------------
   Form:
   [v, f] = AirCoreTorquerModel( nTurns, rWire, dims )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   nTurns      (1,1) Wire turns
   rWire       (1,1) Wire radius (m) 
   dim         (1,2) Dimensions of the coil (m)

   -------
   Outputs
   -------
   v           (:,3) Vertices
   f           (:,3) Faces

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

Children:

Common: ComponentModels/Box
Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Math: Linear/Mag

Back to the AerospaceUtils Module page