1 Introduction

The earliest engine models were based on ideal (air standard) cycles [1] and are currently the most widely taught in undergraduate courses. Although these were very simplistic, they helped the engineers to understand engine operation. The first of these models is supposed to have been developed in the late 1800s [2].

On the other hand, internal combustion engine simulations itself have been developed and applied since the 1960s. It consists in reproducing mathematically the significant processes and predicting the performance and operation details. In the beginning, the simulations were fairly elementary and limited by both computing capabilities and a lack of knowledge concerning some key sub-models. Nowadays, many of these simulations contain advanced and detailed sub-models about fluid mechanics, heat transfer, friction, combustion and chemical kinetics, being performed by sophisticated computer programs [3].

The earliest works on compression ignition engines are perhaps due to McAulay et al. [4], as well as Krieger and Borman [5]. Their simulations were fairly complete, but a major weakness was the lack of a comprehensive description of the complex diesel engine combustion process.

The development of engine cycle simulations is a challenging task largely because of turbulent and unsteady flow, non‐uniform mixture composition, highly exothermic chemical reactions, two or three phase compositions, as well as pollutant species. In addition, the important time scales have a large dynamic range of between 1 μs and 1 s, and the important length scales range roughly between 1 μm and 1 m.

According to Schulten [6], five main sorts of engine model might be recognised: computational fluid dynamics (CFD) models, phenomenological multi-dimensional models, crank angle models, mean value models and transfer function models.

Within CFD engine models, which are the most complexes, the volume studied is divided in thousands of volumes or elements, and the basic conservation equations are solved for each volume. Being usually used only for processes occurring inside the cylinder and the ducts of admission and discharge, this modelling provides detailed information and requires powerful computers, besides high computational time. On the other hand, if the cylinder is divided into a smaller number of volumes (in the order of ten) and, additionally to the basic conservation equations, phenomenological equations are solved, a phenomenological multi-dimensional model is obtained.

Crank angle models are also called zero-dimensional (0-D) because these models do not have a strict mathematical dependence on any of the dimensions. It consists in treating each of the various engine elements as a volume control and solving the differential equations in a time step equivalent to one degree of the crankshaft rotation.

Nevertheless, whether an engine model is inserted into a larger system, such as a propulsion system, the variations that occur for each crankshaft angle of rotation are generally not of primary interest. In this case, overall engine operating parameters are the focus and can be obtained by using a mean value engine model (MVEM). This model basically has the same origin of the 0-D, but as its time step is in the order of one crankshaft rotation, the variation of each parameter within the cylinder is replaced by a mean value.

Finally, when there is no interest at all in the internal processes, the engine can be merely represented by functions. This is the so-called transfer function engine model (TFEM), which is the simplest and fastest method.

The models may be implemented through many scientific languages, such as FORTRAN, MATLAB, C# and C++. Some simulation dedicated packages may also be applied, for instance, CORAL, CSMP, ACSL and SIMULINK. Furthermore, dedicated softwares, such as AVL BOOST, GT‐POWER and VIRTUAL ENGINE, may be applied for engine 0-D simulations, whilst multi‐dimensional simulations may be performed through CONVERGE, KIVA, OPENFOAM and so on [3].

The most used ship engine within shipping is the low-speed diesel engine and factors influencing its selection can be classified into two categories: technical aspects and financial aspects. Noise, vibration, emissions, size, weight and efficiency are only some examples of the former, whilst capital expenditures and operational expenditures summarise the latter. However, criteria designation is a highly difficult problem due to the shortage of detailed information about the performance and particulars of many products.

The maritime industry has faced new realities that are changing marine fuel investment choices. Although vessels have become cleaner, regulators, environmentalists and health officials are still concerned about pollutants near major coastal population centres. Natural gas offers lower local pollution emissions compared to distillate fuels and can significantly reduce local pollutants from vessel operations. Price differences between natural gas and low-sulphur fuel oil suggest that an economic advantage may favour natural gas. In addition, natural gas infrastructure is growing, making it more plausible to feed ships with natural gas [7]. These are some reasons why dual-fuel diesel engines have become an attractive alternative.

