FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
CenterWeight.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "environment"
5 SimObject = "Environment"
6 Name = "Env"
7 Waves.NumWaves = "0"
8 Bathymetry.Depth = "55"
9 Current.Model = "Constant"
10 Current.Vector = "2.5,0,0"
11 />
12 <Lib
13 LibName = "fishery"
14 SimObject = "Trawl/CenterWeight"
15 Name = "C"
16 Mass = "1000"
17 Material = "Simple/Green"
18 Density = "7500"
19 />
20 </OBJECTS>
21
22 <INTERCONNECTIONS>
23 <Connection
24 C.Force1 = "10,10,10"
25 C.Force2 = "10,10,10"
26 C.Force3 = "10,10,10"
27 />
28 </INTERCONNECTIONS>
29
30 <INITIALIZATION>
31 <InitialCondition
32 C.Pos = "0,0,-5"
33 C.Vel = "0,0,0"
34 />
35 </INITIALIZATION>
36
37 <SIMULATION>
38 <Timing TStart="0" TEnd="30"/>
39 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
40 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
41 </Integrator>
42 <!-- TODO migrate_v3: FileOutput="objects:all" -> configure via <OBSERVERS> section -->
43 </SIMULATION>
44</Contents>