Marine systems simulation
SimObj-Progress_in.xml
1<Contents>
2 <OBJECTS>
3
4 <Lib
5 LibName="base"
6 SimObject="Sink/Progress"
7 Name="P"
8 />
9
10 </OBJECTS>
11
12 <INTERCONNECTIONS>
13 </INTERCONNECTIONS>
14
15 <INITIALIZATION>
16 </INITIALIZATION>
17
18 <INTEGRATION>
19 <Engine
20 IntegratorMethod="2"
21 NumCores="1"
22 TOutput="0,100"
23 LogStates ="1"
24 stepsize ="0.1"
25 HMax="0.002"
26 HMin="0.00000001"
27 AbsTol="1e-3" RelTol="1e-3"
28 UseRSSNormInsteadOfInfNorm="0"
29 FileOutput="objects:all"
30 />
31
32 </INTEGRATION>
33</Contents>