Marine systems simulation
CrowFoot.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "fishery"
5 SimObject = "Trawl/Crowfoot"
6 Name = "CF"
7 NumLines = "3"
8 />
9 </OBJECTS>
10
11 <INTERCONNECTIONS>
12 <Connection
13 CF.ExternalForce = "0,0,0"
14 CF.LinePos1 = "0,0,0"
15 CF.LinePos2 = "0,1,5"
16 CF.LinePos3 = "0,2,5"
17 CF.LineLength1 = "4"
18 CF.LineLength2 = "4"
19 CF.LineLength3 = "4"
20 />
21 </INTERCONNECTIONS>
22
23 <INITIALIZATION>
24 <InitialCondition
25 />
26 </INITIALIZATION>
27
28 <INTEGRATION>
29 <Engine
30 IntegratorMethod="2"
31 NumCores="1"
32 TOutput="0, 1, 30"
33 LogStates ="1"
34 stepsize ="0"
35 HMax="0.002"
36 HMin="0.00000001"
37 AbsTol="1e-3" RelTol="1e-3"
38 UseRSSNormInsteadOfInfNorm="0"
39 FileOutput="objects:all"
40 />
41 </INTEGRATION>
42</Contents>