Class 2-INPUT-THERMAL-COMPONENT


Slots on this class:

Documentation:
the class of thermal components with two inlets
Subclass-Of: Entity, Thermal-component
Arity: 1
Has-Attribute-Function: Component-inlet1, Component-inlet2


Slots on instances of this class:

Component-Inlet1:
Slot-Cardinality: 1
Slot-Documentation:
the first inlet port
Slot-Value-Type: Port
Component-Inlet2:
Slot-Cardinality: 1
Slot-Documentation:
the second inlet port
Slot-Value-Type: Port

Axioms:

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