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/Vessel"
15 Name = "V"
16 MeshName = "vessels/skrog01/skrog01"
17 Length = "70"
18 Breadth = "14"
19 Depth = "7"
20 LengthScale = "0.0014"
21 BreadthScale = "0.007"
22 DepthScale = "0.013"
23 />
24 </OBJECTS>
25
26 <INTERCONNECTIONS>
27 <Connection
28 V.Heading = "140"
29 V.Vel = "10"
30 />
31 </INTERCONNECTIONS>
32
33 <INITIALIZATION>
34 <InitialCondition
35 V.Pos = "0,20"
36 V.Heading = "140"
37 />
38 </INITIALIZATION>
39
40 <SIMULATION>
41 <Timing TStart="3000" TEnd="3000"/>
42 <Integrator Method="RK45_i" NumCores="1" LogStates="0" UseRSSNorm="0">
43 <StepControl Step="0.01" StepMax="0.2" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
44 </Integrator>
45 </SIMULATION>
46</Contents>