Marine systems simulation
SimObj-Mass_in.xml
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 <INTEGRATION>
30 <Engine
31 IntegratorMethod="2"
32 NumCores="1"
33 TOutput="0, 1:1:10, 60 "
34 LogStates ="1"
35 stepsize ="0.001"
36 HMax="0.002"
37 HMin="0.00000001"
38 AbsTol="1e-3" RelTol="1e-3"
39 UseRSSNormInsteadOfInfNorm="0"
40 FileOutput="objects:all"
41 />
42
43 </INTEGRATION>
44</Contents>