Marine systems simulation
Disk.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "base"
5 SimObject = "DefaultEnvironment"
6 Name = "Environment"
7 Seadepth = "500"
8 Density = "1000"
9 CurrentVelocity = "1,0,0"
10 />
11
12 <Lib
13 LibName = "marine_elements"
14 SimObject = "Net/Disk"
15 Name = "Disk"
16 Rho = "1025"
17 DiskD = "1"
18 DiskT = "0.1"
19 DiskMass = "10"
20 D = "0.01"
21 DiskMesh = "fhDisk.mesh"
22 DiskMaterial = "firebrick2"
23 />
24 </OBJECTS>
25
26 <INTERCONNECTIONS>
27 <Connection
28 Disk.Force = "0,0,0"
29 />
30 </INTERCONNECTIONS>
31
32 <INITIALIZATION>
33 <InitialCondition
34 Disk.Position = "0,0,0"
35 Disk.Velocity = "0,0,0"
36 />
37 </INITIALIZATION>
38
39 <INTEGRATION>
40 <Engine
41 IntegratorMethod = "2"
42 NumCores = "1"
43 TOutput = "0, 1, 40"
44 LogStates = "1"
45 Stepsize = "0"
46 HMax = "0.1"
47 HMin = "1E-060"
48 AbsTol = "0.001"
49 RelTol = "0.001"
50 UseRSSNormInsteadOfInfNorm = "0"
51 FileOutput = "objects:states"
52 />
53 </INTEGRATION>
54</Contents>