Karim [8] states that the term dual-fuel describes compression ignition engines burning simultaneously two entirely different fuels in varying proportions. In gas mode, these two fuels are usually made up of a gaseous fuel, which supplies much of the energy released through combustion, and a second fuel, which is a liquid employed mainly to provide the energy needed for ignition and the remaining fraction of the energy release by the engine. In diesel mode, these engines work as a conventional diesel engine. Thus, this kind of engine holds three types of specific fuel consumption: specific pilot oil consumption (SPOC) and specific gas consumption (SGC), in gas mode, besides specific fuel oil consumption (SFOC), in diesel mode.

Having regard to the scene that has been hereinbefore mentioned, the present study aims to provide the state of the art about marine diesel engine models as well as proposing a simple and fast model to be used in optimisation problems about marine dual-fuel low-speed diesel engines. In order to avoid consulting the catalogue data for every engine every time the iterative process is carried out, engine operational features were normalised and trends were approximated by polynomials.

2 State of the art

The main papers that inspired the authors for the present work are summarised below.

Benvenuto et al. [9] presented a simulation model to predict the behaviour of a marine propulsion system in permanent and transient conditions. The engine model was based on equations and tables and it was set up in SIMULINK environment.

Kyrtatos et al. [10] addressed a propulsion plant simulation of a containership to provide the engine performance in different operating conditions. In this case, a low-speed diesel engine was applied and it was approached by 0-D modelling.

Michalski [11] performed an algorithmic method for determining optimum values of propulsion system parameters in cases where hull resistance and service speed of the ship significantly varies during operation. In this case, the engine was modelled simply as a constant specific fuel consumption figure.

Theotokatos [12] simulated the propulsion plant of a merchant ship in permanent and transient conditions to predict the interaction between the ship and its propulsion subsystems. A MVEM was applied to model the low-speed diesel engine and the problem was solved through SIMULINK. One year later, Theotokatos [13] presented a comparison of its results against reference data and validated his model.

Medica et al. [14] carried out a model for computer simulation of marine low-speed diesel engine focused on situations where the turbo charger is under severe conditions. A 0-D model with two-zone combustion was utilised, and the problem was solved in the SIMULINK environment.

Aldous and Smith [15] investigated the optimum speed in two natural gas carriers. One of the vessels was equipped with a medium-speed dual-fuel diesel engine and electric transmission, whilst the other was equipped with a low-speed dual-fuel diesel engine directly driving the propeller. Both engines were simulated using data from catalogues.

Baldi et al. [16] developed a modular simulation model in SIMULINK environment for large medium-speed marine diesel engines. It was combined MVEM and 0-D model in order to keep the specific advantages of each approach.

Theotokatos et al. [17] performed a numerical study of a marine dual-fuel four-stroke engine through a GT-POWER model. An investigation of the engine steady-state performance and exhaust emissions was carried out at the engine discrete operating modes (diesel and dual-fuel).

It is worth to notice that all models mentioned must be calibrated for each single engine, such that they are not suitable for iterative procedures as optimisation, for instance. Only two papers presented optimisation studies: Michalski [11] modelled the engine as a constant specific fuel consumption figure, whilst Aldous and Smith [15] utilised catalogues data without trying different engines. Therefore, none of the studies addressed the optimisation of engine selection. Thus, the contribution of the present work is highlighted, that is, the development of a simple and fast engine model to be used in optimisation problems.

3 Methodology

Hereinafter, the main steps to obtain the suitable engines and their operational features are explained. Hence, some algorithms were implemented in MATLAB environment. Owing to the data availability of the Computerised Engine Application System—Engine Room Dimensioning (CEAS-ERD), only engines provided by MAN Diesel & Turbo and covered by this application were studied [18]. Lower heating value has been taken as 42.7 and 50 MJ/kg for liquid fuel and gaseous fuel, respectively.

Although engine type designation refers to the number of cylinders, stroke/bore ratio, diameter of piston, engine concept, mark number, fuel injection concept and Tier III technology, herein narrow engine configurations are studied. Since all the addressed engines are not equipped with Tier III technology, they are of the same fuel injection concept (GI) and engine concept (ME-C); these appointments are not always repeated. Furthermore, ISO ambient conditions and standard configurations were taken, as well as fuel sulphur content of 3.5% was assumed.

3.1 Determination of suitable engines

