Marine systems simulation
engine/CIEngine01.xml
1<Contents>
2 <OBJECTS>
3 <Lib LibName="maritime"
4 SimObject="CIEngine"
5 ModParFilename="../../../examples/input/engine/CIParameters.xml"
6 Name="CI"
7 />
8 <Lib LibName="base"
9 SimObject="Src/Step"
10 Name="Step1"
11 StartValue="5000"
12 StopValue="11500"
13 StartTime="35"
14 StopTime="60"/>
15 <Lib LibName="base"
16 SimObject="Src/Step"
17 Name="Step2"
18 StartValue="13.33"
19 StopValue="20"
20 StartTime="20"
21 StopTime="80"/>
22
23 </OBJECTS>
24 <INTERCONNECTIONS>
25 <Connection
26 CI.M_load="Step1.Out"
27 CI.N_eng_SP="Step2.Out"
28 CI.pInM_SP="2.5e5"
29 CI.MinLambda_SP="1.5"
30 />
31 </INTERCONNECTIONS>
32 <INITIALIZATION>
33 <!-- sfdsffsf sf sfd sfd sfd s-->
34 <InitialCondition
35 CI.p_InM="1e5"
36 CI.p_ExM="1e5"
37 CI.N_eng="1"
38 CI.N_TC="100"
39 CI.PI_N_eng="1e-3"
40 CI.PI_Lambda="2e-3"
41 CI.PI_WG="1"
42 />
43 </INITIALIZATION>
44
45 <INTEGRATION>
46 <Engine
47 IntegratorMethod = "2"
48 TOutput = "0, 0:0.1:80, 80"
49 LogStates = "1"
50 Stepsize = "1e-4"
51 FileOutput = "objects:all"
52 HMax="100"
53 HMin="0.000001"
54 AbsTol="1e-7"
55 RelTol="1e-7"
56 UseRSSNormInsteadOfInfNorm="0"
57 FinalStatesFile = ""
58 InitialStatesFile = ""
59 />
60
61 </INTEGRATION>
62</Contents>