Abstract

In this paper, to realize the pressure stability control of high-pressure oil pipe, the dynamic differential equation of fuel oil inlet and outlet is established based on the theory of mass conservation. According to the change of the pressure in the high-pressure tubing, an optimization model is established to achieve precise control of the working time of each part of the high-pressure oil pipe.

1. Introduction

Fuel entering and ejecting high-pressure fuel pipe is the basis of many fuel engines. When the high-pressure fuel system is working, fuel enters the high-pressure fuel pipe from the oil inlet valve and then ejects from the fuel injector at the other end. The intermittent working process of fuel entering and ejecting will lead to the change of the pressure in the high-pressure oil pipe, which will cause the deviation of the quantity of fuel ejected, thus affect the working efficiency of the engine, and even cause the direct economic loss due to the fault [1, 2]; therefore, it is of great significance to reasonably control the pressure of the high-pressure oil pipe so as to stabilize the pressure in the pipe.

In this paper, a dynamic differential equation of fuel oil inlet and outlet is established based on the theory of mass conservation and a Matlab visual simulation tool is developed. To be more specific, three questions are answered: (1) How to determine the oil supply time of the one-way oil inlet valve? (2) How to determine cam angular velocity? (3) How to adjust the oil supply strategy if adding another injection nozzle?

The following example is used to illustrate the model development and problem-solving process. Figure 1 is the structure of a high-pressure oil pipe. As shown in the picture, the length of the inner cavity of the high-pressure oil pipe is 500 mm, the inner diameter is 10 mm, and the diameter of the small hole A at the oil supply inlet is 1.4 mm.

The oil supply time is controlled by the one-way valve switch, which closes for 10 ms after each opening. The injector works 10 times per second, and the injection time is 2.4 ms each time. When the injector is working, the injection rate from nozzle B to the outside is shown in Figure 2. The pressure provided by the high-pressure oil pump at inlet A is 160 MPa, and the initial pressure in the high-pressure oil pipe is 100 MPa.

2. Literature Review

To solve the pressure control problem of high-pressure oil pipe, He et al. [3] used differential equations and improved continuous differential equation theory to develop a cam angular velocity determination model, a one-way valve control model based on piecewise function fitting and continuous differential equations. In their study, the pressure change in the pipe during the working process of the system was ignored. Lu et al. [4] established a difference equation model to replace the differential equation description, avoided the derivative function in the equation, and solved it in an iterative method, but the accuracy of their model was not as high as that of the differential equation model. Zhang et al. [5] conducted a detailed analysis and discussion on how to improve the working efficiency of the system by establishing the simulation mathematical model. However, they did not consider the dynamic process of quality change in the injection process. Wang et al. [6] established the optimization model and solution method of cam speed. However, in their results, the pressure in the tube fluctuated greatly. Zhu [7] used the iterative method to solve the problem. The method is universal, which can not only solve the stable state, but also solve the pressure rise in the high-pressure oil pipe. However, it requires to be able to calculate the state data of each end point of the system, and the iterative algorithm is sometimes not conducive to the solution of the computer. Cai et al. [8] analyzed the control scheme of oil injection strategy from a macro perspective, combined with the data results of two different high-pressure tubing models. The proposed pressure control scheme of high-pressure tubing can meet the requirements of different parameters and performance of different high-pressure tubing and can make the pressure in the high-pressure tubing stable, but considering many factors, it is cumbersome.

In this paper, an algorithm based on the differential equation, optimization model, and simulation model was developed. This algorithm can minimize pressure fluctuations and make the solution more accurate.

3. Symbols and Assumptions

In order to facilitate the study of the problem and simplify the process of solution, some symbols are uniformly defined and assumptions are made which are consistent with the actual situation.

3.1. Symbols

The symbols and their explanation are provided in Table 1.

3.2. Assumptions