The first step on engine selection is to place the specified maximum continuous rating (SMCR) point on the engine layout diagram programme to identify which engines are able to supply the required power and speed. Engine layout diagram is an envelope that defines the area where nominal maximum firing pressure is available for the selection of the SMCR. It is limited by two lines of constant mean effective pressure (MEP), L1–L3 and L2–L4, and by two constant engine speed lines, L1–L2 and L3–L4. Figure 1 illustrates the engine layout diagram of the engine 10S90ME-C9.5-GI, as well as the points SMCR and nominal maximum continuous rating (NMCR), which is the same as L1.

Fig. 1
figure 1

(adapted from MAN Diesel and Turbo [18])

Engine layout diagram of the engine 10S90ME-C9.5-GI

In order to cover the entire capacity of the engines, L1 and L3 correspond to the maximum number of cylinders, whilst L2 and L4 correspond to the minimum of cylinders. Figure 2 shows the layout of the engine programme considered in this study and a SMCR of brake power (P B) equal to 50 MW and engine speed (n e) of 75 rpm.

Fig. 2
figure 2

Engine layout diagrams of dual-fuel low-speed diesel engines

All necessary information to plot the engine layout diagrams are presented in Table 1. The power per cylinder on the four points (PBc,L1, PBc,L2, PBc,L3 and PBc,L4), speed limits (ne,min and ne,max) and limitations on the number of cylinders (cmin and cmax) are considered. As it may be noticed, only engines of type G (green ultra-long stroke) and S (super long stroke) were studied.

Table 1 Available ME-GI dual-fuel low-speed engines and their particulars to chart the layout diagrams

3.2 Specific fuel consumption at SMCR

Since specific fuel consumption at SMCR depends on its position on the engine layout diagram, the SMCR was placed on the points L1, L2, L3 and L4 and the operational features of every engine were analysed. Hence, the CEAS-ERD was run four times for every of the sixteen engines totalising sixty-four runs. Considering propeller law with loads between 10 and 100% of SMCR, this application supplies a table with specific fuel consumption in g/kWh, exhaust gas mass flow in kg/s, mixed exhaust gas temperature after turbocharger in °C and a guiding steam production capacity of an exhaust gas boiler at 7.0 bara in kg/h.

Firstly, exhaust gas data were divided by brake power to obtain specific mass flow (SMF), in kg/kWh, and specific temperature (ST), in °C/MW, as stated in Eqs. (1) and (2), respectively. Then, all operational features at SMCR were divided by themselves at NMCR to obtain normalised specific fuel consumptions (SFOCN, SGCN, SPOCN) and normalised specific exhaust gas data (SMFN and STN) regarding NMCR. Equation (3) illustrates this procedure about SFOCN.

$${{\text{SMF}}_{ijk} = \frac{{{\text{MF}}_{ijk} }}{{P_{{{\text{B}},ijk}} }} \cdot 3 6 0 0}$$
(1)
$${{\text{ST}}_{ijk} = \frac{{T_{ijk} }}{{P_{{{\text{B}},ijk}} }} \cdot 1 0 0 0}$$
(2)
$${{\text{SFOC}}_{{{\text{N}},jk}} = \frac{{{\text{SFOC}}_{{{\text{SMCR}},jk}} }}{{{\text{SFOC}}_{{{\text{NMCR}},k}} }}}$$
(3)

where P B is brake power [kW]; the index i varies between 1 and 19 representing engine loads between 10 and 100% with a step of 5% of the SMCR; j varies between 1 and 4 representing the SMCR position (L1, L2, L3 and L4) and k varies between 1 and 16 representing the engines.

Polynomial surfaces about normalised specific fuel consumptions and their percentage errors are illustrated in Figs. 3, 4 and 5, whilst normalised exhaust gas polynomial surfaces and percentage errors are shown in Figs. 6 and 7. As illustrated, specific fuel consumptions vary almost linearly with respect to normalised mean effective pressure (MEPN) and are practically not influenced by normalised speed (n N), hence they could be approached with plans. In contrast, exhaust gas features vary with respect to both MEPN and n N, such that plans are not the best approach. Even though specific fuel consumptions differ in gas and diesel modes, exhaust gas features are quite similar, such that only one trend of SMFN and STN are shown herein. Moreover, it is important to notice that either engines of type G or S did not present substantial differences, such that they were analysed together.

Fig. 3
figure 3

Polynomial surface of SFOCN and percentage error versus MEPN and n N

Fig. 4
figure 4

