Fans As Actuators

From Mech
Revision as of 22:21, 19 December 2008 by ScottM (talk | contribs) (→‎Introduction)
Jump to navigationJump to search

Introduction

Usage

Fans may be used as primary actuators for mobile robots intended to move without direct physical contact with a surface (floor, ceiling, etc). In particular, applications may include flying and hovering agents such as planes, helicopters, blimps, and hovercraft.

It is important to note that fans operate much differently than wheels or legs as they produce motion as a "force source". Without direct physical contact to a surface or ground, this will result in an acceleration with low friction. To command the position of the agent, one will need to devise a double integrating controller.

Rating

Aside from typical input power specifications (voltage / current), the physical performance of a fan is measured by the fan's max flow rate, and max pressure. Flow rate is the measure of volume of fluid (air) through a given area in a fixed amount of time. Pressure is the measure of force per fixed unit area.

Most Common Types of Fans

For more information, this link gives a good overview including pressure/volume comparison graphs.

Axial (Propellor)

Axial Fan

This type of fan uses a fixed blade that produces airflow parallel to the direction of rotation. This fan design can be seen in many cooling applications, as it is designed to maximize the volume of air moved.

Centrifugal (radial)

Centrifugal Fan

A centrifugal fan is constructed with an impeller inside of a rigid housing and resembles a paddle wheel. Airflow is input through the center of the impellor and is output at a single radial vent. This type of fan is designed to increase the air pressure at its output, and is used in many blowing and inflating applications

Driving and Controlling

Important Practical Considerations

Directionality

Most prepackaged fans are optimized to spin in a single direction. In particular, both the physical shape and orientation of the blades as well as the controller for the electric motor are designed to allow for unidirectional operation. Even if the controller may be hacked to allow for bidirectional motion, the thrust will most likely be asymmetric.

To attain true bidirectional motion, one will typically have to select a bidirectional motor and propeller blade separately (avoid prepackaged fans). R/C airplane and helicopter hobby sites typically offer good starting points for such applications.

Phase Lag

One of the most significant practical limitations of using a fan as an actuator is the lag when accelerating the fan. Accelerating from one velocity to another velocity (increasing/decreasing thrust) physically takes time. The amount of time is typically proportional to the difference in velocities and can be on the order of seconds.

This phase lag limitation is due to the inherent design of many prepackaged fans as they are built to provide a constant velocity with no acceleration. (They are hence actuated by a motor with a small torque) This represents a typically blowing/venting application.

The phase lag of a fan is an important consideration for applications using fans to control their motion as this will increase the complexity of the controller.