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