Marine systems simulation
SimObj-ExternalLinkStandard_in.xml
1<Contents>
2 <OBJECTS>
3
4 <Lib
5 LibName="base"
6 SimObject="System/ExternalLinkStandard"
7 Name="ExtLink"
8 outputPortNames="out1"
9 Initial_out1="0,0,1"
10 inputPortNames="in1"
11 Size_in1="3"
12 Initial_in1="2,2,2"
13 />
14
15 <Lib
16 LibName="base"
17 SimObject="Body/Mass"
18 Name="M"
19 Scale="1"
20 Mass="1"
21 />
22
23 </OBJECTS>
24
25 <INTERCONNECTIONS>
26 <Connection
27 ExtLink.in1="M.Pos"
28 M.Force="ExtLink.out1"
29 />
30 </INTERCONNECTIONS>
31
32 <INITIALIZATION>
33 <InitialCondition
34 M.Pos="1,1,1"
35 M.Vel="0,0,0"
36 />
37 </INITIALIZATION>
38
39 <INTEGRATION>
40 <Engine
41 IntegratorMethod="2"
42 NumCores="1"
43 TOutput="0, 0,1,2, 30"
44 LogStates ="1"
45 stepsize ="0"
46 HMax="0.002"
47 HMin="0.00000001"
48 AbsTol="1e-3" RelTol="1e-3"
49 UseRSSNormInsteadOfInfNorm="0"
50 FileOutput="objects:all"
51 />
52 </INTEGRATION>
53</Contents>