(1)The pressure in the high-pressure oil pipe is uniform, regardless of the viscous resistance of the oil(2)The influence of the change of fuel temperature on the model during the operation of the high-pressure oil pipe is not considered(3)There will be no fuel leakage in the whole working system(4)The one-way valve and oil nozzle both work properly(5)The working condition of the oil nozzle has nothing to do with its position(6)The opening and closing of the valve are completed instantaneously

4. Model 1: Dynamic Differential Equation Model

4.1. Problem 1: How to Determine the Oil Supply Time of the One-Way Oil Inlet Valve?

The pressure of oil pipe in unit time is determined by the quantity of oil in and the quantity of oil out . According to the given conditions, the functions of the quantity of oil in and out at time t, the density of oil, and the internal pressure P2 are obtained. Based on the given relationship between the injection rate and time at the fuel injector B, the quantity of oil injected can be calculated. Finally, the dynamic pressure equation in the high-pressure oil pipe is established and solved according to the quantity of oil in and out. In this paper, the work of high-pressure oil pipe is divided into adjustment state and stable state. In the adjustment state, the internal air pressure reaches by adjusting the opening time of the one-way valve, and then it enters the stable state; i.e., the amount of oil flowing in and out within a working cycle satisfies the dynamic equation of the high-pressure oil pipe.

4.2. Model Preparation

According to the speed of the oil supply end and the oil outlet end about time t, the differential dynamic equilibrium equation is established to solve problem 1.

To unify the dimension in the calculation and derivation process, the following conversion formulas are used to convert the unit:Unit conversion: , , Circle area formula: Column volume formula:

4.3. Model Establishment

When the pressure in the pipe is stable at , the dynamic differential equation model was developed following the three steps:Step 1. Calculate the quantity of oil flowing into oil supply end A.According to the flow formula, the oil supply quantity is calculated:where flow coefficient C = 0.85 and the area of the hole According to the data that indicates the relationship between the elastic modulus E and pressure, by using the polyfit function in Matlab to fit a 3th-degree polynomial, the function of elastic modulus on pressure can be obtained:Then, based on the fact that the pressure change of fuel is proportional to the density change and the ratio coefficient is , the function between density and the change of pressure can be derived; that is,The simplified expression isTo sum up, within the time period T, the quantity of oil supply can be expressed asStep 2. Calculate the oil output at the oil injection end B.According to the graph of oil injection rate and time, as shown in Figure 2, the resolution function corresponding to each segment is calculated separately to obtain the flow velocity function at the injection end:According to the integration of time t, the outflow volume in one injection process isStep 3. Establish the dynamic pressure equation in the high-pressure oil pipe.Based on the quantity of oil in and out, the dynamic pressure equation in the high-pressure oil pipe can be expressed aswhere .

By fitting the search function, the change of is ensured to be as small as possible so that the pressure in the high-pressure tubing is maintained at about .

When the pressure in the pipe increases to , the working state of high-pressure oil pipe can be divided into adjustment state and stable state. In the adjustment state, the opening time of one-way valve is adjusted by time ; after period, the pressure in the oil pipe reaches . Set the opening time of the valve at the oil supply end as ; we can get .

Then, formula (5) is improved to

Finally, the high-pressure oil pipe enters the next working state. In the stable state, the working principle of the tubing is similar to the previous analysis. Based on the quantity of oil in and out, the dynamic pressure equation in the high-pressure pipe is established as follows:

By fitting the search function, the change is kept as small as possible so that the pressure in the high-pressure tubing is maintained at about :

The equation is established by converting the pressure difference into the mass difference:where

It can be seen that the opening time of the oil pipe is reduced when the pressure in the pipe increases from 100 MPa to .

4.4. Problem Solving

Step 1. The elastic modulus E is fitted by the third-order function (2) of the polyfit function in Matlab, and the fitting error is analyzed.
The functional relationship between the elastic modulus and the pressure is obtained:Figure 3 shows a comparison between the fitting curve and the given data.
It can be seen from the fitting comparison chart that the fitting curve has a high degree of agreement with the original data set, and the cubic fitting effect is good, which can accurately describe the functional relationship between elastic modulus E and pressure P.

