FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
RigidBarCable.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 = "0,0,0"
12 />
13
14 <Lib
15 LibName = "marine_elements"
16 SimObject = "Cable/RigidBarCable"
17 Name = "RBC"
18 BarMass = "100"
19 BarLength = "10"
20 OmegaNL = "0"
21 ZetaNL = "0"
22 OmegaN = "0"
23 ZetaN = "0"
24 FixedFixed = "1"
25 Kei = "0.1"
26 Ked = "0.1"
27 Kep = "0.1"
28 NofBarElements = "3"
29 />
30 </OBJECTS>
31
32 <INTERCONNECTIONS>
33 <Connection
34 RBC.PosA = "0,0,0"
35 RBC.PosB = "0,0,10"
36 RBC.VelA = "0,0,0"
37 RBC.VelB = "0,0,0"
38 RBC.ForceB1a = "0,0,0"
39 RBC.ForceB1b = "0,0,0"
40 RBC.ForceB2a = "0,0,0"
41 RBC.ForceB2b = "0,0,0"
42 RBC.ForceB3a = "0,0,0"
43 RBC.ForceB3b = "0,0,0"
44 />
45 </INTERCONNECTIONS>
46
47 <INITIALIZATION>
48 <InitialCondition
49 />
50 </INITIALIZATION>
51
52 <SIMULATION>
53 <Timing TStart="0" TEnd="10"/>
54 <Integrator Method="RK45_i" NumCores="1" LogStates="0" UseRSSNorm="0">
55 </Integrator>
56 <!-- TODO migrate_v3: FileOutput="objects:states" -> configure via <OBSERVERS> section -->
57 </SIMULATION>
58</Contents>