CN115114731A - A Dynamic Modeling Method of Aero-engine Based on Pseudo-Jacobian Matrix - Google Patents

A Dynamic Modeling Method of Aero-engine Based on Pseudo-Jacobian Matrix Download PDF

Info

Publication number
CN115114731A
CN115114731A CN202210810361.7A CN202210810361A CN115114731A CN 115114731 A CN115114731 A CN 115114731A CN 202210810361 A CN202210810361 A CN 202210810361A CN 115114731 A CN115114731 A CN 115114731A
Authority
CN
China
Prior art keywords
dynamic
jacobian matrix
engine
aero
balance equation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210810361.7A
Other languages
Chinese (zh)
Inventor
徐嘉伸
李秋红
庞淑伟
周文祥
刘鑫洋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing University of Aeronautics and Astronautics
Original Assignee
Nanjing University of Aeronautics and Astronautics
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing University of Aeronautics and Astronautics filed Critical Nanjing University of Aeronautics and Astronautics
Priority to CN202210810361.7A priority Critical patent/CN115114731A/en
Publication of CN115114731A publication Critical patent/CN115114731A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/15Vehicle, aircraft or watercraft design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2119/00Details relating to the type or aim of the analysis or the optimisation
    • G06F2119/08Thermal analysis or thermal optimisation

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Geometry (AREA)
  • General Physics & Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Automation & Control Theory (AREA)
  • Aviation & Aerospace Engineering (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Feedback Control In General (AREA)

Abstract

The invention discloses a pseudo Jacobian matrix-based aeroengine dynamic modeling method. Aiming at the problem of poor real-time performance of a component-level model of a bidirectional differential calculation Jacobian matrix, the method linearizes a common equation of a turboshaft engine based on a nonlinear model dynamic linearization strategy, constructs a pseudo Jacobian matrix evaluation function, calculates the Jacobian matrix approximately through optimal estimation, obtains a recursive calculation method of the pseudo Jacobian matrix, avoids repeated calling of the component model, and greatly improves the real-time performance of the dynamic model.

Description

一种基于伪雅可比矩阵的航空发动机动态建模方法A Dynamic Modeling Method of Aero-engine Based on Pseudo-Jacobian Matrix

技术领域technical field

本发明属于航空宇航推进理论与工程中的系统控制与仿真领域,具体涉及一种航空发动机动态实时模型建模方法。The invention belongs to the field of system control and simulation in aerospace propulsion theory and engineering, and particularly relates to a dynamic real-time model modeling method for aero-engine.

背景技术Background technique

航空发动机数值仿真技术在航空发动机研制及控制系统设计、验证过程中具有极其重要的作用。以数学模型代替真实发动机开展数值仿真或半物理仿真,可以对控制算法、故障诊断技术、健康管理技术等进行初步的验证,节约实验成本、降低实验风险。自上个世纪80年代末以来,西方国家相继开展对航空发动机仿真技术的研究,并开发出多种航空发动机数值仿真系统。经过多年的研究发展与应用,目前相关理论技术己经成熟,仿真置信度与精度己经达到相当高的水平。随着模型基控制技术的发展,对模型精度和实时性的要求进一步提高,也开展了大量的研究工作。Aero-engine numerical simulation technology plays an extremely important role in aero-engine development and control system design and verification. Numerical simulation or semi-physical simulation can be carried out by replacing the real engine with a mathematical model, which can conduct preliminary verification of control algorithms, fault diagnosis technology, health management technology, etc., saving experimental costs and reducing experimental risks. Since the late 1980s, western countries have successively carried out research on aero-engine simulation technology and developed a variety of aero-engine numerical simulation systems. After years of research, development and application, the relevant theoretical technologies have matured, and the simulation confidence and accuracy have reached a very high level. With the development of model-based control technology, the requirements for model accuracy and real-time performance are further improved, and a lot of research work has also been carried out.

航空发动机数学模型在引入真实发动机各部件基本参数的基础上,沿发动机气路流程,按照部件特性建立发动机各部件气动热力学模型,并通过求解部件间共同工作方程,获得各部件匹配当前工作状态的参数,而共同工作方程的收敛速度及精度将直接关系到发动机数学模型的准确性和实时性。Based on the introduction of the basic parameters of the real engine components, the aero-engine mathematical model establishes the aerodynamic thermodynamic model of the engine components according to the characteristics of the components along the gas path of the engine. By solving the common working equation between the components, the components matching the current working state are obtained. parameters, and the convergence speed and accuracy of the common working equation will be directly related to the accuracy and real-time performance of the engine mathematical model.

通常求解航空发动机共同工作方程的方法有牛顿-拉夫逊(N-R)法和Broyden拟牛顿法。其中N-R法由于需要重复调用发动机部件模型计算雅可比矩阵,而严重影响了模型的实时性;而拟Newton法是将雅可比矩阵作逼近处理,并通过递推获得逼近雅可比矩阵,降低了计算复杂性,但是算法迭代收敛要求初始解的偏离程度更小,并受计算步长影响,收敛能力弱于N-R法。There are usually Newton-Raphson (N-R) method and Broyden quasi-Newton method to solve the common working equation of aero-engine. Among them, the N-R method needs to repeatedly call the engine component model to calculate the Jacobian matrix, which seriously affects the real-time performance of the model; while the quasi-Newton method approximates the Jacobian matrix and obtains the approximate Jacobian matrix through recursion, which reduces the computational cost. However, the iterative convergence of the algorithm requires that the deviation of the initial solution is smaller, and is affected by the calculation step size, and the convergence ability is weaker than that of the N-R method.

基于以上两种方法,西北工业大学陈玉春等人[1]通过改变N-R法计算步长及限制初值的方法改善了求解的收敛性问题,但仍需差分计算雅可比矩阵。南京航空航天大学廖光煌等人[2]提出了基于神经网络的发动机共同工作方程求解方法,采集基于N-R法计算的离线训练数据,以残差为输入,共同工作方程猜值修正量作为输出,利用神经网络对其进行训练,避免了雅可比矩阵计算和方程迭代求解过程,有效提高了模型的实时性,但是神经网络采取了离线训练方式,模型精度受到网络泛化能力的影响,对不确定性的适应能力弱。南京航空航天大学王元、伍谦等人[3-4]将N-R法平方收敛与拟Newton法超线性收敛特性结合,提出自校正Broyden拟牛顿法,通过判断模型收敛趋势调整计算步长,收敛精度及速度均有所提高,但是在收敛趋势较差的工作点,仍需要通过差分进行校正矩阵的初始化,导致个别工作点的实时性低。南京航空航天大学庞淑伟[5]提出基于精确偏导数的发动机部件级模型建立方法,以精确偏导数代替差分计算,构造雅可比矩阵,提高了模型的实时性,但是算法计算过程复杂,实现的难度较大。Based on the above two methods, Chen Yuchun of Northwestern Polytechnical University et al. [1] improved the convergence problem of the solution by changing the calculation step size of the NR method and limiting the initial value, but still need to calculate the Jacobian matrix differentially. Liao Guanghuang et al. [2] of Nanjing University of Aeronautics and Astronautics proposed a neural network-based method for solving the engine co-working equation, collecting offline training data calculated based on the NR method, taking the residual as the input, and the co-working equation guessing correction as the output. The neural network trains it, avoiding the Jacobian matrix calculation and the iterative equation solving process, and effectively improving the real-time performance of the model. However, the neural network adopts an offline training method, and the model accuracy is affected by the generalization ability of the network. weak adaptability. Wang Yuan, Wu Qian and others of Nanjing University of Aeronautics and Astronautics [3-4] combined the square convergence of the NR method with the super-linear convergence characteristics of the quasi-Newton method, and proposed a self-correcting Broyden quasi-Newton method. The accuracy and speed have been improved, but at the working point with poor convergence trend, the initialization of the correction matrix still needs to be performed by difference, resulting in low real-time performance of individual working points. Pang Shuwei of Nanjing University of Aeronautics and Astronautics [5] proposed an engine component-level model building method based on accurate partial derivatives, which replaces differential calculation with accurate partial derivatives and constructs a Jacobian matrix, which improves the real-time performance of the model, but the algorithm calculation process is complicated and the realization is difficult. larger.

发明内容SUMMARY OF THE INVENTION

本发明所要解决的技术问题在于克服现有技术不足,提供一种基于伪雅可比矩阵的航空发动机动态建模方法,可避免差分算法对模型的反复调用,有效提高模型的实时性。The technical problem to be solved by the present invention is to overcome the deficiencies of the prior art, and to provide an aero-engine dynamic modeling method based on a pseudo-Jacobian matrix, which can avoid repeated calls of the model by the differential algorithm and effectively improve the real-time performance of the model.

本发明具体采用以下技术方案解决上述技术问题:The present invention specifically adopts the following technical solutions to solve the above-mentioned technical problems:

一种基于伪雅可比矩阵的航空发动机动态建模方法,通过在航空发动机工作过程中构建并求解航空发动机的动态共同工作平衡方程,获得航空发动机各部件匹配当前工作状态的参数;在求解航空发动机的动态共同工作平衡方程时,通过以下方法对动态共同工作平衡方程的猜值进行迭代修正,以使得当前的动态共同工作平衡方程满足收敛条件:A dynamic modeling method of aero-engine based on pseudo-Jacobian matrix, by constructing and solving the dynamic co-working balance equation of the aero-engine during the working process of the aero-engine, the parameters of each component of the aero-engine matching the current working state are obtained; When the dynamic co-working balance equation of , the guess value of the dynamic co-working balance equation is iteratively revised by the following method, so that the current dynamic co-working balance equation satisfies the convergence condition:

步骤1、线性化k时刻的动态共同工作平衡方程;Step 1. Linearize the dynamic co-working balance equation at time k;

步骤2、基于以下的优化目标函数,计算线性化动态共同工作平衡方程的雅可比矩阵J(k)的最优估计

Figure BDA0003738711370000021
(伪雅可比矩阵):Step 2. Based on the following optimization objective function, calculate the optimal estimate of the Jacobian matrix J(k) of the linearized dynamic co-working equilibrium equation
Figure BDA0003738711370000021
(pseudo-Jacobian matrix):

Figure BDA0003738711370000022
Figure BDA0003738711370000022

其中,ε(k)、ε(k-1)分别表示k时刻、k-1时刻的动态共同工作平衡方程残差,Δx(k)=x(k)-x(k-1)表示k时刻与k-1时刻动态共同工作平衡方程的猜值x(k)、x(k-1)的差值,μ为惩罚因子,

Figure BDA0003738711370000023
表示k-1时刻的线性化动态共同工作平衡方程的雅可比矩阵的最优估计;Among them, ε(k) and ε(k-1) represent the residuals of the dynamic co-working balance equation at time k and time k-1, respectively, and Δx(k)=x(k)-x(k-1) represents time k The difference between the guessed values x(k) and x(k-1) of the dynamic co-working balance equation at time k-1, μ is the penalty factor,
Figure BDA0003738711370000023
the optimal estimate of the Jacobian matrix representing the linearized dynamic co-working equilibrium equation at time k-1;

步骤3、通过迭代计算更新k+1时刻的动态共同工作平衡方程猜值x(k+1):Step 3. Update the guess value x(k+1) of the dynamic co-working balance equation at time k+1 by iterative calculation:

Figure BDA0003738711370000031
Figure BDA0003738711370000031

其中,λ∈(0,1]是迭代步长。where λ∈(0,1] is the iteration step size.

优选地,最优估计

Figure BDA0003738711370000032
通过下式计算得到:Preferably, the best estimate
Figure BDA0003738711370000032
It is calculated by the following formula:

Figure BDA0003738711370000033
Figure BDA0003738711370000033

其中,η∈(0,1]是步长因子,Δε(k)=ε(k)-ε(k-1)表示k时刻、k-1时刻的动态共同工作平衡方程残差ε(k)、ε(k-1)的差值,上标“T”表示矩阵转置,“|| ||2”表示向量2范数的平方。Among them, η∈(0,1] is the step size factor, Δε(k)=ε(k)-ε(k-1) represents the residual ε(k) of the dynamic co-working balance equation at time k and time k-1 , ε(k-1) difference, the superscript "T" represents the matrix transpose, and "|| || 2 " represents the square of the 2-norm of the vector.

相比现有技术,本发明技术方案具有以下有益效果:Compared with the prior art, the technical solution of the present invention has the following beneficial effects:

(1)实时性高:本发明以递推伪雅可比矩阵计算替代差分形式的雅可比矩阵计算,大大减小了部件级模型调用次数,大幅度提高了动态模型计算的实时性。(1) High real-time performance: The present invention replaces the Jacobian matrix calculation in the differential form with the recursive pseudo-Jacobian matrix calculation, which greatly reduces the number of component-level model calls and greatly improves the real-time performance of the dynamic model calculation.

(2)通用性强:伪雅可比矩阵的计算基于动态线性化方法,本身是一种数据驱动的方法,对发动机特性变化的适应能力强,可以用于多种型号的发动机动态实时模型计算。(2) Strong versatility: The calculation of the pseudo Jacobian matrix is based on the dynamic linearization method, which is a data-driven method and has strong adaptability to changes in engine characteristics.

附图说明Description of drawings

图1为双转子涡轴发动机的结构示意图;FIG. 1 is a schematic structural diagram of a twin-rotor turboshaft engine;

图2为基于伪雅可比矩阵的涡轴发动机动态建模流程图;Fig. 2 is a flow chart of dynamic modeling of turboshaft engine based on pseudo-Jacobian matrix;

图3为双向差分算法与本发明伪雅可比矩阵算法的关键发动机输出参数对比(1km高度);Fig. 3 is the key engine output parameter comparison (1km height) of the two-way differential algorithm and the pseudo-Jacobian matrix algorithm of the present invention;

图4为双向差分算法与本发明伪雅可比矩阵算法的关键发动机输出参数对比(3km高度)。FIG. 4 is a comparison of key engine output parameters between the two-way differential algorithm and the pseudo-Jacobian matrix algorithm of the present invention (3km height).

具体实施方式Detailed ways

针对现有基于差分方法计算雅可比矩阵实时性差的问题,本发明结合非线性模型动态线性化方法,利用最优估计进行伪雅可比矩阵计算,提高了动态模型的实时性。Aiming at the problem of poor real-time performance of Jacobian matrix calculation based on the existing difference method, the present invention combines the nonlinear model dynamic linearization method, and uses optimal estimation to calculate the pseudo-Jacobian matrix, thereby improving the real-time performance of the dynamic model.

本发明具体采用以下技术方案解决上述技术问题:The present invention specifically adopts the following technical solutions to solve the above-mentioned technical problems:

一种基于伪雅可比矩阵的航空发动机动态建模方法,通过在航空发动机工作过程中构建并求解航空发动机的动态共同工作平衡方程,获得航空发动机各部件匹配当前工作状态的参数;在求解航空发动机的动态共同工作平衡方程时,通过以下方法对动态共同工作平衡方程的猜值进行迭代修正,以使得当前的动态共同工作平衡方程满足收敛条件:A dynamic modeling method of aero-engine based on pseudo-Jacobian matrix, by constructing and solving the dynamic co-working balance equation of the aero-engine during the working process of the aero-engine, the parameters of each component of the aero-engine matching the current working state are obtained; When the dynamic co-working balance equation of , the guess value of the dynamic co-working balance equation is iteratively revised by the following method, so that the current dynamic co-working balance equation satisfies the convergence condition:

步骤1、线性化k时刻的动态共同工作平衡方程;Step 1. Linearize the dynamic co-working balance equation at time k;

步骤2、基于以下的优化目标函数,计算线性化动态共同工作平衡方程的雅可比矩阵J(k)的最优估计

Figure BDA0003738711370000041
(伪雅可比矩阵):Step 2. Based on the following optimization objective function, calculate the optimal estimate of the Jacobian matrix J(k) of the linearized dynamic co-working equilibrium equation
Figure BDA0003738711370000041
(pseudo-Jacobian matrix):

Figure BDA0003738711370000042
Figure BDA0003738711370000042

其中,ε(k)、ε(k-1)分别表示k时刻、k-1时刻的动态共同工作平衡方程残差,Δx(k)=x(k)-x(k-1)表示k时刻与k-1时刻动态共同工作平衡方程的猜值x(k)、x(k-1)的差值,μ为惩罚因子,

Figure BDA0003738711370000043
表示k-1时刻的线性化动态共同工作平衡方程的雅可比矩阵的最优估计;Among them, ε(k) and ε(k-1) represent the residuals of the dynamic co-working balance equation at time k and time k-1, respectively, and Δx(k)=x(k)-x(k-1) represents time k The difference between the guessed values x(k) and x(k-1) of the dynamic co-working balance equation at time k-1, μ is the penalty factor,
Figure BDA0003738711370000043
the optimal estimate of the Jacobian matrix representing the linearized dynamic co-working equilibrium equation at time k-1;

步骤3、通过迭代计算更新k+1时刻的动态共同工作平衡方程猜值x(k+1):Step 3. Update the guess value x(k+1) of the dynamic co-working balance equation at time k+1 by iterative calculation:

Figure BDA0003738711370000044
Figure BDA0003738711370000044

其中,λ∈(0,1]是迭代步长。where λ∈(0,1] is the iteration step size.

本发明动态建模方法的适用对象包括但不限于涡轴发动机、涡桨发动机、涡扇发动机、变循环发动机、组合发动机等。The applicable objects of the dynamic modeling method of the present invention include, but are not limited to, turboshaft engines, turboprop engines, turbofan engines, variable cycle engines, combined engines, and the like.

为了便于公众理解,下面通过一个具体实施例并结合附图来对本发明的技术方案进行详细说明:In order to facilitate the public's understanding, the technical solutions of the present invention will be described in detail below through a specific embodiment and in conjunction with the accompanying drawings:

本实施例以图1所示双转子涡轴发动机为研究对象,该双转子涡轴发动机的燃气涡轮和压气机共轴,动力涡轮和主旋翼共轴。在工作过程中,空气从进气道进入,经压气机流向燃烧室,与燃油混合燃烧,产生高温高压燃气,燃气流经燃气涡轮时提取一部分能量来驱动压气机,离开燃气涡轮的气体流经动力涡轮,动力涡轮提取剩余能量来驱动主旋翼,满足直升机的工作需求。This embodiment takes the twin-rotor turboshaft engine shown in FIG. 1 as the research object. The gas turbine and the compressor of the twin-rotor turboshaft engine are coaxial, and the power turbine and the main rotor are coaxial. During the working process, the air enters from the intake port, flows through the compressor to the combustion chamber, mixes with the fuel oil, and generates high temperature and high pressure gas. When the gas flows through the gas turbine, a part of the energy is extracted to drive the compressor, and the gas leaving the gas turbine flows through Power turbine, the power turbine extracts the remaining energy to drive the main rotor to meet the working needs of the helicopter.

对于图1所示双转子涡轴发动机,本发明所提出的动态建模方法,如图2所示,其中t为动态模型仿真时刻,k为平衡方程求解的迭代次数,T为仿真步长。该方法具体包括以下步骤:For the dual-rotor turboshaft engine shown in Figure 1, the dynamic modeling method proposed by the present invention is shown in Figure 2, where t is the simulation time of the dynamic model, k is the number of iterations for solving the balance equation, and T is the simulation step size. The method specifically includes the following steps:

步骤A、获取t时刻的飞行条件(直升机飞行高度H、前飞速度Vx)和燃油流量WfStep A, obtain the flight conditions (helicopter flight height H, forward flight speed V x ) and fuel flow W f at time t;

步骤B、沿着气流流程从进气道到尾喷管依次计算各个部件热力参数及旋翼负载功率需求;Step B, calculating the thermal parameters of each component and the rotor load power requirement in turn from the air inlet to the tail nozzle along the airflow process;

步骤C、构建涡轴发动机动态共同工作平衡方程;Step C, constructing the dynamic co-working balance equation of the turboshaft engine;

在已知飞行条件、燃油流量的条件下,根据双转子涡轴发动机动态工作过程中需满足的流量连续、压力平衡条件进行分析,通常选择3个共同方程,记εi,i=1,2,3为动态共同工作方程残差,包括Under the conditions of known flight conditions and fuel flow, the analysis is carried out according to the continuous flow and pressure balance conditions that need to be satisfied in the dynamic working process of the twin-rotor turboshaft engine. Usually, three common equations are selected, denoted ε i , i=1,2 , 3 is the residual of the dynamic co-working equation, including

(1)燃气涡轮进口流量连续方程φ1(x):(1) The gas turbine inlet flow continuous equation φ 1 (x):

φ1(x)=(W41xs-Q41xs)/Q41xs=ε1 (1)φ 1 (x)=(W 41xs -Q 41xs )/Q 41xs1 (1)

其中,x为动态共同工作方程中的猜值,W41xs为由燃气涡轮部件特性曲线计算出的当前工作条件下燃气涡轮进口相似流量,Q41xs为按气路流程计算获得的从燃气涡轮导向器进入燃气涡轮的相似流量,ε1为方程φ1(x)残差;Among them, x is the guess value in the dynamic joint working equation, W 41xs is the similar flow rate of the gas turbine inlet under the current working conditions calculated from the gas turbine component characteristic curve, Q 41xs is calculated according to the gas path flow from the gas turbine guide Similar flow into the gas turbine, ε 1 is the residual of equation φ 1 (x);

(2)动力涡轮进口流量连续方程φ2(x):(2) Continuity equation of power turbine inlet flow φ 2 (x):

φ2(x)=(W44xs-Q44xs)/Q44xs=ε2 (2)φ 2 (x)=(W 44xs -Q 44xs )/Q 44xs2 (2)

其中,W44xs为由动力涡轮部件特性曲线计算出的当前工作条件下动力涡轮进口相似流量,Q44xs为按气路流程计算获得的从动力涡轮导向器进入动力涡轮的相似流量,ε2为方程φ2(x)残差;Among them, W 44xs is the similar flow at the inlet of the power turbine under the current working conditions calculated from the characteristic curve of the power turbine components, Q 44xs is the similar flow from the power turbine guide to the power turbine calculated according to the gas flow process, and ε 2 is the equation φ 2 (x) residual;

(3)尾喷管出口压力平衡方程φ3(x):(3) The pressure balance equation φ 3 (x) at the outlet of the tail nozzle:

φ3(x)=(pc7-p7)/p7=ε3 (3)φ 3 (x)=(p c7 -p 7 )/p 73 (3)

其中,pc7为进入尾喷管出口气流总压,p7为喷口背压,ε3为方程φ3(x)残差;Among them, p c7 is the total pressure of the airflow entering the exit of the tail nozzle, p 7 is the back pressure of the nozzle, and ε 3 is the residual of the equation φ 3 (x);

所述部件级模型共同工作平衡方程中,选取猜值x=[ZCZGZP]T;其中,ZC为压气机压比系数,ZG为燃气涡轮压比系数,ZP为动力涡轮压比系数;以Zc为例,压比系数定义为:In the joint work balance equation of the component-level model, select the guess value x=[Z C Z G Z P ] T ; wherein, Z C is the compressor pressure ratio coefficient, Z G is the gas turbine pressure ratio coefficient, and Z P is the power Turbine pressure ratio coefficient; taking Z c as an example, the pressure ratio coefficient is defined as:

Figure BDA0003738711370000061
Figure BDA0003738711370000061

其中,πc为当前工作点处的压气机压比,下标min和max分别代表当前转速线上压比的最小值和最大值。Among them, π c is the compressor pressure ratio at the current operating point, and the subscripts min and max represent the minimum and maximum pressure ratios on the current rotational speed line, respectively.

步骤D、判断动态共同工作平衡方程是否满足收敛条件,如果是flag=1,则跳到步骤F,否则flag=0执行步骤E;Step D, judge whether the dynamic joint work balance equation satisfies the convergence condition, if it is flag=1, then jump to step F, otherwise flag=0 and execute step E;

Figure BDA0003738711370000062
Figure BDA0003738711370000062

其中,kmax为最大允许的迭代次数。where k max is the maximum allowed number of iterations.

本实施例中的收敛条件如下:The convergence conditions in this embodiment are as follows:

εi<10-5,i=1,2,3,or k>kmaxε i <10 −5 , i=1, 2, 3, or k>km max .

步骤E、计算伪雅可比矩阵,修正猜值,返回步骤B;具体包括以下子步骤:Step E, calculate the pseudo Jacobian matrix, correct the guess value, and return to step B; specifically, the following sub-steps are included:

步骤E1、线性化k时刻的动态共同工作平衡方程:Step E1, linearize the dynamic co-working balance equation at time k:

ε(k)=φ(x(k)) (6)ε(k)=φ(x(k)) (6)

假设φ(x(k))对x的偏导数连续,且满足||ε(k)-ε(k-1)||≤b||x(k)-x(k-1)||,既如果猜值变化有限时,方程残差的变化也是有限的,当模型收敛时满足此条件;Assuming that the partial derivatives of φ(x(k)) with respect to x are continuous and satisfy ||ε(k)-ε(k-1)||≤b||x(k)-x(k-1)||, That is, if the change of the guess value is limited, the change of the residual of the equation is also limited, and this condition is satisfied when the model converges;

对式(6)进行线性化,得到如下形式的线性化方程:Linearize equation (6) to get the linearized equation of the following form:

Figure BDA0003738711370000063
Figure BDA0003738711370000063

其中,Δε(k)=ε(k)-ε(k-1),Δx(k)=x(k)-x(k-1),

Figure BDA0003738711370000064
为伪雅可比矩阵;式(7)为线性化的平衡方程;Among them, Δε(k)=ε(k)-ε(k-1), Δx(k)=x(k)-x(k-1),
Figure BDA0003738711370000064
is the pseudo-Jacobi matrix; formula (7) is the linearized balance equation;

步骤E2、采用最优估计方法来计算伪雅可比矩阵

Figure BDA0003738711370000065
Step E2, using the optimal estimation method to calculate the pseudo Jacobian matrix
Figure BDA0003738711370000065

具体采用如下的评价指标:Specifically, the following evaluation indicators are used:

Figure BDA0003738711370000066
Figure BDA0003738711370000066

其中,μ为惩罚因子,J(k)为雅可比矩阵;Among them, μ is the penalty factor, and J(k) is the Jacobian matrix;

式(8)表明当L(J(k))=0时,ε(k)-ε(k-1)=J(k)Δx(k),

Figure BDA0003738711370000071
即线性化方程(6)成立,且对雅可比矩阵的变化进行约束;Equation (8) shows that when L(J(k))=0, ε(k)-ε(k-1)=J(k)Δx(k),
Figure BDA0003738711370000071
That is, the linearization equation (6) is established, and the change of the Jacobian matrix is constrained;

雅可比矩阵如式(9)所示:The Jacobian matrix is shown in formula (9):

Figure BDA0003738711370000072
Figure BDA0003738711370000072

由于航空发动机工作过程是强非线性的复杂气动热力过程,其数学建模依赖于部件特性图和气动热力参数的插值和迭代运算,因此φi(x),i=1,2,3是包含发动机各个部件计算过程的隐式方程,无法直接进行偏导数计算,只能通过数值差分的方法获得。为了提高模型精度,通常采用中间差分法来计算雅可比矩阵中的偏导数,即:Since the working process of aero-engine is a complex aero-thermodynamic process with strong nonlinearity, its mathematical modeling relies on the interpolation and iterative operation of the component characteristic map and aero-thermodynamic parameters, so φ i (x), i=1, 2, 3 is a The implicit equations of the calculation process of each component of the engine cannot be directly calculated for partial derivatives, but can only be obtained by numerical difference method. In order to improve the accuracy of the model, the intermediate difference method is usually used to calculate the partial derivatives in the Jacobian matrix, namely:

Figure BDA0003738711370000073
Figure BDA0003738711370000073

在式(10)的偏导数计算过程中,需对猜值xi分别进行向上和向下的小扰动,调用部件级数学模型进行差分计算,共有三个猜值,故共需进行6次计算,严重影响了动态模型的实时性。为此本发明采取递推的方式进行伪雅可比矩阵的计算。In the calculation process of the partial derivative of formula (10), the guess value x i needs to be perturbed upward and downward respectively, and the component-level mathematical model is called for differential calculation. There are three guess values, so a total of 6 calculations are required. , which seriously affects the real-time performance of the dynamic model. Therefore, the present invention adopts a recursive way to calculate the pseudo Jacobian matrix.

对式(8)求关于J(k)的极小值,以获得J(k)的最优估计

Figure BDA0003738711370000076
有:Find the minimum value of J(k) for equation (8) to obtain the optimal estimate of J(k)
Figure BDA0003738711370000076
Have:

Figure BDA0003738711370000074
Figure BDA0003738711370000074

移项整理有Move items have

Figure BDA0003738711370000075
Figure BDA0003738711370000075

在等式两边同时减去

Figure BDA0003738711370000081
Subtract both sides of the equation
Figure BDA0003738711370000081

Figure BDA0003738711370000082
Figure BDA0003738711370000082

所以有F

Figure BDA0003738711370000083
Figure BDA0003738711370000083

其中,η∈(0,1]是步长因子;where η∈(0,1] is the step size factor;

当t=0时,

Figure BDA0003738711370000084
通过差分进行初始化,否则,
Figure BDA0003738711370000085
此处下标t代表动态模型仿真时刻,即当前仿真时刻的伪雅可比矩阵初始值为上一仿真时刻迭代结束时候的伪雅可比矩阵值;When t=0,
Figure BDA0003738711370000084
Initialize by differencing, otherwise,
Figure BDA0003738711370000085
Here, the subscript t represents the simulation time of the dynamic model, that is, the initial value of the pseudo Jacobian matrix at the current simulation time is the pseudo Jacobian matrix value at the end of the iteration at the previous simulation time;

式(14)以递推的方式进行伪雅可比矩阵的计算,计算过程中仅需当前方程残差的增量和猜值的增量,不需要额外调用部件模型进行差分计算,计算过程大大简化;Equation (14) calculates the pseudo-Jacobian matrix in a recursive way. In the calculation process, only the increment of the residual of the current equation and the increment of the guess value are needed, and there is no need to additionally call the component model for differential calculation, and the calculation process is greatly simplified ;

步骤E3、通过迭代计算更新猜值:Step E3, update the guess value by iterative calculation:

Figure BDA0003738711370000086
Figure BDA0003738711370000086

其中,λ∈(0,1]是迭代步长。where λ∈(0,1] is the iteration step size.

步骤F、计算转子加速度,更新转速;Step F, calculate rotor acceleration, update rotational speed;

Figure BDA0003738711370000087
Figure BDA0003738711370000087

其中,nG、nP是燃气涡轮和动力涡轮转速,JG、JP是燃气涡轮转子和动力涡轮转子的转动惯量,ηG、ηP是燃气涡轮转子和动力涡轮转子的机械效率,WGT、WPT是燃气涡轮和动力涡轮功率,WC、WR是压气机和直升机旋翼功率。where n G , n P are the rotational speeds of the gas turbine and power turbine, J G , J P are the moments of inertia of the gas turbine rotor and the power turbine rotor, η G , η P are the mechanical efficiencies of the gas turbine rotor and the power turbine rotor, W GT , W PT are gas turbine and power turbine power, WC , WR are compressor and helicopter rotor power.

为了验证本发明采用的伪雅可比矩阵算法在涡轴发动机求解动态共同工作方程过程中的优势,在T700涡轴发动机部件级模型上进行仿真,设置涡轴发动机初始飞行高度为H=1km,初始前飞速度Vx=20m/s,仿真过程中模拟发动机动态工作过程,对两种算法的模型各调用1万次。模型基于VC++6.0开发,计算机系统为Windows 10家庭版,CPU i5-8250U1.60GHz,8GB RAM。伪雅可比矩阵算法模型1万次调用的平均计算时间为3.19s,而双向差分计算雅可比矩阵模型平均计算时间为6.97s。可见,伪雅可比矩阵算法所用时间约为双向差分算法的3/7,验证了算法在实时性方面的优越性。In order to verify the advantages of the pseudo-Jacobian matrix algorithm adopted in the present invention in the process of solving the dynamic co-working equation of the turboshaft engine, the simulation was carried out on the component-level model of the T700 turboshaft engine, and the initial flight height of the turboshaft engine was set as H=1km, and the initial The forward flying speed is V x =20m/s. During the simulation, the dynamic working process of the engine is simulated, and the models of the two algorithms are called 10,000 times each. The model is developed based on VC++6.0, the computer system is Windows 10 Home Edition, CPU i5-8250U1.60GHz, 8GB RAM. The average computation time of 10,000 calls of the pseudo-Jacobi matrix algorithm model is 3.19s, while the average computation time of the two-way difference calculation Jacobian matrix model is 6.97s. It can be seen that the time used by the pseudo-Jacobi matrix algorithm is about 3/7 of the two-way difference algorithm, which verifies the superiority of the algorithm in real-time performance.

进一步在包线范围内对模型的精度进行验证,这里给出了2组仿真结果,如图3、图4所示,其它飞行区域和发动机工作状态下的仿真结果类似。图中PJ(Pseudo-Jacobian)代表采用伪雅可比矩阵算法的部件模型仿真效果;BDD(Bi-directional differential)代表双向差分计算雅可比矩阵算法的模型仿真效果。图中给出了涡轴发动机关键参数的变化曲线,其中sfc为耗油率,T41为燃气涡轮进口总温,e代表PPD算法与差分算法模型相比的输出偏差,其偏差计算公式为The accuracy of the model is further verified within the envelope range. Two sets of simulation results are given here, as shown in Figure 3 and Figure 4. The simulation results in other flight areas and engine working conditions are similar. In the figure, PJ (Pseudo-Jacobian) represents the simulation effect of the component model using the pseudo-Jacobian matrix algorithm; BDD (Bi-directional differential) represents the model simulation effect of the bidirectional differential calculation Jacobian matrix algorithm. The figure shows the change curve of the key parameters of the turboshaft engine, where sfc is the fuel consumption rate, T 41 is the total inlet temperature of the gas turbine, e represents the output deviation between the PPD algorithm and the differential algorithm model, and the deviation calculation formula is

Figure BDA0003738711370000091
Figure BDA0003738711370000091

(1)飞行高度1km下的仿真测试(1) Simulation test at a flight altitude of 1km

设置直升机飞行高度H=1km,前飞速度Vx由20m/s增至50m/s,输出参数变化曲线如图3所示。Set the helicopter flight height H = 1km, the forward flight speed V x is increased from 20m/s to 50m/s, and the output parameter change curve is shown in Figure 3.

如图3可见,相比双向差分算法,基于伪雅可比矩阵的部件级模型输出的转速偏差小于0.15%,温度偏差小于0.25%,燃油流量由于本身数量级较小,闭环控制中的最大偏差小于3%,由于燃油流量偏差引起的耗油率计算偏差小于1.2%,详细误差信息见表1,由表1和图3可见,基于伪雅可比矩阵的涡轴发动机数学模型取得了较高的精度,平均误差小于0.14%,验证了本文算法在动态模型精度方面的有效性。As can be seen in Figure 3, compared with the bidirectional differential algorithm, the output speed deviation of the component-level model based on the pseudo-Jacobian matrix is less than 0.15%, the temperature deviation is less than 0.25%, and the maximum deviation in the closed-loop control is less than 3 due to the small order of magnitude of the fuel flow itself. %, the calculation deviation of fuel consumption rate caused by the deviation of fuel flow rate is less than 1.2%. The detailed error information is shown in Table 1. It can be seen from Table 1 and Figure 3 that the mathematical model of the turboshaft engine based on the pseudo-Jacobian matrix has achieved high accuracy. The average error is less than 0.14%, which verifies the effectiveness of the proposed algorithm in terms of dynamic model accuracy.

表1伪雅可比矩阵模型相比双向差分模型的误差Table 1 Errors of the pseudo-Jacobian matrix model compared to the two-way difference model

Figure BDA0003738711370000092
Figure BDA0003738711370000092

(2)飞行高度3km下的仿真测试(2) Simulation test at a flight altitude of 3km

设置直升机飞行高度H=3km,前飞速度Vx由20m/s增至50m/s,输出参数变化曲线如图4所示。Set the helicopter flight height H = 3km, the forward flight speed V x is increased from 20m/s to 50m/s, and the output parameter change curve is shown in Figure 4.

由图4可见,相比双向差分算法,基于伪雅可比矩阵的部件级模型在高度3km处输出的转速偏差小于0.3%,温度偏差小于0.4%,燃油流量由于本身数量级较小,闭环控制中的最大偏差小于1.1%,由于燃油流量偏差引起的耗油率计算偏差也小于1.1%,最大建模误差优于高度1km的情况,验证了其在包线内的适用性。It can be seen from Figure 4 that, compared with the two-way differential algorithm, the component-level model based on the pseudo-Jacobian matrix has an output speed deviation of less than 0.3% and a temperature deviation of less than 0.4% at an altitude of 3km. The maximum deviation is less than 1.1%, the calculation deviation of fuel consumption rate due to fuel flow deviation is also less than 1.1%, and the maximum modeling error is better than the case of height 1km, which verifies its applicability within the envelope.

参考文献:references:

[1]陈玉春,徐思远,杨云凯,等.改善航空发动机特性计算收敛性的方法[J].航空动力学报,2008,23(12):2242-2248.[1] Chen Yuchun, Xu Siyuan, Yang Yunkai, et al. Methods to improve the convergence of aero-engine characteristics calculation [J]. Journal of Aerodynamics, 2008, 23(12): 2242-2248.

[2]廖光煌,焦洋,李秋红,等.涡轴发动机高精度实时部件级模型研究[J].推进技术,2016,37(01):25-33.[2] Liao Guanghuang, Jiao Yang, Li Qiuhong, et al. Research on high-precision real-time component-level model of turboshaft engine [J]. Propulsion Technology, 2016, 37(01): 25-33.

[3]王元,李秋红,黄向华.基于自校正Broyden拟牛顿法的航空发动机模型数值计算[J].航空动力学报,2016,31(1):249-256.[3] Wang Yuan, Li Qiuhong, Huang Xianghua. Numerical calculation of aero-engine model based on self-correcting Broyden quasi-Newton method [J]. Journal of Aerodynamics, 2016,31(1):249-256.

[4]伍谦,李秋红,单睿斌.航空发动机气动热力系统模型求解方法研究[J].计算机仿真,2019,36(01):76-81.[4] Wu Qian, Li Qiuhong, Shan Ruibin. Research on the solution method of aero-engine aero-thermal system model [J]. Computer Simulation, 2019, 36(01):76-81.

[5]Pang,S.;Li,Q.;Ni,B.Improved nonlinear MPC for aircraft gas turbineengine based on semi-alternative optimization strategy[J].Aerosp.Sci.Technol.2021,118,106983.[5]Pang,S.;Li,Q.;Ni,B.Improved nonlinear MPC for aircraft gas turbineengine based on semi-alternative optimization strategy[J].Aerosp.Sci.Technol.2021,118,106983.

Claims (2)

1. A dynamic modeling method of an aero-engine based on a pseudo Jacobian matrix is characterized in that parameters of all parts of the aero-engine matched with the current working state are obtained by constructing and solving a dynamic common working balance equation of the aero-engine in the working process of the aero-engine; the method is characterized in that when the dynamic common working balance equation of the aero-engine is solved, the guess value of the dynamic common working balance equation is iteratively corrected by the following method, so that the current dynamic common working balance equation meets the convergence condition:
step 1, linearizing a dynamic common working balance equation at the moment k;
step 2, calculating the optimal estimation of a Jacobian matrix J (k) of a linearized dynamic joint working balance equation based on the following optimization objective function
Figure FDA0003738711360000011
Figure FDA0003738711360000012
Wherein epsilon (k) and epsilon (k-1) respectively represent dynamic cooperative work balance equation residuals at time k and time k-1, delta x (k) ═ x (k) -x (k-1) represents the difference between guesses x (k) and x (k-1) of the dynamic cooperative work balance equation at time k and time k-1, and mu is a penalty factor,
Figure FDA0003738711360000013
an optimal estimate of a Jacobian matrix representing a linearized dynamic co-working equilibrium equation at time k-1;
step 3, updating the guess value x (k +1) of the dynamic common working balance equation at the moment of k +1 through iterative calculation:
Figure FDA0003738711360000014
where λ ∈ (0, 1) is the iteration step size.
2. The method of claim 1 wherein the optimal estimate is based on a pseudo-jacobian matrix for dynamically modeling an aircraft engine
Figure FDA0003738711360000015
Calculated by the following formula:
Figure FDA0003738711360000016
wherein, eta ∈ (0, 1)]Is a step factor, where Δ ∈ (k) — ∈ (k) - ∈ (k-1) represents the difference between the dynamic cooperative equilibrium equation residuals, epsilon (k), and epsilon (k-1), at the time of k and k-1, the superscript "T" represents the matrix transposition, and "| | | survival |) 2 "denotes the square of the vector 2 norm.
CN202210810361.7A 2022-07-11 2022-07-11 A Dynamic Modeling Method of Aero-engine Based on Pseudo-Jacobian Matrix Pending CN115114731A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210810361.7A CN115114731A (en) 2022-07-11 2022-07-11 A Dynamic Modeling Method of Aero-engine Based on Pseudo-Jacobian Matrix

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210810361.7A CN115114731A (en) 2022-07-11 2022-07-11 A Dynamic Modeling Method of Aero-engine Based on Pseudo-Jacobian Matrix