Step 2. Calculation of oil output .
The flow rate function integrates the time t to obtain the outflow of the primary injection process :

Step 3. Bring in dynamic pressure equation (10), and the following results are obtained:With Matlab, it could be found that T = 3.06 ms, which means when the opening time of one-way valve is 3.06 ms, the pressure in the high-pressure oil pipe could be stable at 100 MPa.

Step 4. When the pressure in the high-pressure oil pipe is stable at 150 MPa, if working process of the high-pressure oil pump is divided into the adjustment stage and the balance stage, then the working rules of the oil pump under the three adjustment stages are as follows:The adjustment process is as follows: The adjustment process is as follows: The adjustment process is as follows: To sum up, see Table 2 for the adjustment scheme of three times. It can be seen that when the adjustment process is 2 s, the opening time of high-pressure oil pump is 0.898 ms each time within 0–2 s, and when it reaches a stable state after 2 s, the single opening time of oil pump is 0.761 ms.

5. Model 2: Dynamic Pressure Model of Liquid Mass

5.1. Problem 2: How to Determine Cam Angular Velocity?

When the pressure and other factors change, the constant is the quality of the liquid in the fuel supply end and the quality of the liquid out of the fuel injection end. In a working cycle of the high-pressure oil pipe system, in order to maintain the stability of the pressure in the pipe, the quality of the fuel in and out is equal.

For problem 2, the fuel supply end compresses the low-pressure fuel oil by the rotation of the cam. Firstly, according to the relationship between the cam edge curve and the angle, combined with the working data of the plunger system, the movement range of the plunger is 0 to 10.626 mm. The rotation angle of the plunger from the compression to the low point, after the compression to the high point, then back to the low point is , and the amount of oil pressed is . This process is recorded as one working cycle T. Next, according to the movement curve of the needle valve and the geometry of the injector nozzle [9], the relation curve between the injection rate and the time is obtained, and the mass of the fuel injected in unit time is calculated. Then a working cycle at the oil supply end is calculated, and finally, the cam angular velocity is obtained.

5.2. Model Preparation

In the whole working system of high-pressure oil pipe, the pressure in the pipe can be kept stable only when the mass of injected fuel is always equal. The following gives the concept of conservation of mass and its application formula.

Conservation of mass: in any isolated system, the total mass remains unchanged no matter what changes or processes occur. In other words, any changes, including chemical reaction and nuclear reaction, can not eliminate substances but changes the original form or structure of substances, so this law is also known as the law of material immortality [10].

Liquid mass, density, volume relationship: .

5.3. Problem Solving

Step 1. Calculate the mass of the injection flow in a working cycle T; the schematic diagram of the high-pressure oil pump is as shown in Figure 4.
Fit the relationship between the cam edge curve and the angle, and the result is shown in Figure 5.
The maximum compression value of cam is ; that is, the compression range is . The plunger is compressed from the low point to the high point and returns to the original position, which is recorded as a cycle T, and the effective volume of ramrod compression is . The residual volume of the plunger rod is , so the total volume of the plunger bar is .
When the plunger is at a low point, the fuel pressure is ; according to the density formula , the density is calculated as . When the plunger is at the highest point, because the pressure in the plunger cavity is greater than the pressure in the high-pressure oil pipe, the check valve connecting the plunger cavity and the high-pressure oil pipe is opened, so the pressure in the pipe can be regarded as . According to the density formula, the corresponding fuel density is . The quality of fuel that is pressed into the high-pressure fuel line in one cycle is .

