Class COMPRESSOR


Slots on this class:

Documentation:
a thermal component in which work is done on a gas passing through them in order to raise the pressure
Subclass-Of: 1-1-port-thermal-component, Entity, Work-consuming-component
Arity: 1
Has-Quantity-Function: Pressure-ratio


Slots on instances of this class:

Pressure-Ratio:
Slot-Cardinality: 1
Slot-Documentation:
the pressure ratio of the compressor

Axioms:

(Forall (?Self ?Time)
        (<=> (Active ?Time Compressor ?Self)
             (And (Compressor ?Self)
                  (Active ?Time Work-Consuming-Component ?Self)
                  (Active ?Time 1-1-Port-Thermal-Component ?Self))))

(=> (Compressor ?Self)
    (Quantity.Dimension (Pressure-Ratio ?Self) Dimensionless))