1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "fhsim_base"
5 SimObject = "Example/Pendulum"
6 Name = "Pen"
7 Length = "3"
8 Position = "0,0,0"
9 Material = "darkseagreen"
10 />
11 </OBJECTS>
12
13 <INTERCONNECTIONS>
14 </INTERCONNECTIONS>
15
16 <INITIALIZATION>
17 <InitialCondition
18 Pen.Angle = "1.0"
19 Pen.AngularVelocity = "0"
20 />
21 </INITIALIZATION>
22
23 <INTEGRATION>
24 <Engine
25 IntegratorMethod="2"
26 NumCores="1"
27 TOutput="0, 0:1e-1:Inf, 100"
28 stepsize ="1e-5"
29 FileOutput="objects:ports"
30 />
31 </INTEGRATION>
32</Contents>