the operating modes of thermal components
the thermal components involved in the operating mode
the thermal components involved in the operating mode
(Forall (?Self ?Component-Involved)
(<=> (And (= (Component-Involved ?Self) ?Component-Involved)
(Thermal-Component-Op-Mode ?Self))
(And (Operating-Mode-Model ?Self)
(Thermal-Component ?Component-Involved))))
(Forall (?Self ?Time)
(<=> (Active ?Time Thermal-Component-Op-Mode ?Self)
(And (Thermal-Component-Op-Mode ?Self)
(Active ?Time Operating-Mode-Model ?Self))))
(Forall (?Self ?Component-Involved)
(<=> (And (= (Component-Involved ?Self) ?Component-Involved)
(Thermal-Component-Op-Mode ?Self))
(And (Operating-Mode-Model ?Self)
(Thermal-Component ?Component-Involved))))
(Forall (?Self ?Time)
(<=> (Active ?Time Thermal-Component-Op-Mode ?Self)
(And (Thermal-Component-Op-Mode ?Self)
(Active ?Time Operating-Mode-Model ?Self))))
(Participant-Function-Of Component-Involved
Thermal-Component-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))))