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="190"
10 Current.Model = "Constant"
11 Current.Vector = "1,0,0"
12 />
13
14 <Lib LibName = "marine_elements"
15 SimObject = "Net/NetStructure"
16 Name = "Net"
17 File = "Morenot520Simple.xml"
18 NodesInputForce = "PWing1, PWing2, PWing8, SWing1, SWing2, SWing8"
19 NodesOutputPosAndVel = "PWing1, PWing2, PWing8, SWing1, SWing2, SWing8"
20 Scale = "1"
21 />
22 </OBJECTS>
23
24 <INTERCONNECTIONS>
25 <Connection
26 Net.PWing1Force = "0,0,0"
27 Net.SWing1Force = "0,0,0"
28 Net.PWing2Force = "0,0,0"
29 Net.SWing2Force = "0,0,0"
30 Net.PWing8Force = "0,0,0"
31 Net.SWing8Force = "0,0,0"
32 />
33 </INTERCONNECTIONS>
34
35 <INITIALIZATION>
36 <InitialCondition
37 />
38 </INITIALIZATION>
39
40 <SIMULATION>
41 <Timing TStart="0" TEnd="300"/>
42 <Integrator Method="RK45_i" LogStates="0" UseRSSNorm="0" FinalStatesFile="states.txt">
43 <StepControl StepMax="0.03" StepMin="1E-060" AbsTol="0.001" RelTol="0.001"/>
44 </Integrator>
45 </SIMULATION>
46</Contents>