FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
CablePendulum.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "fhsim_base"
5 SimObject = "Adaptive/CablePendulum"
6 Name = "P"
7 BallRadius = "1"
8 BallDensity = "2000"
9 CableDiameter = "0.02"
10 CableDensity = "2000"
11 CableLength = "25"
12 CableModulus = "20"
13 InternalPoints = "7"
14 />
15 <Lib
16 LibName="environment"
17 SimObject="Environment"
18 Name="Environment"
19 Waves.Model="Component"
20 Waves.NumWaves="0"
21 Bathymetry.Depth="500"
22 Current.Model = "Constant"
23 Current.Vector = "1,0,0"
24 />
25 </OBJECTS>
26
27 <INTERCONNECTIONS>
28 <Connection
29 P.SuspensionPos = "0,0,0"
30 P.SuspensionVel = "0,0,0"
31 />
32 </INTERCONNECTIONS>
33
34 <INITIALIZATION>
35 <InitialCondition
36 P.BallPosition = "0,20,0"
37 P.BallVelocity = "0,0,0"
38 />
39 </INITIALIZATION>
40
41 <SIMULATION>
42 <Timing TStart="0" TEnd="1000"/>
43 <Integrator Method="RK45_i" NumCores="1">
44 <StepControl Step="2e-5"/>
45 </Integrator>
46 </SIMULATION>
47</Contents>
48