FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
SimObj-Exit_in.xml
1<Contents>
2 <OBJECTS>
3
4 <Lib
5 LibName="base"
6 SimObject="Sink/Exit"
7 Name="E"
8 NumInput="1"
9 InPortWidth0="1"
10 />
11
12 <Lib
13 LibName="base"
14 SimObject="Src/Step"
15 Name="S"
16 StartValue="0"
17 StopValue="1"
18 StartTime="5"
19 StopTime="21"
20 />
21
22 </OBJECTS>
23
24 <INTERCONNECTIONS>
25 <Connection
26 E.In0="S.Out"
27 />
28 </INTERCONNECTIONS>
29
30 <INITIALIZATION>
31 <InitialCondition
32 />
33 </INITIALIZATION>
34
35 <SIMULATION>
36 <Timing TStart="0" TEnd="21"/>
37 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
38 <StepControl Step="0.1" StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
39 </Integrator>
40
41 </SIMULATION>
42
43<OBSERVERS>
44 <FileOutput TOutput="0:0.1:10" Select="objects:all"/>
45 </OBSERVERS>
46</Contents>