Package windSimSuite :: Module common :: Class RotationalSpeed
[hide private]

Class RotationalSpeed

source code

_PhysicQuantity --+
                  |
                 RotationalSpeed

An rotational speed that can be converted from radian per second to rotation per minutes. The default unit is in radian per second. Any value can be set by specifying the unit by 'rad/s' or 'rpm'.

Instance Methods [hide private]
 
__init__(self, value=None, unit='rad/s') source code
 
__repr__(self) source code

Inherited from _PhysicQuantity: __getitem__, __setitem__

Method Details [hide private]

__init__(self, value=None, unit='rad/s')
(Constructor)

source code 
Overrides: _PhysicQuantity.__init__