Function IRREVERSIBILITY-RATE


Slots on this function:

Documentation:
the rate of the destruction of availability due to ierreversibilities within the process
Instance-Of: Function, Quantity-function
Arity: 2
Range: Everywhere-continuous-quantity

Other Related Axioms:

(Inherited-Facet-Value 
    Slot-Documentation
    Thermal-Process
    Irreversibility-Rate
    The Rate Of The Destruction Of Availability Due To Ierreversibilities Within The Process)

(Quantity.Dimension (Irreversibility-Rate ?Self) Power-Dimension)

(Inherited-Facet-Value Slot-Cardinality
                       Thermal-Process
                       Irreversibility-Rate
                       1)

(Has-Quantity-Function Thermal-Process Irreversibility-Rate)

(Slot-Documentation 
    Thermal-Process
    Irreversibility-Rate
    The Rate Of The Destruction Of Availability Due To Ierreversibilities Within The Process)

(=> (Thermal-Process ?Self)
    (And (Value-Cardinality ?Self Work-Rate 1)
         (Quantity.Dimension (Work-Rate ?Self) Power-Dimension)
         (Value-Cardinality ?Self Heat-Rate 1)
         (Quantity.Dimension (Heat-Rate ?Self) Power-Dimension)
         (Value-Cardinality ?Self Heat-Transfer-Temperature 1)
         (Quantity.Dimension (Heat-Transfer-Temperature ?Self)
                             Temperature-Dimension)
         (Value-Cardinality ?Self Entropy-Generation-Rate 1)
         (Quantity.Dimension (Entropy-Generation-Rate ?Self)
                             Entropy-Rate-Dimension)
         (Value-Cardinality ?Self Irreversibility-Rate 1)
         (Quantity.Dimension (Irreversibility-Rate ?Self)
                             Power-Dimension)
         (Value-Cardinality ?Self Internally-Reversible-P 1)))

(=> (Irreversibility-Rate $X $Y) (Everywhere-Continuous-Quantity $Y))

(Forall 
    (?Self ?Time)
    (=> (Active ?Time Non-Steady-State-Flow-Process ?Self)
        (And (Forall (?Cv)
                     (=> (Process-Cv ?Self ?Cv)
                         (= (- (Lambda (?T)
                                       (If (= ?T ?Time)
                                           (Value-At (Heat-Rate ?Self)
                                                     ?T)))
                               (Lambda (?T)
                                       (If (= ?T ?Time)
                                           (Value-At (Work-Rate ?Self)
                                                     ?T))))
                            (+ (- (Lambda 
                                      (?T)
                                      (If (= ?T ?Time)
                                          (Value-At 
                                              (Enthalpy-Rate-Out ?Cv)
                                              ?T)))
                                  (Lambda 
                                      (?T)
                                      (If (= ?T ?Time)
                                          (Value-At 
                                              (Enthalpy-Rate-In ?Cv)
                                              ?T))))
                               (- (Lambda (?T)
                                          (If (= ?T ?Time)
                                              (Value-At 
                                                  (Pe-Rate-Out ?Cv)
                                                  ?T)))
                                  (Lambda (?T)
                                          (If (= ?T ?Time)
                                              (Value-At (Pe-Rate-In ?Cv)
                                                        ?T))))
                               (- (Lambda (?T)
                                          (If (= ?T ?Time)
                                              (Value-At 
                                                  (Ke-Rate-Out ?Cv)
                                                  ?T)))
                                  (Lambda (?T)
                                          (If (= ?T ?Time)
                                              (Value-At (Ke-Rate-In ?Cv)
                                                        ?T))))
                               (Lambda (?T)
                                       (If (= ?T ?Time)
                                           (Value-At (Energy-Rate ?Cv)
                                                     ?T)))))))
             (Forall 
                 (?Cv)
                 (=> (Process-Cv ?Self ?Cv)
                     (= (Lambda (?T)
                                (If (= ?T ?Time)
                                    (Value-At (Energy-Rate ?Cv) ?T)))
                        (+ (Lambda 
                               (?T)
                               (If (= ?T ?Time)
                                   (Value-At (Internal-Energy-Rate ?Cv)
                                             ?T)))
                           (Lambda (?T)
                                   (If (= ?T ?Time)
                                       (Value-At (Ke-Rate ?Cv) ?T)))
                           (Lambda (?T)
                                   (If (= ?T ?Time)
                                       (Value-At (Pe-Rate ?Cv) ?T)))))))
             (Forall 
                 (?Cv)
                 (=> (Process-Cv ?Self ?Cv)
                     (= (Lambda 
                            (?T)
                            (If (= ?T ?Time)
                                (Value-At 
                                    (Entropy-Generation-Rate ?Self)
                                    ?T)))
                        (+ (- (Lambda (?T)
                                      (If (= ?T ?Time)
                                          (Value-At 
                                              (Entropy-Rate-Out ?Cv)
                                              ?T)))
                              (Lambda (?T)
                                      (If (= ?T ?Time)
                                          (Value-At 
                                              (Entropy-Rate-In ?Cv)
                                              ?T))))
                           (- (/ (Lambda (?T)
                                         (If (= ?T ?Time)
                                             (Value-At (Heat-Rate ?Self)
                                                       ?T)))
                                 (Lambda 
                                     (?T)
                                     (If (= ?T ?Time)
                                         (Value-At 
                                             (Heat-Transfer-Temperature ?Self)
                                             ?T)))))
                           (Lambda (?T)
                                   (If (= ?T ?Time)
                                       (Value-At (Entropy-Rate ?Cv)
                                                 ?T)))))))
             (= (Lambda (?T)
                        (If (= ?T ?Time)
                            (Value-At (Irreversibility-Rate ?Self)
                                      ?T)))
                (* (Lambda (?T)
                           (If (= ?T ?Time)
                               (Value-At (Entropy-Generation-Rate ?Self)
                                         ?T)))
                   (Lambda (?T)
                           (If (= ?T ?Time)
                               (Value-At 
                                   (State-Temperature *Dead-State*)
                                   ?T)))))
             (Forall (?Cv)
                     (=> (Process-Cv ?Self ?Cv)
                         (= (Lambda (?T)
                                    (If (= ?T ?Time)
                                        (Value-At (Mass-Rate ?Cv) ?T)))
                            (- (Lambda (?T)
                                       (If (= ?T ?Time)
                                           (Value-At (Mass-Rate-In ?Cv)
                                                     ?T)))
                               (Lambda (?T)
                                       (If (= ?T ?Time)
                                           (Value-At (Mass-Rate-Out ?Cv)
                                                     ?T))))))))))