Class 2-OUTPUT-THERMAL-COMPONENT


Slots on this class:

Documentation:
the class of thermal components with two outlets
Instance-Of: Class
Subclass-Of: Entity, Thermal-component
Arity: 1
Component-Outlet1:
Slot-Documentation: the first outlet port
Component-Outlet2:
Slot-Documentation: the second outlet port
Has-Attribute-Function: Component-outlet1, Component-outlet2
Superclass-Of: 1-2-port-thermal-component, 2-2-port-thermal-component


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))))


Other Related Axioms:

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

(Attribute-Function-Of Component-Outlet1 2-Output-Thermal-Component)

(Attribute-Function-Of Component-Outlet2 2-Output-Thermal-Component)

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

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