Function STATE-ENTROPY


Slots on this function:

Documentation:
the entropy of the fluid in the dead state
Instance-Of: Function, Quantity-function
Arity: 2
Range: Everywhere-continuous-quantity

Other Related Axioms:

(Inherited-Facet-Value Slot-Documentation
                       *Dead-State*
                       State-Entropy
                       The Entropy Of The Fluid In The Dead State)

(Quantity.Dimension (State-Entropy ?Self) Entropy-Dimension)

(Inherited-Facet-Value Slot-Cardinality *Dead-State* State-Entropy 1)

(Has-Quantity-Function *Dead-State* State-Entropy)

(Slot-Documentation *Dead-State*
                    State-Entropy
                    The Entropy Of The Fluid In The Dead State)

(=> (*Dead-State* ?Self)
    (And (Value-Cardinality ?Self State-Temperature 1)
         (Quantity.Dimension (State-Temperature ?Self)
                             Temperature-Dimension)
         (Value-Cardinality ?Self State-Pressure 1)
         (Quantity.Dimension (State-Pressure ?Self)
                             Pressure-Dimension)
         (Value-Cardinality ?Self State-Entropy 1)
         (Quantity.Dimension (State-Entropy ?Self) Entropy-Dimension)))

(=> (State-Entropy $X $Y) (Everywhere-Continuous-Quantity $Y))