Class STREAM


Slots on this class:

Documentation:
the boundary (control surfaces) of control volumes in a flow process
Subclass-Of: Entity, Substance-container
Arity: 1
Has-Quantity-Function:
Enthalpy-rate, Entropy-rate, Ke-rate, Mass-rate, Pe-rate, Quality, Saturated-p, Specific-enthalpy, Specific-entropy, Specific-internal-energy, Specific-volume, Stream-elevation, Stream-pressure, Stream-temperature, Velocity


Slots on instances of this class:

Enthalpy-Rate:
Slot-Cardinality: 1
Slot-Documentation:
the enthalpy rate through the stream
Entropy-Rate:
Slot-Cardinality: 1
Slot-Documentation:
the entropy rate through the stream
Ke-Rate:
Slot-Cardinality: 1
Slot-Documentation:
the kinetic energy flow rate through the stream
Mass-Rate:
Slot-Cardinality: 1
Slot-Documentation:
the mass flow rate through the stream
Pe-Rate:
Slot-Cardinality: 1
Slot-Documentation:
the potential energy flow rate through the stream
Quality:
Slot-Cardinality: 1
Slot-Documentation:
the ratio of the mass of vapor present to the total mass of the vapor-liquid mixture
Saturated-P:
Slot-Cardinality: 1
Slot-Documentation:
the attribute indicating that the fluid in the stream is saturated
Specific-Enthalpy:
Slot-Cardinality: 1
Slot-Documentation:
the enthalpy per unit of mass
Specific-Entropy:
Slot-Cardinality: 1
Slot-Documentation:
the entropy per unit of mass
Specific-Internal-Energy:
Slot-Cardinality: 1
Slot-Documentation:
the internal energy of the fluid per unit of mass
Specific-Volume:
Slot-Cardinality: 1
Slot-Documentation:
the volume per unit mass of the fluid
Stream-Elevation:
Slot-Cardinality: 1
Slot-Documentation:
the elevation of the stream
Stream-Pressure:
Slot-Cardinality: 1
Slot-Documentation:
the pressure of the fluid through the stream
Stream-Temperature:
Slot-Cardinality: 1
Slot-Documentation:
the temperature of the fluid through the stream
Velocity:
Slot-Cardinality: 1
Slot-Documentation:
the velocity of the fluid through the stream

Axioms:

(Forall (?Self ?Time)
        (<=> (Active ?Time Stream ?Self)
             (And (Stream ?Self)
                  (Active ?Time Substance-Container ?Self))))

(=> (Stream ?Self)
    (And (Quantity.Dimension (Stream-Elevation ?Self)
                             Length-Dimension)
         (Quantity.Dimension (Enthalpy-Rate ?Self) Power-Dimension)
         (Quantity.Dimension (Entropy-Rate ?Self)
                             Entropy-Rate-Dimension)
         (Quantity.Dimension (Ke-Rate ?Self) Power-Dimension)
         (Quantity.Dimension (Mass-Rate ?Self) Mass-Rate-Dimension)
         (Quantity.Dimension (Pe-Rate ?Self) Power-Dimension)
         (Quantity.Dimension (Stream-Pressure ?Self)
                             Pressure-Dimension)
         (Quantity.Dimension (Specific-Enthalpy ?Self)
                             Specific-Energy-Dimension)
         (Quantity.Dimension (Specific-Entropy ?Self)
                             Specific-Entropy-Dimension)
         (Quantity.Dimension (Specific-Internal-Energy ?Self)
                             Specific-Energy-Dimension)
         (Quantity.Dimension (Stream-Temperature ?Self)
                             Temperature-Dimension)
         (Quantity.Dimension (Velocity ?Self) Velocity-Dimension)
         (Quantity.Dimension (Quality ?Self) Dimensionless)
         (Quantity.Dimension (Specific-Volume ?Self)
                             Specific-Volume-Dimension)))