Marine systems simulation
HydrodynamicCable.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "marine_elements"
5 SimObject = "Cable/LumpedMass"
6 Name = "C"
7 numElements = "7"
8 Density = "3000"
9 Diameter = "0.1"
10 E = "117"
11 MaxTension = "1000"
12 />
13
14 <Lib
15 LibName = "base"
16 SimObject = "Environment/Basic"
17 Name = "Env"
18 MeanDepth = "190"
19 BottomRoughness = "5"
20 SurfaceTextureScale = "1000"
21 BottomTextureScale = "15"
22 BottomStructureScale = "50"
23 TerrainRadius = "1000"
24 SurfaceDepth = "0"
25 NumTerrainRings = "170"
26 />
27 </OBJECTS>
28
29 <INTERCONNECTIONS>
30 <Connection
31 Env.CurrentVel = "2.5,0,0"
32 C.PosA = "0,0,0"
33 C.VelA = "0,0,0"
34 C.PosB = "0,0,18"
35 C.VelB = "0,0,0"
36 C.Length = "20"
37 />
38 </INTERCONNECTIONS>
39
40 <INITIALIZATION>
41 <InitialCondition
42 />
43 </INITIALIZATION>
44
45 <INTEGRATION>
46 <Engine
47 IntegratorMethod = "2"
48 NumCores = ""
49 TOutput = "0, 0:1:10, 30"
50 LogStates = "0"
51 Stepsize = "0"
52 HMax = "0.1"
53 HMin = "1E-060"
54 AbsTol = "0.001"
55 RelTol = "0.001"
56 UseRSSNormInsteadOfInfNorm = "0"
57 InitialStatesFile = ""
58 FileOutput = ""
59 />
60 </INTEGRATION>
61</Contents>