FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
SimObj-Divide_in.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Math/Divide"
6 Name="A"
7 PortWidth="1"
8 />
9 </OBJECTS>
10
11 <INTERCONNECTIONS>
12 <Connection
13 A.In1="20"
14 A.In2="5"
15 />
16 </INTERCONNECTIONS>
17
18 <INITIALIZATION>
19 <InitialCondition
20 />
21 </INITIALIZATION>
22
23 <SIMULATION>
24 <Timing TStart="0" TEnd="2.0"/>
25 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
26 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
27 </Integrator>
28
29 </SIMULATION>
30
31<OBSERVERS>
32 <FileOutput TOutput="0, 1, 30" Select="objects:all"/>
33 </OBSERVERS>
34</Contents>