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