1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Body/6DBody"
6 Name="A"
7 Mass ="1"
8 InertiaRadi="1,1,1"
9 />
10
11 </OBJECTS>
12
13 <INTERCONNECTIONS>
14 <Connection
15 A.Force="0,0,-9.81"
16 A.Moment="0,0,0"
17 />
18 </INTERCONNECTIONS>
19
20 <INITIALIZATION>
21 <InitialCondition
22 A.Pos="0,0,0"
23 A.Quater="1,0,0,0"
24 A.LocalVel="0,5,0"
25 A.AngVel="5,0,0"
26 />
27 </INITIALIZATION>
28
29 <SIMULATION>
30 <Timing TStart="0" TEnd="11.0"/>
31 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
32 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
33 </Integrator>
34
35 </SIMULATION>
36
37<OBSERVERS>
38 <FileOutput TOutput="0, 0:1:20, 21" Select="objects:all"/>
39 </OBSERVERS>
40</Contents>