FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
BranchableCable.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "marine_elements"
5 SimObject = "Cable/Branched"
6 File = "BranchableCableInput.xml"
7 Name = "CB"
8 />
9
10 <Lib
11 LibName = "fhsim_environment"
12 SimObject = "Environment"
13 Name = "Env"
14 RandomSeed = "12345"
15 Waves.Model="Component"
16 Waves.NumWaves="0"
17 Bathymetry.Depth = "190"
18 Bathymetry.Model = "SumOfSines"
19 Bathymetry.NumStructures = "10"
20 Bathymetry.StructureLengthMax = "50"
21 Bathymetry.StructureLengthMin = "10"
22 Bathymetry.StructureMaxHeight = "3"
23 Visual.WorldRadius = "100"
24 Visual.Vertices = "170,170"
25 Current.Model = "Constant"
26 Current.Vector = "1,0,0"
27 />
28
29 </OBJECTS>
30
31 <INTERCONNECTIONS>
32 <Connection
33 CB.Length1 = "100"
34 CB.Length2 = "100"
35 CB.Length3 = "100"
36 CB.Length4 = "100"
37 CB.Length5 = "100"
38 CB.Vel1 = "0,0,1"
39 CB.Vel2 = "0,0,1"
40 CB.Vel3 = "0,0,1"
41 CB.Vel4 = "0,0,1"
42 CB.Pos1 = "0,0,-10"
43 CB.Pos2 = "-10,10,10"
44 CB.Pos3 = "0,10,10"
45 CB.Pos4 = "10,10,10"
46 />
47 </INTERCONNECTIONS>
48
49 <INITIALIZATION>
50 <InitialCondition
51 />
52 </INITIALIZATION>
53
54 <SIMULATION>
55 <Timing TStart="0" TEnd="100"/>
56 <Integrator Method="RK45_i" NumCores="1" LogStates="0" UseRSSNorm="0">
57 <StepControl Step="1e-4" StepMax="100" StepMin="1e-6" AbsTol="1e-7" RelTol="1e-7"/>
58 </Integrator>
59 <!-- TODO migrate_v3: FileOutput="objects:states" -> configure via <OBSERVERS> section -->
60 </SIMULATION>
61</Contents>