Class WORK-CONSUMING-COMPONENT


Slots on this class:

Documentation:
the class of components which require work input
Instance-Of: Class
Subclass-Of: Entity, Thermal-component
Arity: 1
Has-Quantity-Function: Power-input
Power-Input:
Slot-Documentation:
the power input into the work consuming component
Superclass-Of: Compressor


Slots on instances of this class:

Power-Input:
Slot-Cardinality: 1
Slot-Documentation:
the power input into the work consuming component

Axioms:

(Quantity.Dimension (Power-Input ?Self) Power-Dimension)

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


Other Related Axioms:

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

(Quantity-Function-Of Power-Input Work-Consuming-Component)

(Forall (?Self ?Time)
        (<=> (Active ?Time Compressor ?Self)
             (And (Compressor ?Self)
                  (Active ?Time Work-Consuming-Component ?Self)
                  (Active ?Time 1-1-Port-Thermal-Component ?Self))))