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