Marine systems simulation
SimpleTrawlVessel.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "base"
5 SimObject = "Environment/Basic"
6 Name = "Environment"
7 MeanDepth = "190"
8 BottomRoughness = "5"
9 SurfaceTextureScale = "1000"
10 BottomTextureScale = "15"
11 BottomStructureScale = "50"
12 TerrainRadius = "1000"
13 SurfaceDepth = "0"
14 NumTerrainRings = "170"
15 />
16 <Lib
17 LibName = "fishery"
18 SimObject = "Trawl/Vessel"
19 Name = "V"
20 MeshName = "vessels/skrog01/skrog01"
21 Length = "70"
22 Breadth = "14"
23 Depth = "7"
24 LengthScale = "0.0014"
25 BreadthScale = "0.007"
26 DepthScale = "0.013"
27 />
28 </OBJECTS>
29
30 <INTERCONNECTIONS>
31 <Connection
32 Environment.CurrentVel = "1, 0, 0"
33 V.Heading = "140"
34 V.Vel = "10"
35 />
36 </INTERCONNECTIONS>
37
38 <INITIALIZATION>
39 <InitialCondition
40 V.Pos = "0,20"
41 V.Heading = "140"
42 />
43 </INITIALIZATION>
44
45 <INTEGRATION>
46 <Engine
47 IntegratorMethod = "2"
48 NumCores = "1"
49 TOutput = "3000"
50 LogStates = "0"
51 stepsize = "0.01"
52 HMax = "0.2"
53 HMin = "0.00000001"
54 AbsTol = "1e-3"
55 RelTol = "1e-3"
56 UseRSSNormInsteadOfInfNorm = "0"
57 FileOutput = ""
58 />
59 </INTEGRATION>
60</Contents>