Class 2-INPUT-CONTROL-VOLUME


Slots on this class:

Documentation:
the control volume with two input streams
Instance-Of: Class
Subclass-Of: Control-volume, Entity
Arity: 1
Has-Attribute-Function: Inlet-stream1, Inlet-stream2
Inlet-Stream1:
Slot-Documentation: the first inlet stream
Inlet-Stream2:
Slot-Documentation: the second inlet stream
Superclass-Of: 2-1-control-volume, 2-2-control-volume, 3-input-control-volume


Slots on instances of this class:

Inlet-Stream1:
Slot-Cardinality: 1
Slot-Documentation: the first inlet stream
Slot-Value-Type: 2d-stream
Inlet-Stream2:
Slot-Cardinality: 1
Slot-Documentation: the second inlet stream
Slot-Value-Type: 2d-stream

Axioms:

(Forall (?Self ?Time)
        (<=> (Active ?Time 2-Input-Control-Volume ?Self)
             (And (2-Input-Control-Volume ?Self)
                  (Active ?Time Control-Volume ?Self))))


Other Related Axioms:

(Forall (?Self ?Time)
        (<=> (Active ?Time 2-Input-Control-Volume ?Self)
             (And (2-Input-Control-Volume ?Self)
                  (Active ?Time Control-Volume ?Self))))

(Attribute-Function-Of Inlet-Stream1 2-Input-Control-Volume)

(Attribute-Function-Of Inlet-Stream2 2-Input-Control-Volume)

(Forall (?Self ?Time)
        (<=> (Active ?Time 3-Input-Control-Volume ?Self)
             (And (3-Input-Control-Volume ?Self)
                  (Active ?Time 2-Input-Control-Volume ?Self))))

(Forall (?Self ?Time)
        (<=> (Active ?Time 2-1-Control-Volume ?Self)
             (And (2-1-Control-Volume ?Self)
                  (Active ?Time 2-Input-Control-Volume ?Self)
                  (Active ?Time 1-Output-Control-Volume ?Self))))

(Forall (?Self ?Time)
        (<=> (Active ?Time 2-2-Control-Volume ?Self)
             (And (2-2-Control-Volume ?Self)
                  (Active ?Time 2-Input-Control-Volume ?Self)
                  (Active ?Time 2-Output-Control-Volume ?Self))))