FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
SimObj-VectorNorm_in.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName="base"
5 SimObject="Math/VectorNorm"
6 Name="Norm"
7 PortWidth = "3"
8 />
9
10 </OBJECTS>
11
12 <INTERCONNECTIONS>
13 <Connection
14 Norm.In="3,2,0"
15 />
16 </INTERCONNECTIONS>
17
18 <INITIALIZATION>
19 <InitialCondition
20 />
21 </INITIALIZATION>
22
23 <SIMULATION>
24 <Timing TStart="0" TEnd="6.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, 3:1:5, 30" Select="objects:all"/>
33 </OBSERVERS>
34</Contents>