This is the function with parameter and variable names that make sense:
The function looks up a curve which provides an estimated value of exhaust gas back pressure based on current ML (air mass flow).
This value is relative (e.g. it's just the back pressure component). so this is then added to P_UMG_FILTER (ambient air pressure) to get an absolute exhaust gas back pressure measurement.
This value is filtered through a PT1 filter and then checked for max/min values for plausibility, before returning.
Here's what the parameters look like:
The calculated value p_egbp is then used in the calculation of rg_m.
Leave a comment: