1<Contents>
2 <OBJECTS>
3
4 <Lib
5 LibName="base"
6 SimObject="Body/Mass"
7 Name="M"
8 Scale="1"
9 Mass="1"
10 Material="Simple/Red"
11 />
12
13
14 </OBJECTS>
15
16 <INTERCONNECTIONS>
17 <Connection
18 M.Force="10,0,0"
19 />
20 </INTERCONNECTIONS>
21
22 <INITIALIZATION>
23 <InitialCondition
24 M.Pos="0,0,0"
25 M.Vel="0,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 Step="0.001" StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
33 </Integrator>
34 </SIMULATION>
35 <OBSERVERS>
36 <FileOutput TOutput="0, 1:1:10, 60 " Select="objects:all"/>
37 </OBSERVERS>
38</Contents>