FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
SimObj-CSVSink_in.xml
1<Contents>
2 <OBJECTS>
3
4 <Lib
5 LibName="base"
6 SimObject="Sink/CSV"
7 Name="F"
8 FileName="outfile_CSVSink.csv"
9 PortWidth="1"
10 />
11
12 <Lib
13 LibName="base"
14 SimObject="Src/Sine"
15 Name="A"
16 FHz="1"
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="10"/>
35 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
36 <StepControl Step="0.1" 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:0.1:10, 20" Select="objects:all"/>
43 </OBSERVERS>
44</Contents>