Class TURBINE


Slots on this class:

Documentation:
a thermal component in which work is developed as a result of a gas or liquid passing through a set of blades attached to a shaft free to rotate
Instance-Of: Class
Subclass-Of: Entity, Thermal-component, Work-producing-component
Arity: 1
Superclass-Of: Extraction-turbine, Simple-turbine

Axioms:

(Forall (?Self ?Time)
        (<=> (Active ?Time Turbine ?Self)
             (And (Turbine ?Self)
                  (Active ?Time Thermal-Component ?Self)
                  (Active ?Time Work-Producing-Component ?Self))))


Other Related Axioms:

(Forall (?Self ?Time)
        (<=> (Active ?Time Turbine ?Self)
             (And (Turbine ?Self)
                  (Active ?Time Thermal-Component ?Self)
                  (Active ?Time Work-Producing-Component ?Self))))

(Forall (?Self ?Time)
        (<=> (Active ?Time Simple-Turbine ?Self)
             (And (Simple-Turbine ?Self)
                  (Active ?Time Turbine ?Self)
                  (Active ?Time 1-1-Port-Thermal-Component ?Self))))

(Forall (?Self ?Time)
        (<=> (Active ?Time Extraction-Turbine ?Self)
             (And (Extraction-Turbine ?Self)
                  (Active ?Time Turbine ?Self)
                  (Active ?Time 1-2-Port-Thermal-Component ?Self))))