FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
SimObj-LinearSpring_in.xml
1<Contents>
2 <OBJECTS>
3
4 <Lib
5 LibName="base"
6 SimObject="Cable/LinearSpring"
7 Name="M"
8 Stiffness="10"
9 RelaxedLength="10"
10 />
11
12 </OBJECTS>
13
14 <INTERCONNECTIONS>
15 <Connection
16 M.PosA="0,0,0"
17 M.PosB="0,0,5"
18 />
19 </INTERCONNECTIONS>
20
21 <INITIALIZATION>
22 <InitialCondition
23 />
24 </INITIALIZATION>
25
26 <SIMULATION>
27 <Timing TStart="0" TEnd="2.0"/>
28 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
29 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
30 </Integrator>
31
32 </SIMULATION>
33
34<OBSERVERS>
35 <FileOutput TOutput="0, 1, 30" Select="objects:all"/>
36 </OBSERVERS>
37</Contents>