1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="environment"
5 SimObject="Environment"
6 Name="Env"
7 Waves.Model="Component"
8 Waves.NumWaves="0"
9 Bathymetry.Depth="500"
10 Current.Model = "Constant"
11 Current.Vector = "1,0,0"
12 />
13
14 <Lib
15 LibName = "marine_elements"
16 SimObject = "Net/Disk"
17 Name = "Disk"
18 Rho = "1025"
19 DiskD = "1"
20 DiskT = "0.1"
21 DiskMass = "10"
22 D = "0.01"
23 DiskMesh = "fhDisk.mesh"
24 DiskMaterial = "firebrick2"
25 />
26 </OBJECTS>
27
28 <INTERCONNECTIONS>
29 <Connection
30 Disk.Force = "0,0,0"
31 />
32 </INTERCONNECTIONS>
33
34 <INITIALIZATION>
35 <InitialCondition
36 Disk.Position = "0,0,0"
37 Disk.Velocity = "0,0,0"
38 />
39 </INITIALIZATION>
40
41 <SIMULATION>
42 <Timing TStart="0" TEnd="40"/>
43 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
44 <StepControl StepMax="0.1" StepMin="1E-060" AbsTol="0.001" RelTol="0.001"/>
45 </Integrator>
46
47 </SIMULATION>
48</Contents>