Polynomial surface of SPOCN and percentage error versus MEPN and n N

Fig. 5
figure 5

Polynomial surface of SGCN and percentage error versus MEPN and n N

Fig. 6
figure 6

Exhaust gas polynomial surface of SMFN and percentage error versus MEPN and n N

Fig. 7
figure 7

Exhaust gas polynomial surface of STN and percentage error versus MEPN and n N

Figure 3 shows specific fuel oil consumption at SMCR normalised with respect to NMCR (SFOCN) and the percentage errors about the fitted plan surface. It draws attention to the fact that the two largest deviations are around 1.4%, whilst all others do not even reach 0.3%. This is due to the engine G40ME-C9.5-GI, which is the only standard fitted with conventional turbocharger instead of high-efficiency turbocharger. On the other hand, the error regarding SPOCN peaks at 1.8%, and its average is comparably higher, as illustrated in Fig. 4. Just as the SFOCN, Fig. 5 shows that SGCN presents only two increased deviations not above 1.5% and the others do not reach 0.3%, which is also due to the engine G40ME-C9.5-GI.

Figure 6 shows specific mass flow of exhaust gas at SMCR normalised with respect to NMCR (SMFN) and the percentage errors about the fitted surface. In this case, only minor deviations are noticed, peaking at about 0.2%. Similarly, the largest deviation regarding STN is under 0.7%, as illustrated in Fig. 7.

3.3 Specific fuel consumption at part load

In this case, after obtaining specific operational features, all of them in different engine loads were divided by themselves at SMCR to obtain the normalised specific fuel consumptions (SFOCS, SGCS, SPOCS) and the normalised specific exhaust gas data (SMFS and STS) regarding SMCR. Equation (4) exemplifies this procedure about SFOCS.

$${{\text{SFOC}}_{{{\text{S}},ijk}} = \frac{{{\text{SFOC}}_{ijk} }}{{{\text{SFOC}}_{{{\text{SMCR}},jk}} }}}$$
(4)

where the index i varies between 1 and 19 representing engine loads between 10 and 100%; j varies between 1 and 4 representing the SMCR position and k varies between 1 and 16 representing the engines.

Then, polynomial curves about normalised specific fuel consumptions and their percentage errors, as illustrated in Figs. 8, 9 and 10, were achieved as functions of brake power given in percentage of SMCR (engine load). Meanwhile, normalised exhaust gas polynomial curves and percentage errors are shown in Figs. 11 and 12.

Fig. 8
figure 8

Polynomial curve of SFOCS and percentage error versus load

Fig. 9
figure 9

Polynomial curve of SPOCS and percentage error versus load

Fig. 10
figure 10

Polynomial curve of SGCS and percentage error versus load

Fig. 11
figure 11

Polynomial curve of SMFS and percentage error versus load

Fig. 12
figure 12

Polynomial curve of STS and percentage error versus load

Figure 8 shows that the specific fuel oil consumption normalised with respect to SMCR (SFOCS) presented a minimum value for engine load of 70%. Although there are sixty-four datasets, they are mostly superimposed such that there are basically four data streams for brake power below 70% of SMCR. Moreover, the mismatches rise as engine load decreases such a way that the greatest is 1.8% for 10% of SMCR. Differently, SPOCS grows steadily as load declines and its error is quite dispersed with a maximum about 1.9% for load of 80%, as illustrated in Fig. 9. Meanwhile, four polynomials were needed to approximate more accurately the behaviour of SGCS that also presented a global minimum for 70% of SMCR, as shown in Fig. 10. Even so, two data streams stand out and the deviation peaks at −3.3%, whilst all the others reach at most −1.3%. This is again due to engine G40ME-C9.5-GI, which is the only fitted with conventional turbocharger.

In order to approach specific exhaust gas mass flow and temperature normalised with respect to SMCR (SMFS and STS), three polynomials were applied, as shown in Fig. 11 and 12. In both cases, the widest percentage errors happened for lower loading conditions, such that it was 1.5% for 20% load and 5.4% for 10% load, respectively, about SMFS and STS.

3.4 Computation procedure

Since polynomials SFOCN and SFOCS have been achieved and NMCR features are known, specific fuel oil consumption (SFOC) may be evaluated for either engine, SMCR or load, with the following equation:

