Class CONTROL-VOLUME-NEGLIGIBLE-KE-CHANGE


Slots on this class:

Documentation:
operating mode of a control-volume that says that the change in ke rate is negligible
Subclass-Of: Control-volume-op-mode, Model-fragment
Arity: 1

Axioms:

(Forall (?Self)
        (<=> (Control-Volume-Negligible-Ke-Change ?Self)
             (And (Control-Volume-Op-Mode ?Self)
                  (Even-Ke Cv-Involved true))))

(Forall (?Self ?Time)
        (=> (Active ?Time Control-Volume-Negligible-Ke-Change ?Self)
            (= (Lambda (?T)
                       (If (= ?T ?Time)
                           (Value-At (D-Ke-Rate (Cv-Involved ?Self))
                                     ?T)))
               0)))

(Forall (?Self ?Time)
        (<=> (Active ?Time Control-Volume-Negligible-Ke-Change ?Self)
             (And (Control-Volume-Negligible-Ke-Change ?Self)
                  (Active ?Time Control-Volume-Op-Mode ?Self))))