Class ROTATING-COMPONENT


Slots on this class:

Documentation:
the class of components which are based on rotational motion
Subclass-Of: Entity, Thermal-component
Arity: 1
Has-Quantity-Function: Rotating-speed


Slots on instances of this class:

Rotating-Speed:
Slot-Cardinality: 1
Slot-Documentation:
the speed at which the rotary part of the component rotates

Axioms:

(Forall (?Self ?Time)
        (<=> (Active ?Time Rotating-Component ?Self)
             (And (Rotating-Component ?Self)
                  (Active ?Time Thermal-Component ?Self))))

(=> (Rotating-Component ?Self)
    (Quantity.Dimension (Rotating-Speed ?Self) Frequency-Dimension))