mirror of
https://github.com/nasa/trick.git
synced 2025-02-03 17:50:43 +00:00
19 lines
662 B
D
19 lines
662 B
D
|
/********************************* TRICK HEADER *******************************
|
||
|
PURPOSE:
|
||
|
(Ball model external force parameter default init. data.)
|
||
|
REFERENCE:
|
||
|
(((Bailey, R.W, and Paddock, E.J.)
|
||
|
(Trick Simulation Environment) (NASA:JSC #37943)
|
||
|
(JSC/Engineering Directorate/Automation, Robotics and Simulation Division)
|
||
|
(March 1997)))
|
||
|
ASSUMPTIONS AND LIMITATIONS:
|
||
|
((2 dimensional space)
|
||
|
(Constant Force))
|
||
|
PROGRAMMERS:
|
||
|
(((Your Name) (Company Name) (Date) (Trick tutorial)))
|
||
|
*******************************************************************************/
|
||
|
|
||
|
BFORCE.input.origin {m} = {0.0, 2.0} ;
|
||
|
BFORCE.input.force {N} = 8.0 ;
|
||
|
|