FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
LinearMapping.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "fhsim_base"
5 SimObject = "Math/LinearMapping"
6 Name = "LinearMap"
7 Cu = "0,1,2;0,-2,-3"
8 Cv = "1,2;3,2"
9 />
10 </OBJECTS>
11
12 <INTERCONNECTIONS>
13 <Connection
14 LinearMap.InU = "3,2,1"
15 LinearMap.InV = "2,2"
16 />
17 </INTERCONNECTIONS>
18
19 <INITIALIZATION>
20 <InitialCondition
21 />
22 </INITIALIZATION>
23
24 <SIMULATION>
25 <Timing TStart="0" TEnd="10"/>
26 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
27 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
28 </Integrator>
29 </SIMULATION>
30</Contents>