FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
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 <SIMULATION>
29 <Timing TStart="0" TEnd="30"/>
30 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
31 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
32 </Integrator>
33 <!-- TODO migrate_v3: FileOutput="objects:all" -> configure via <OBSERVERS> section -->
34 </SIMULATION>
35</Contents>