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