$${{\text{SFOC}} = {\text{SFOC}}_{\text{NMCR}} \cdot {\text{SFOC}}_{\text{N}} \cdot {\text{SFOC}}_{\text{S}} }$$
(5)

where the polynomial surface SFOCN is a function of MEPN and n N, as well as the polynomial curve SFOCS is a function of engine load in % of SMCR. Furthermore, as it has been asserted hereinbefore, MEPN and n N are calculated as follows:

$${n_{\text{N}} = \frac{{n_{\text{SMCR}} }}{{n_{\text{NMCR}} }}}$$
(6)
$${{\text{MEP}}_{\text{N}} = \frac{{{\text{MEP}}_{\text{SMCR}} }}{{{\text{MEP}}_{\text{NMCR}} }}}.$$
(7)

As stated by Woud and Stapersma [19], mean effective pressure may be written as in Eq. (8). Since number of cylinders (c), revolutions of crankshaft per complete working cycle (r) and cylinder swept volume (V S) are engine constants, MEPN could also be written as in Eq. (9). Hence, n N and MEPN could be calculated with support of Table 1.

$${{\text{MEP}} = \frac{r}{{c \cdot V_{\text{S}} }} \cdot \frac{{P_{\text{B}} }}{{n_{\text{e}} }}}$$
(8)
$${{\text{MEP}}_{\text{N}} = \frac{{P_{\text{SMCR}} }}{{n_{\text{SMCR}} }} \cdot \frac{{n_{\text{NMCR}} }}{{P_{\text{NMCR}} }}}$$
(9)

Analogously, SPOC and SGC may be calculated.

Nevertheless, the procedure to evaluate exhaust gas data is a bit different because these were formerly converted into specific variables (divided by brake power). Thus, it is needed to consider the brake power at SMCR (P SMCR) and the load fraction (f SMCR). Equation (10) illustrates how exhaust gas mass flow (MF) can be calculated.

$${{\text{MF}} = {\text{SMF}}_{\text{NMCR}} \cdot {\text{SMF}}_{\text{N}} \cdot {\text{SMF}}_{\text{S}} \cdot P_{\text{SMCR}} \cdot f_{\text{SMCR}} }$$
(10)

Analogously, exhaust gas temperature (T) may be calculated.

In order to implement the model, it is thereby necessary to possess only the specific features at NMCR in gas and diesel operational mode for every engine, besides the polynomials. Thus, Table 2 presents SPOC, SGC, SMF and ST for every engine operating in gas mode, as well as SFOC, SMF and ST for diesel mode. Moreover, Table 3 supplies the coefficients (p) for every polynomial surface, which was formulated as in Eq. (11), whilst Table 4 is about the polynomial curves, which was formulated as in Eq. (12).

Table 2 Specific features at NMCR for gas and diesel mode
Table 3 Coefficients of the polynomial surfaces
Table 4 Coefficients of the polynomial curves
$${z = p_{ 0 0} + p_{ 1 0} x + p_{ 0 1} y + p_{ 2 0} x^{ 2} + p_{ 1 1} xy + p_{ 0 2} y^{ 2} },$$
(11)

where z represents SPOCN, SGCN, SFOCN, SMFN and STN, x is n N and y is MEPN.

$${y = p_{0} + p_{1} x + p_{2} x^{2} + p_{3} x^{3} + p_{4} x^{4} + \ldots + p_{8} x^{8} },$$
(12)

where y represents SPOCS, SGCS, SFOCS, SMFS and STS, and x is engine load. Once every fitted curve was obtained by using centring and scaling transformation to improve the numerical properties of both the polynomial and the fitting algorithm, x is normalised by the mean (μ) and standard deviation (σ) given in Table 4 [20].

Since some datasets were approached through more than one polynomial, letters “a”, “b” and “c” given in Table 4 indicate the load range (% of SMCR) where the polynomial is suitable. Regarding SGCN, letters indicate ranges from 80 to 100%, 35 to 75% and 10 to 35%, respectively. About SMFN and STN, “a” indicates a range from 35 to 100% and “b” from 10 to 30%. In addition, intervals not covered by polynomials could be approximated through linear interpolation.

4 Results and discussions

