Class THERMAL-PROCESS-OP-MODE


Slots on this class:

Documentation:
the operating modes of thermal processes
Instance-Of: Class
Subclass-Of: Model-fragment, Operating-mode-model
Arity: 1
Has-Participant-Function: Process-involved
Process-Involved:
Slot-Documentation:
the thermal process involved in the operating mode
Superclass-Of: Cycle-heat-input, Cycle-work-output, Pump-power-input-per-mass-approximation


Slots on instances of this class:

Process-Involved:
Slot-Cardinality: 1
Slot-Documentation:
the thermal process involved in the operating mode
Slot-Value-Type: Thermal-process

Axioms:

(Forall (?Self ?Process-Involved)
        (<=> (And (= (Process-Involved ?Self) ?Process-Involved)
                  (Thermal-Process-Op-Mode ?Self))
             (And (Operating-Mode-Model ?Self)
                  (Thermal-Process ?Process-Involved))))

(Forall (?Self ?Time)
        (<=> (Active ?Time Thermal-Process-Op-Mode ?Self)
             (And (Thermal-Process-Op-Mode ?Self)
                  (Active ?Time Operating-Mode-Model ?Self))))


Other Related Axioms:

(Forall (?Self ?Process-Involved)
        (<=> (And (= (Process-Involved ?Self) ?Process-Involved)
                  (Thermal-Process-Op-Mode ?Self))
             (And (Operating-Mode-Model ?Self)
                  (Thermal-Process ?Process-Involved))))

(Forall (?Self ?Time)
        (<=> (Active ?Time Thermal-Process-Op-Mode ?Self)
             (And (Thermal-Process-Op-Mode ?Self)
                  (Active ?Time Operating-Mode-Model ?Self))))

(Participant-Function-Of Process-Involved Thermal-Process-Op-Mode)

(Forall (?Self)
        (<=> (Cycle-Heat-Input ?Self)
             (And (Thermal-Process-Op-Mode ?Self)
                  (Thermal-Cycle-Op-Mode ?Self)
                  (Control-Volume-Op-Mode ?Self)
                  (Thermal-Component-Op-Mode ?Self)
                  (Process-Cv Process-Involved Cv-Involved)
                  (Component-Cv Component-Involved Cv-Involved)
                  (Connected-To-External-Heat-Source-P 
                      Component-Involved
                      True))))

(Forall (?Self ?Time)
        (<=> (Active ?Time Cycle-Heat-Input ?Self)
             (And (Cycle-Heat-Input ?Self)
                  (Active ?Time Thermal-Process-Op-Mode ?Self)
                  (Active ?Time Thermal-Cycle-Op-Mode ?Self)
                  (Active ?Time Control-Volume-Op-Mode ?Self)
                  (Active ?Time Thermal-Component-Op-Mode ?Self))))

(Forall (?Self)
        (<=> (Cycle-Work-Output ?Self)
             (And (Thermal-Process-Op-Mode ?Self)
                  (Thermal-Cycle-Op-Mode ?Self)
                  (Control-Volume-Op-Mode ?Self)
                  (Process-Cv Process-Involved Cv-Involved))))

(Forall (?Self ?Time)
        (<=> (Active ?Time Cycle-Work-Output ?Self)
             (And (Cycle-Work-Output ?Self)
                  (Active ?Time Thermal-Process-Op-Mode ?Self)
                  (Active ?Time Thermal-Cycle-Op-Mode ?Self)
                  (Active ?Time Control-Volume-Op-Mode ?Self))))

(Forall (?Self)
        (<=> (Pump-Power-Input-Per-Mass-Approximation ?Self)
             (And (Pump-Operating-Mode ?Self)
                  (1-1-Control-Volume-Op-Mode ?Self)
                  (Thermal-Process-Op-Mode ?Self)
                  (Component-Cv Pump-Involved 1-1-Cv-Involved)
                  (Process-Cv Process-Involved 1-1-Cv-Involved))))

(Forall (?Self ?Time)
        (<=> (Active ?Time
                     Pump-Power-Input-Per-Mass-Approximation
                     ?Self)
             (And (Pump-Power-Input-Per-Mass-Approximation ?Self)
                  (Active ?Time Pump-Operating-Mode ?Self)
                  (Active ?Time 1-1-Control-Volume-Op-Mode ?Self)
                  (Active ?Time Thermal-Process-Op-Mode ?Self))))