PowerPropeller:

Path: ACPro/ACEngine

% Compute propeller power. 
 This is the minimum power to drive a propeller. This is based on 
 actuator disk theory.

 Type PowerPropeller for a demo.
--------------------------------------------------------------------------
   Form:
   power = PowerPropeller( u0, d, thrust, rho )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   u0      (1,:) Velocity (m/s)
   d       (1,1) Propeller diameter (m)
   thrust  (1,:) Thrust  (N)
   rho     (1,:) Density (kg/m^3)

   -------
   Outputs
   -------
   thrust	(1,:) Power (W)

--------------------------------------------------------------------------
   Reference: https://web.mit.edu/16.unified/www/FALL/thermodynamics
             /notes/node86.html
--------------------------------------------------------------------------

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the ACPro Module page