(Inherited-Facet-Value
Slot-Documentation
Fuel-Consuming-Component
Fuel-Supply-Rate
The Rate At Which Fuel Is Supplied To The Fuel-Consuming Component)
(Quantity.Dimension (Fuel-Supply-Rate ?Self) Mass-Dimension)
(Inherited-Facet-Value Slot-Cardinality
Fuel-Consuming-Component
Fuel-Supply-Rate
1)
(Forall (?Self ?Time)
(=> (Active ?Time Fuel-Consuming-Component ?Self)
(= (Lambda (?T)
(If (= ?T ?Time)
(Value-At (Heat-Supply-Rate ?Self) ?T)))
(* (Lambda (?T)
(If (= ?T ?Time)
(Value-At (Fuel-Supply-Rate ?Self) ?T)))
(Lambda (?T)
(If (= ?T ?Time)
(Value-At (Heating-Value Fuel) ?T)))))))
(Has-Quantity-Function Fuel-Consuming-Component Fuel-Supply-Rate)
(Slot-Documentation
Fuel-Consuming-Component
Fuel-Supply-Rate
The Rate At Which Fuel Is Supplied To The Fuel-Consuming Component)
(=> (Fuel-Consuming-Component ?Self)
(And (Value-Cardinality ?Self Fuel-Supply-Rate 1)
(Quantity.Dimension (Fuel-Supply-Rate ?Self) Mass-Dimension)
(Value-Cardinality ?Self Heat-Supply-Rate 1)
(Quantity.Dimension (Heat-Supply-Rate ?Self)
Power-Dimension)))
(=> (Fuel-Supply-Rate $X $Y) (Everywhere-Continuous-Quantity $Y))