FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
SimObj-Cable_in.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Cable"
6 Name="C"
7 cableLength="10"
8 numElements="50"
9 diameter="0.01"
10 cableWeight="100"
11 />
12
13 <Lib
14 LibName="environment"
15 SimObject="Environment"
16 Name="Env"
17 Waves.Model="Component"
18 Waves.NumWaves="0"
19 Bathymetry.Depth="100"
20 />
21
22 </OBJECTS>
23
24 <INTERCONNECTIONS>
25 <Connection
26 C.PositionA="0,0,-10"
27 C.PositionB="0,0,-0.1"
28 C.VelocityA="0,0,0"
29 C.VelocityB="0,0,0"
30 C.RetractedLengthA="0"
31 C.RetractedLengthB="0"
32 C.RetractedSpeedA="0"
33 C.RetractedSpeedB="0"
34 />
35 </INTERCONNECTIONS>
36
37 <INITIALIZATION>
38 <InitialCondition
39 />
40 </INITIALIZATION>
41
42 <SIMULATION>
43 <Timing TStart="0" TEnd="31"/>
44 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
45 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
46 </Integrator>
47
48 </SIMULATION>
49
50<OBSERVERS>
51 <FileOutput TOutput="0,0:1:30,31" Select="union(object.FineCable:port.ForceA,object.FineCable:port.ForceB)"/>
52 </OBSERVERS>
53</Contents>