FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
SimObj-Derivative_in.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Math/Derivative"
6 Name="A"
7 />
8
9
10 <Lib
11 LibName="base"
12 SimObject="Src/Clock"
13 Name="M"
14
15 />
16 </OBJECTS>
17
18 <INTERCONNECTIONS>
19 <Connection
20 A.In="M.SimTime"
21 />
22 </INTERCONNECTIONS>
23
24 <INITIALIZATION>
25 <InitialCondition
26
27 />
28 </INITIALIZATION>
29
30 <SIMULATION>
31 <Timing TStart="1" TEnd="30"/>
32 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
33 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
34 </Integrator>
35
36 </SIMULATION>
37
38<OBSERVERS>
39 <FileOutput TOutput="1, 1,2,3,4,5, 30" Select="object.A:ports"/>
40 </OBSERVERS>
41</Contents>