Class COOLING-COMPONENT


Slots on this class:

Documentation:
the class of components which extract heat/provide cooling.
Instance-Of: Class
Subclass-Of: Entity, Thermal-component
Arity: 1
Cooling-Rate:
Slot-Documentation:
the rate at which the component extracts heat
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:

(Quantity.Dimension (Cooling-Rate ?Self) Power-Dimension)

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


Other Related Axioms:

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

(Quantity-Function-Of Cooling-Rate Cooling-Component)