Marine systems simulation
SimObj-LinearSpring_in.xml
1<Contents>
2 <OBJECTS>
3
4 <Lib
5 LibName="base"
6 SimObject="Cable/LinearSpring"
7 Name="M"
8 Stiffness="10"
9 RelaxedLength="10"
10 />
11
12 </OBJECTS>
13
14 <INTERCONNECTIONS>
15 <Connection
16 M.PosA="0,0,0"
17 M.PosB="0,0,5"
18 />
19 </INTERCONNECTIONS>
20
21 <INITIALIZATION>
22 <InitialCondition
23 />
24 </INITIALIZATION>
25
26 <INTEGRATION>
27 <Engine
28 IntegratorMethod="2"
29 NumCores="1"
30 TOutput="0, 1, 30"
31 LogStates ="1"
32 stepsize ="0"
33 HMax="0.002"
34 HMin="0.00000001"
35 AbsTol="1e-3" RelTol="1e-3"
36 UseRSSNormInsteadOfInfNorm="0"
37 FileOutput="objects:all"
38 />
39 </INTEGRATION>
40</Contents>