Research Article

Study on the Simplification Calculation Model of Marine Diesel Engine Exhaust Flow Based on Air-Fuel Ratio

Table 12

Software program for this calculation model.

StepsCommand

1Private sub Command1_Click()
2X = Val(Text1.Text)
3Y = Val(Text2.Text)
4 =vVal(Text3.Text)
5M = Val(Text4.Text)
6L = Val(Text5.Text)
7N = Val(Text6.Text)
8Z = Val(Text7.Text)
9G = 4.9 (X + L)/(X + Y + N) + 9.8 (Y + W + M)/(X + Y + N) + 5.7–5.55 N X/(Y Y + Y N)
10K = Z (0.0366 + G)
11Label9.Caption = "" and str(G)
12Label11.Caption = "" and str(K)