an abstract class of model fragments whose sole purpose is to have the gravitational acceleration due to earth.
the gravitational acceleration on earth
the gravitational acceleration on earth
(Quantity.Dimension (Acceleration-Due-To-Gravity ?Self)
Acceleration-Dimension)
(Forall (?Self ?Time)
(=> (Active ?Time Earth-Bound-Model ?Self)
(= (Lambda (?T)
(If (= ?T ?Time)
(Value-At (Acceleration-Due-To-Gravity ?Self)
?T)))
9.81)))
(Forall (?Self ?Time)
(<=> (Active ?Time Earth-Bound-Model ?Self)
(Earth-Bound-Model ?Self)))
(Forall (?Self ?Time)
(=> (Active ?Time Earth-Bound-Model ?Self)
(= (Lambda (?T)
(If (= ?T ?Time)
(Value-At (Acceleration-Due-To-Gravity ?Self)
?T)))
9.81)))
(Forall (?Self ?Time)
(<=> (Active ?Time Earth-Bound-Model ?Self)
(Earth-Bound-Model ?Self)))
(Quantity-Function-Of Acceleration-Due-To-Gravity Earth-Bound-Model)
(Forall (?Self ?Time)
(<=> (Active ?Time 2d-Stream-Potential-Energy ?Self)
(And (2d-Stream-Potential-Energy ?Self)
(Active ?Time 2d-Stream-Operating-Mode ?Self)
(Active ?Time Earth-Bound-Model ?Self))))