Two engines of intermediary NMCR were simulated and the results were compared against catalogue data (CEAS-ERD). Once the polynomials were reached considering SMCR on L1, L2, L3 and L4, it is necessary to investigate the model accuracy in intermediate points. Therefore, SMCR was additionally placed on the centre of the engine layout diagram (LC), such that the engine 8G70ME-C9.5-GI was examined for 22.3 MW and 73 rpm, as well as the engine 8S70ME-C8.5-GI was examined for 21.1 MW and 82 rpm.

Figures 13 and 14 show fuel consumption polynomials and catalogue data in diesel and gas mode of the engines 8G70ME-C9.5-GI and 8S70ME-C8.5-GI, respectively. It is noticeable that the model is able to predict the behaviour of specific fuel consumptions with only minor mismatches, even when SMCR is on LC. Comparably, the model is also able to predict the behaviour of exhaust gas for both engines, as illustrated in Figs. 15 and 16. Although exhaust gas mass flow coincides in diesel and gas mode (MF and Mfg), temperature in gas mode (Tg) presents an almost constant drop with respect to diesel mode (T).

Fig. 13
figure 13

Fuel consumption polynomials and catalogue data of the engine 8G70ME-C9.5-GI

Fig. 14
figure 14

Fuel consumption polynomials and catalogue data of the engine 8S70ME-C8.5-GI

Fig. 15
figure 15

Exhaust gas polynomials and catalogue data of the engine 8G70ME-C9.5-GI

Fig. 16
figure 16

Exhaust gas polynomials and catalogue data of the engine 8S70ME-C8.5-GI

Figures 17 and 18 illustrate the percentage errors of the model in diesel mode for the engines 8G70ME-C9.5-GI and 8S70ME-C8.5-GI, respectively. The largest deviations about specific fuel oil consumption (SFOCe) and exhaust gas temperature (Te) occur for the engine 8G70ME-C9.5-GI when load is 10%. The first is approximately 1.6% when SMCR is either on L2 or L4, and the second is −2.4% when SMCR is on L3, as shown in Fig. 17. Otherwise, 8S70ME-C8.5-GI holds the highest exhaust gas mass flow error (MFe), which also come about 10% load, for SMCR on L3, and accounts for −0.6% (Fig. 18).

Fig. 17
figure 17

Polynomial errors regarding the engine 8G70ME-C9.5-GI in diesel mode

Fig. 18
figure 18

Polynomial errors regarding the engine 8S70ME-C8.5-GI in diesel mode

Finally, Figs. 19 and 20 illustrate the percentage errors of the model in gas mode. The biggest errors about specific gas consumption (SGCe), exhaust gas mass flow (Mfe) and temperature (Te) occur for 10% of SMCR, whilst the greatest deviation regarding specific pilot oil consumption (SPOCe) takes place when engine load is 95%. The engine 8G70ME-C9.5-GI holds the highest SPOCe and Te, which are around −2.5 and −3.4%, as well as happen when SMCR is on LC and L3, respectively (Fig. 19). On the other hand, 8S70ME-C8.5-GI holds the highest SGCe and MFe, which are around −1.1 and 0.6%, as well as happen when SMCR is on L2 and LC, respectively (Fig. 20)

Fig. 19
figure 19

Polynomial errors regarding the engine 8G70ME-C9.5-GI in gas mode

Fig. 20
figure 20

Polynomial errors regarding the engine 8S70ME-C8.5-GI in gas mode

Summarising, the majority of the biggest deviations occurred for brake power equivalent to 10% of SMCR and they did not exceed −3.4% even when SMCR was placed on the centre of the layout diagram.

5 Conclusion

This study has provided the state of the art about models, programing languages and dedicated applications to be used in marine diesel engine simulations. Moreover, a simple and fast model to be applied in optimisation problems about selection of marine dual-fuel low-speed diesel engines has been developed. This model was implemented in MATLAB environment, and it is based on normalising engine operational features and approximating their trends with polynomials. Only engines provided by MAN Diesel & Turbo and covered by CEAS-ERD have been studied.

Finally, the results’ assessment revealed that the model was not only capable to represent adequately the behaviour of the variables but also presented slight percentage errors. The majority of the biggest deviations regarding the two simulated engines occurred for engine load of 10% and they did not exceed −3.4%, even when specified maximum continuous rating was placed on the centre of the layout diagram. Having this figure as quite acceptable, the model may be utilised successfully when one is interested in exhaust gas mass flow and temperature, as well as in specific fuel consumptions.