Class 2-OUTPUT-THERMAL-COMPONENT


Slots on this class:

Documentation:
the class of thermal components with two outlets
Subclass-Of: Entity, Thermal-component
Arity: 1
Has-Attribute-Function: Component-outlet1, Component-outlet2


Slots on instances of this class:

Component-Outlet1:
Slot-Cardinality: 1
Slot-Documentation:
the first outlet port
Slot-Value-Type: Port
Component-Outlet2:
Slot-Cardinality: 1
Slot-Documentation:
the second outlet port
Slot-Value-Type: Port

Axioms:

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