FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
C6DofCable.xml
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 <Lib
14 LibName = "marine_elements"
15 SimObject = "RbCable/6DofCable"
16 Name = "C"
17 Length = "20"
18 numElements = "7"
19 Alpha = "1"
20 Beta = "1"
21 Epsilon = "1e-6"
22 Weight = "200"
23 Radius = "0.01"
24 Damping_Tangential = "0.01"
25 Damping_Normal = "1.2"
26 />
27 </OBJECTS>
28
29 <INTERCONNECTIONS>
30 <Connection
31 C.posA = "0,0,0"
32 C.posB = "0,0.1,5.0"
33 C.velA = "0,0,0"
34 C.velB = "0,0,0"
35 />
36 </INTERCONNECTIONS>
37
38 <INITIALIZATION>
39 <InitialCondition
40 />
41 </INITIALIZATION>
42
43 <SIMULATION>
44 <Timing TStart="0" TEnd="10"/>
45 <Integrator Method="RK45_i" NumCores="1" LogStates="0" UseRSSNorm="0">
46 <StepControl Step="1e-4" StepMax="100" StepMin="1e-6" AbsTol="1e-7" RelTol="1e-7"/>
47 </Integrator>
48 <!-- TODO migrate_v3: FileOutput="objects:states" -> configure via <OBSERVERS> section -->
49 </SIMULATION>
50</Contents>