Class ROTATING-COMPONENT


Slots on this class:

Documentation:
the class of components which are based on rotational motion
Instance-Of: Class
Subclass-Of: Entity, Thermal-component
Arity: 1
Has-Quantity-Function: Rotating-speed
Rotating-Speed:
Slot-Documentation:
the speed at which the rotary part of the component rotates


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:

(Quantity.Dimension (Rotating-Speed ?Self) Frequency-Dimension)

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


Other Related Axioms:

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

(Quantity-Function-Of Rotating-Speed Rotating-Component)