1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16<Contents>
17 <OBJECTS>
18 <Lib
19 LibName = "environment"
20 SimObject = "Environment"
21 Name = "Env"
22 Waves.Model = "Component"
23 Waves.NumWaves = "0"
24 Bathymetry.Depth = "190"
25 Current.Model = "Constant"
26 Current.Vector = "0,0,0"
27 />
28 <Lib
29 LibName = "fishery"
30 SimObject = "Seine/Vessel"
31 Name = "V"
32 Length = "70"
33 Breadth = "14"
34 Draught = "7"
35 NumWarps = "2"
36 ApSpeed = "0.1"
37 InitialSpeed = "2"
38 InitialHeading = "0"
39 AttractorNameNet = "NetBin"
40 AttractorNameWarp = "WarpAttr"
41 />
42 <Lib
43 LibName = "fishery"
44 SimObject = "Seine/Operation"
45 Name = "Op"
46 WarpLength = "500"
47 MinWarpLength = "60"
48 WinchHaulSpeed = "0.5"
49 SetSpeed = "4.0"
50 InitialSpeed = "4.0"
51 TowSpeed = "2.0"
52 HaulSpeed = "0.5"
53 FinishedSpeed = "0.5"
54 SpreadAngle = "60"
55 InitialHeading = "0"
56 TowHeading = "0"
57 AddedTrackLength = "50"
58 TensionFilterConstant = "0.001"
59 AttractorNameNet = "NetBin"
60 AttractorNameWarps = "WarpAttr"
61 />
62 <Lib
63 LibName = "fishery"
64 SimObject = "Seine/Buoy"
65 Name = "B"
66 />
67 <Lib
68 LibName = "fishery"
69 SimObject = "Seine/Cable"
70 Name = "C"
71 File = "../examples/input/fishery/SeineCableGeometry.xml"
72 AttractorName = "WarpAttr"
73 />
74 </OBJECTS>
75
76 <INTERCONNECTIONS>
77 <Connection
78 B.Pos1 = "10, 0, 0"
79 B.Vel1 = "1, 0, 0"
80 B.Pos2 = "-10, 0, 0"
81 B.Vel2 = "-1, 0, 0"
82 B.Connected = "Op.WarpConnectedVessel"
83
84 Op.NetPWingPos = "-50, -25, -10"
85 Op.NetSWingPos = "-50, 25, -10"
86 Op.NetVel = "1, 0, 0"
87 Op.PBridlePos = "-30, -15, -10"
88 Op.SBridlePos = "-30, 15, -10"
89 Op.PBridleTension = "20000"
90 Op.SBridleTension = "20000"
91 Op.VesselPos = "V.Pos"
92
93 V.Heading = "Op.VesselHeading"
94 V.Vel = "Op.VesselSpeed"
95
96 C.Pos1 = "V.WarpPos1"
97 C.Vel1 = "V.WarpVel1"
98 C.Pos2 = "V.WarpPos2"
99 C.Vel2 = "V.WarpVel2"
100 C.Pos3 = "-285, 0, 10"
101 C.Vel3 = "0, 0, 0"
102 C.Length1 = "Op.PWarpLength"
103 C.Length2 = "Op.SWarpLength"
104 C.Length3 = "50"
105 />
106 </INTERCONNECTIONS>
107
108 <INITIALIZATION>
109 <InitialCondition
110 V.Pos = "0,0"
111 V.Heading = "0"
112 C.Pos_4 = "-235, 0, 10"
113 C.Vel_4 = "0, 0, 0"
114 />
115 </INITIALIZATION>
116
117 <SIMULATION>
118 <Timing TStart="0" TEnd="60"/>
119 <Integrator Method="RK45_i" NumCores="1">
120 <StepControl StepMax="0.05" StepMin="1e-8" AbsTol="1e-3" RelTol="1e-3"/>
121 </Integrator>
122 </SIMULATION>
123
124 <OBSERVERS>
125
126 <FileOutput
127 TOutput = "1:1:60"
128 Select = "objects:all"/>
129 </OBSERVERS>
130</Contents>