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