Step 2. Calculate the mass of the ejected flow in one second.
The schematic diagram of the injector nozzle is shown in Figure 6.
In the initial stage, that is, when the needle valve is closed, the height from the bottom to the top of the cone meets the following requirements: , reduced to . In the process of needle valve rising, the flow rate of fuel increases gradually. When the lower end of the needle valve reaches the height h2, that is to say, the area of the circular ring formed by the bottom of the needle valve and the inner surface of cone S is equal to the area of a small hole, the flow rate reaches the maximum. At this time, the outer radius of a circular ring meets the requirements: . The result is . In a right triangle, , and the rising height of the needle valve is as follows:Performing three times fitting for the given needle method motion, the fitting curve is shown in Figure 7.
According to the rising height node of needle valve, the time node of flow rate change can be obtained, and then the functional relationship between flow rate and ring area can be obtained:To sum up, the quality of oil ejected in unit time is .

Step 3. Balance stage.
To make the pressure in the high-pressure oil pipe at , that is, mA = mB; then,The angular velocity of the cam is , where .
The speed curve of the injection end is shown in Figure 8.
The results obtained by taking the known data into formula (20) are as follows:

6. Model 3: Dynamic Model of Double Nozzles

6.1. Problem 3: How to Adjust the Oil Supply Strategy If Another Injection Nozzle Is Added?

If adding another injection nozzle with the same working rule based on the model developed in Problem 2, without considering the influence of its position distribution. Then installing another pressure relief valve to control the pressure in the high-pressure oil pipe. According to the previous analysis, the pressure relief valve is opened and the fuel returns when the pressure in the high-pressure oil pipe is greater than . In the whole process of pressure regulation, the minimum pressure fluctuation of a system is the optimal objective, and a single objective programming model is established based on the constraint equation of fuel quality [11]. The changed oil pipe is shown in Figure 9.

6.2. Model Preparation

In the calculation of high-pressure oil pump, a function is used to fit the change of oil supply pressure.

Fitting is to connect a series of points on a plane with a smooth curve. Generally, the fitting curve can be expressed by function, and a commonly used fitting method is the least square curve fitting method. In Matlab, polyfit can also be used to fit polynomials.

6.3. Problem Solving

Adding an injector with the same working rule, that is, there are two injectors in the system, which are recorded as and , respectively, regardless of the impact of their location distribution. Two scenarios are considered when solving this problem.

Scenario 1. The starting working time of two fuel injection nozzles is the same.
Adding an injector with the same working rule based on problem 2, in this case, it can be considered that the oil output in the same time is 2 times that in question 2, and the time to achieve stable oil pressure in the pipe is 1/2 of the original.
In unit time, the quality of the oil out of the injector end is , and the amount of oil in a working cycle T of the injector end A in a cycle remains unchanged to . With equation (18),And the angular velocity of the cam is

Scenario 2. The starting working time of two fuel injection nozzles is inconsistent.
If nozzle starts to work from 0 and nozzle starts to work from t, then in t time, the oil delivery quality of the system isIn the whole process of pressure regulation, the minimum pressure fluctuation of a system is the optimal objective, and the objective function is .
The constraints areA single objective programming model is established, the optimal angular velocity of the cam is 245.63 rad/s in a system cycle, and the initial working time difference of the two nozzles is 1/2 cycle.
When adding a pressure reducing valve, if taking time as an independent variable, the fuel oil pressure input and nozzle injection could be calculated. By multiplying the difference by the elastic modulus E, the derived formula isIt is simulated circularly and the image is drawn. The simulation results are shown in Figure 10.
It can be seen from Figure 10 that when the single valve is not working, the air pressure in the high-pressure oil pipe will fluctuate up and down, which is not stable. When the single pressure reducing valve is opened, the simulation results are as shown in Figure 11.
After opening, the pressure in the pipe tends to be stable, and the pressure reducing valve plays an important role in stabilizing the air pressure in the tubing when the working time is about .

7. Model Validation

