Class WORK-PRODUCING-COMPONENT


Slots on this class:

Documentation:
the class of components which produce work output.
Subclass-Of: Entity, Thermal-component
Arity: 1
Has-Quantity-Function: Power-output


Slots on instances of this class:

Power-Output:
Slot-Cardinality: 1
Slot-Documentation:
the power output of the work producing component

Axioms:

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

(=> (Work-Producing-Component ?Self)
    (Quantity.Dimension (Power-Output ?Self) Power-Dimension))