1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Vessels/Tanker"
6 Name="A"
7 Scale="1.0"
8 Mass="1.0"
9 Material="Simple/Red"
10 InertiaRadi="1,1,1"
11 ModelType="lb-series"
12 DataSet="20000dwt"
13 RudderType="small"
14 />
15 </OBJECTS>
16
17 <INTERCONNECTIONS>
18 <Connection
19 A.Force="0,0,0"
20 A.Torque="0,0,0"
21 A.Engine="0,0,0"
22 A.Rudder="0,0,0"
23 />
24 </INTERCONNECTIONS>
25
26 <INITIALIZATION>
27 <InitialCondition
28 A.Position="0,0,-500"
29 A.Velocity="0,0,0"
30 A.Rotation="1,0,0"
31 A.Omega="0,0,0"
32 A.EngineRPM="0"
33 A.RudderAngle="0"
34 />
35 </INITIALIZATION>
36
37 <SIMULATION>
38 <Timing TStart="0" TEnd="11.0"/>
39 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
40 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
41 </Integrator>
42
43 </SIMULATION>
44
45<OBSERVERS>
46 <FileOutput TOutput="0,0:1:59,60" Select="objects:all"/>
47 </OBSERVERS>
48</Contents>