1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "marine_elements"
5 SimObject = "Cable/Branched"
6 File = "BranchableCableInput.xml"
7 Name = "CB"
8 />
9
10 <Lib
11 LibName = "base"
12 SimObject = "Environment/Basic"
13 Name = "Env"
14 MeanDepth = "190"
15 BottomRoughness = "5"
16 SurfaceTextureScale = "1000"
17 BottomTextureScale = "15"
18 BottomStructureScale = "50"
19 TerrainRadius = "100"
20 SurfaceDepth = "0"
21 NumTerrainRings = "170"
22 />
23 </OBJECTS>
24
25 <INTERCONNECTIONS>
26 <Connection
27 Env.CurrentVel = "0.5,0,0"
28 CB.Length1 = "100"
29 CB.Length2 = "100"
30 CB.Length3 = "100"
31 CB.Length4 = "100"
32 CB.Length5 = "100"
33 CB.Vel1 = "0,0,1"
34 CB.Vel2 = "0,0,1"
35 CB.Vel3 = "0,0,1"
36 CB.Vel4 = "0,0,1"
37 CB.Pos1 = "0,0,-10"
38 CB.Pos2 = "-10,10,10"
39 CB.Pos3 = "0,10,10"
40 CB.Pos4 = "10,10,10"
41 />
42 </INTERCONNECTIONS>
43
44 <INITIALIZATION>
45 <InitialCondition
46 />
47 </INITIALIZATION>
48
49 <INTEGRATION>
50 <Engine
51 IntegratorMethod = "2"
52 NumCores = "1"
53 TOutput = "0, 1, 100"
54 LogStates = "0"
55 Stepsize = "1e-4"
56 HMax = "100"
57 HMin = "1e-6"
58 AbsTol = "1e-7"
59 RelTol = "1e-7"
60 UseRSSNormInsteadOfInfNorm = "0"
61 FileOutput = "objects:states"
62 />
63 </INTEGRATION>
64</Contents>