Function INTERNALLY-REVERSIBLE-P


Slots on this function:

Documentation:
the attribute indicating that the process is internally reversible
Instance-Of: Function, Quantity-function
Arity: 2
Range: Non-numeric-quantity

Other Related Axioms:

(Forall (?Self ?Adiabatic-Pr-Involved)
        (<=> (And (= (Adiabatic-Pr-Involved ?Self)
                     ?Adiabatic-Pr-Involved)
                  (Internally-Reversible-Adiabatic-Process ?Self))
             (And (1-1-Control-Volume-Op-Mode ?Self)
                  (Steady-Flow-Adiabatic-Process ?Adiabatic-Pr-Involved)
                  (Process-Cv ?Adiabatic-Pr-Involved 1-1-Cv-Involved)
                  (Internally-Reversible-P ?Adiabatic-Pr-Involved
                                           True))))

(Inherited-Facet-Value 
    Slot-Documentation
    Thermal-Process
    Internally-Reversible-P
    The Attribute Indicating That The Process Is Internally Reversible)

(Inherited-Facet-Value Slot-Cardinality
                       Thermal-Process
                       Internally-Reversible-P
                       1)

(Has-Quantity-Function Thermal-Process Internally-Reversible-P)

(Slot-Documentation 
    Thermal-Process
    Internally-Reversible-P
    The Attribute Indicating That The Process Is Internally Reversible)

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

(=> (Internally-Reversible-P $X $Y) (Non-Numeric-Quantity $Y))