Publications (1)

Publication Number Publication Date
CN115114731A true CN115114731A (en) 2022-09-27

Family

ID=83333243

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210810361.7A Pending CN115114731A (en) 2022-07-11 2022-07-11 A Dynamic Modeling Method of Aero-engine Based on Pseudo-Jacobian Matrix

Country Status (1)

Country Link
CN (1) CN115114731A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118089819A (en) * 2024-04-23 2024-05-28 南京市计量监督检测院 Online temperature and humidity testing system and method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118089819A (en) * 2024-04-23 2024-05-28 南京市计量监督检测院 Online temperature and humidity testing system and method

Similar Documents

Publication Publication Date Title
CN108647428B (en) Turbofan engine adaptive component level simulation model construction method
CN106647253B (en) Multi-performance robust tracking control method for aero-engine distributed control system
CN108829928B (en) Turboshaft engine adaptive component-level simulation model construction method
CN110222401A (en) Aero-engine nonlinear model modeling method
CN111914365A (en) Variable-cycle engine modeling method and variable-cycle engine component-level model
CN107315875A (en) Separately it is vented three duct fanjet simulation models
CN108828947B (en) Modeling method for time-lag-containing uncertain fuzzy dynamic model of aircraft engine
WO2021223461A1 (en) Component-level non-iterative construction method for on-board real-time model of variable cycle engine
CN110502840A (en) On-line Prediction Method of Gas Path Parameters of Aeroengine
CN109460628B (en) Flow matching evaluation method for joint work of air inlet channel and engine
CN105404750B (en) A kind of turboshaft engine adaptive model method for building up
CN110219736B (en) Direct thrust control method of aero-engine based on nonlinear model predictive control
CN108733906B (en) Construction method of aero-engine component-level model based on accurate partial derivatives
CN109871653B (en) Correction Method of Component Characteristics of Aero-engine Mathematical Model
CN112257256B (en) Engine simplified dynamic model design method based on steady-state data
CN109031951A (en) Based on the aero-engine state variable model of accurate partial derivative in line establishing method
CN105785791B (en) The modeling method of airborne propulsion system under a kind of supersonic speed state
Liu et al. Model reference adaptive control for aero-engine based on system equilibrium manifold expansion model
CN115217635B (en) Full-envelope self-adaptive acceleration control method for turbofan engine
CN114048554A (en) Three-dimensional matching iteration method for aircraft engine
CN115114731A (en) A Dynamic Modeling Method of Aero-engine Based on Pseudo-Jacobian Matrix
CN111914367A (en) Aeroengine part level model
CN111255574A (en) An autonomous control method for thrust decay under aero-engine inlet distortion
CN114154234A (en) An aero-engine modeling method, system, and storage medium
CN116384226A (en) Component-level Adaptive Model of Turboshaft Engine Composite with Mechanism and Neural Network

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination