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