Marine systems simulation
SimObj-Integrator_in.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Math/Integrator"
6 Name="A"
7 />
8
9 <Lib
10 LibName="base"
11 SimObject="Src/Clock"
12 Name="S"
13 />
14 </OBJECTS>
15
16 <INTERCONNECTIONS>
17 <Connection
18 A.In="S.SimTime"
19 />
20 </INTERCONNECTIONS>
21
22 <INITIALIZATION>
23 <InitialCondition
24 />
25 </INITIALIZATION>
26
27 <INTEGRATION>
28 <Engine
29 IntegratorMethod="2"
30 NumCores="1"
31 TOutput="0, 0:1:5, 30"
32 LogStates ="1"
33 stepsize ="0"
34 HMax="0.002"
35 HMin="0.00000001"
36 AbsTol="1e-3" RelTol="1e-3"
37 UseRSSNormInsteadOfInfNorm="0"
38 FileOutput="object.A:port.Out"
39 />
40 </INTEGRATION>
41</Contents>