Class COOLING-COMPONENT


Slots on this class:

Documentation:
the class of components which extract heat/provide cooling.
Subclass-Of: Entity, Thermal-component
Arity: 1
Has-Quantity-Function: Cooling-rate


Slots on instances of this class:

Cooling-Rate:
Slot-Cardinality: 1
Slot-Documentation:
the rate at which the component extracts heat

Axioms:

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

(=> (Cooling-Component ?Self)
    (Quantity.Dimension (Cooling-Rate ?Self) Power-Dimension))