FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
RigidBodyCable.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="environment"
5 SimObject="Environment"
6 Name="Environment"
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/RBCable"
16 Name = "C"
17 numElements = "4"
18 Alpha = "0.9"
19 Beta = "0.9"
20 Epsilon = "1e-6"
21 BendingStiffness = "0"
22 LinearDamping = "0"
23 />
24 </OBJECTS>
25
26 <INTERCONNECTIONS>
27 <Connection
28 C.posA = "0,1,0"
29 C.posB = "0,1,12"
30 C.velA = "0,0,0"
31 C.velB = "0,0,0"
32 />
33 </INTERCONNECTIONS>
34
35 <INITIALIZATION>
36 <InitialCondition
37 C.pos0 = "0,1,0"
38 C.pos1 = "0,1,1"
39 C.pos2 = "0,1,2"
40 C.pos3 = "0,1,3"
41 C.vel0 = "0,0,0"
42 C.vel1 = "0,0,0"
43 C.vel2 = "0,0,0"
44 C.vel3 = "0,0,0"
45 />
46 </INITIALIZATION>
47
48 <SIMULATION>
49 <Timing TStart="0" TEnd="10"/>
50 <Integrator Method="RK45_i" NumCores="1" LogStates="0" UseRSSNorm="0">
51 <StepControl Step="1e-4" StepMax="100" StepMin="1e-6" AbsTol="1e-7" RelTol="1e-7"/>
52 </Integrator>
53 <!-- TODO migrate_v3: FileOutput="objects:states" -> configure via <OBSERVERS> section -->
54 </SIMULATION>
55</Contents>