1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "base"
5 SimObject = "Environment/Basic"
6 Name = "Env"
7 MeanDepth = "55"
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/CenterWeight"
19 Name = "C"
20 Mass = "1000"
21 Material = "Simple/Green"
22 Density = "7500"
23 />
24 </OBJECTS>
25
26 <INTERCONNECTIONS>
27 <Connection
28 Env.CurrentVel = "2.5,0,0"
29 C.Force1 = "10,10,10"
30 C.Force2 = "10,10,10"
31 C.Force3 = "10,10,10"
32 />
33 </INTERCONNECTIONS>
34
35 <INITIALIZATION>
36 <InitialCondition
37 C.Pos = "0,0,-5"
38 C.Vel = "0,0,0"
39 />
40 </INITIALIZATION>
41
42 <INTEGRATION>
43 <Engine
44 IntegratorMethod ="2"
45 NumCores ="1"
46 TOutput ="0, 1, 30"
47 LogStates ="1"
48 stepsize ="0"
49 HMax ="0.002"
50 HMin ="0.00000001"
51 AbsTol ="1e-3"
52 RelTol ="1e-3"
53 UseRSSNormInsteadOfInfNorm ="0"
54 FileOutput ="objects:all"
55 />
56 </INTEGRATION>
57</Contents>