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 <SIMULATION>
24 <Timing TStart="0" TEnd="100"/>
25 <Integrator Method="RK45_i" NumCores="1">
26 <StepControl Step="1e-5"/>
27 </Integrator>
28 </SIMULATION>
29</Contents>