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/ValuesDisplay"
19 Name = "Display"
20 FilterFrames = "30"
21 DisplayBox = "0, 20, 0.6, 0.12"
22 Material = "gray32"
23 Signal1 = "3,Pos,[{:.2f} {:.2f} {:.2f}],m"
24 Signal2 = "3,Vel,[{:.2f} {:.2f} {:.2f}],m/s"
25 />
26 <Lib
27 LibName = "fishery"
28 SimObject = "Trawl/CenterWeight"
29 Name = "CenterWeight"
30 Mass = "1000"
31 Material = "Simple/Green"
32 Density = "7500"
33 />
34 </OBJECTS>
35
36 <INTERCONNECTIONS>
37 <Connection
38 Environment.CurrentVel = "1, 0, 0"
39 CenterWeight.Force1 = "10,10,10"
40 CenterWeight.Force2 = "10,10,10"
41 CenterWeight.Force3 = "10,10,10"
42 Display.In1 = "C.Pos"
43 Display.In2 = "C.Vel"
44 />
45 </INTERCONNECTIONS>
46
47 <INITIALIZATION>
48 <InitialCondition
49 CenterWeight.Pos = "0,0,-5"
50 CenterWeight.Vel = "0,0,0"
51 />
52 </INITIALIZATION>
53
54 <INTEGRATION>
55 <Engine
56 IntegratorMethod = "2"
57 NumCores = ""
58 TOutput = "0, 1, 30"
59 LogStates = "0"
60 Stepsize = "0"
61 HMax = "0.1"
62 HMin = "1E-060"
63 AbsTol = "0.001"
64 RelTol = "0.001"
65 UseRSSNormInsteadOfInfNorm = "0"
66 FileOutput = "objects:all"
67 />
68 </INTEGRATION>
69</Contents>