1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "environment"
5 SimObject = "Environment"
6 Name = "Environment"
7 Waves.NumWaves = "0"
8 Bathymetry.Depth = "190"
9 Current.Model = "Constant"
10 Current.Vector = "1, 0, 0"
11 />
12 <Lib
13 LibName = "fishery"
14 SimObject = "Trawl/ValuesDisplay"
15 Name = "Display"
16 FilterFrames = "30"
17 DisplayBox = "0, 20, 0.6, 0.12"
18 Material = "gray32"
19 Signal1 = "3,Pos,[{:.2f} {:.2f} {:.2f}],m"
20 Signal2 = "3,Vel,[{:.2f} {:.2f} {:.2f}],m/s"
21 />
22 <Lib
23 LibName = "fishery"
24 SimObject = "Trawl/CenterWeight"
25 Name = "CenterWeight"
26 Mass = "1000"
27 Material = "Simple/Green"
28 Density = "7500"
29 />
30 </OBJECTS>
31
32 <INTERCONNECTIONS>
33 <Connection
34 CenterWeight.Force1 = "10,10,10"
35 CenterWeight.Force2 = "10,10,10"
36 CenterWeight.Force3 = "10,10,10"
37 Display.In1 = "CenterWeight.Pos"
38 Display.In2 = "CenterWeight.Vel"
39 />
40 </INTERCONNECTIONS>
41
42 <INITIALIZATION>
43 <InitialCondition
44 CenterWeight.Pos = "0,0,-5"
45 CenterWeight.Vel = "0,0,0"
46 />
47 </INITIALIZATION>
48
49 <SIMULATION>
50 <Timing TStart="0" TEnd="30"/>
51 <Integrator Method="RK45_i" LogStates="0" UseRSSNorm="0">
52 <StepControl StepMax="0.1" StepMin="1E-060" AbsTol="0.001" RelTol="0.001"/>
53 </Integrator>
54
55 </SIMULATION>
56</Contents>