Inspection idea: during the working process of high-pressure oil pipe, when the pressure inside the oil pipe fluctuates within a certain range, it can be regarded as stable, which can increase the service life of the whole oil supply system. In this paper, the real-time monitoring of the pressure in the tube during the working process of the oil tube is carried out, and the change curve of the pressure in the tube with time t is drawn, as shown in Figure 12.

It can be seen that, during the working process of high-pressure oil pipe, the air pressure in the pipe always changes periodically between 96 MPa and 104 MPa, and the pipe can be regarded as a stable state, which shows that the model has precise control on all parts of the oil pipe, thus making the whole oil supply system more stable.

8. Model Evaluation

8.1. Advantages

(1)In the dynamic differential equilibrium equation model of question 1, the time is subdivided, the relation between the oil supply rate and the pressure difference and time is fully considered, and the oil supply end is precisely controlled by the flow rate of the oil injection end; in the adjustment state, the linear function is used to fit the pressure change in the high-pressure oil pipe, which simplifies the solution.(2)In the process of solving the second problem, based on the conservation of mass, a dynamic equation model with mass as the link is established, and a constant quantitative equation is established in many variable quantities to eliminate the interference of temperature and other factors on the solution process.(3)In the process of solving problem 3, this paper adopts the method of function fitting to eliminate the influence of the irregular change of oil supply of high-pressure oil pump on the solution of the problem and improve the efficiency of the solution.(4)Finally, for the model testing, the simulation model is established to test the working system of high-pressure oil pipes one by one [12]. It is a powerful simulation tool, which enables users to simulate the operation of a real dynamic system with the minimum cost in the graphic mode, and can establish the dynamic system model and carry out simulation model in an intuitive way, and use the visual modeling, which can quickly and accurately build the block diagram model of the dynamic system, and improve the accuracy and reliability of the model.

8.2. Disadvantages

(1)In the process of solving problem one, because of the particularity of solving a differential equation, the analytical solution is difficult to solve. In this paper, the numerical solution is used for approximate substitution, resulting in errors.(2)In this paper, the change of system temperature caused by friction and other factors is not considered in the model.

8.3. Conclusion

To sum up, the purpose of this paper is to study the pressure control problem of the high-pressure oil pipe of the fuel engine, with the known parameters to calculate the pressure density and other indexes by using the numerical solution of differential equation flexibly. The fluid density and pressure model of high-pressure oil pipe are established, and the pressure stability of high-pressure oil pipe is maintained by using visual simulation tools. At the same time, the control scheme of fuel injection nozzle and pressure relief valve is studied to precisely control the working time of each part of high-pressure oil pipe, so as to improve the service life of engine.

9. Future Work

In reality, there will be differences in the pressure in the high-pressure oil pipe, which is related to the elastic deformation in the pipe, the transmission mode of fuel in the pipe, and other factors. The function of the pressure in the pipe can be constructed to refine the change of the pressure in the pipe, to quantify the injection rate at the injection end more accurately, as to precisely regulate the oil supply end.

In the solution model of problem 2, the fuel supply end drives the plunger to pressurize the low fuel oil through the cam rotation. In this process, due to the influence of friction, the volume and pressure of fuel oil will be affected. Therefore, the temperature influence factor can be added in the process of solving the fuel supply quality to eliminate the influence of temperature change.

In question 3, the position of the fuel injector will affect the injection rate [13]. Theoretically, the closer the position of the fuel injector is to the fuel supply end, the greater the injection rate is. The position of the two fuel injectors relative to the fuel supply end can be considered to comprehensively adjust the oil supply time, which is more practical.

In the working system of high-pressure oil pipe, the model in this paper realizes the mutual correlation and precise regulation of various components. In the era of the rapid development of big data, the model can be applied to the sensing process of the robot, self-regulation of medical instruments and correction equipment, etc. [14], which has a wide application prospect and research value.

Data Availability

The cam edge curve, needle valve motion curve, and elastic modulus pressure data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.