CN105574221A - Improved CST (Class Function/Shape Function Transformation) airfoil profile parametric method - Google Patents

Improved CST (Class Function/Shape Function Transformation) airfoil profile parametric method Download PDF

Info

Publication number
CN105574221A
CN105574221A CN201410535739.2A CN201410535739A CN105574221A CN 105574221 A CN105574221 A CN 105574221A CN 201410535739 A CN201410535739 A CN 201410535739A CN 105574221 A CN105574221 A CN 105574221A
Authority
CN
China
Prior art keywords
airfoil
cst
spline
improved
parameterization method
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
CN201410535739.2A
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.)
Xian Aircraft Design and Research Institute of AVIC
Original Assignee
Xian Aircraft Design and Research Institute of AVIC
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 Xian Aircraft Design and Research Institute of AVIC filed Critical Xian Aircraft Design and Research Institute of AVIC
Priority to CN201410535739.2A priority Critical patent/CN105574221A/en
Publication of CN105574221A publication Critical patent/CN105574221A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

本发明公开了一种改进CST翼型参数化方法,首先对翼型外形进行预处理,然后计算翼型的Ratio(x)曲线,继而确定B样条的节点和阶数,并将其基函数的线性和作为改进CST翼型参数化方法的形函数,利用形函数对翼型的Ratio(x)曲线进行拟合得到设计变量的值,然后计算拟合翼型和最大拟合误差,如果最大拟合误差满足精度要求,则参数化结束,否则增加B样条的阶数并调整B样条节点,重复上述过程,直至参数化结束。

The invention discloses an improved CST airfoil parameterization method. First, the airfoil profile is preprocessed, and then the Ratio(x) curve of the airfoil is calculated, and then the node and order of the B-spline are determined, and the basis function As the shape function of the improved CST airfoil parameterization method, the linear sum of the airfoil is used to fit the Ratio(x) curve of the airfoil to obtain the value of the design variable, and then the fitted airfoil and the maximum fitting error are calculated. If the maximum If the fitting error meets the accuracy requirement, the parameterization ends, otherwise, the order of the B-spline is increased and the B-spline nodes are adjusted, and the above process is repeated until the parameterization ends.

Description

一种改进CST翼型参数化方法An Improved CST Airfoil Parameterization Method

技术领域technical field

本发明属于飞行器设计领域,特别是翼型参数化方法The invention belongs to the field of aircraft design, in particular to airfoil parameterization method

背景技术Background technique

翼型参数化方法将翼型描述为设计变量的形式,其对翼型外形的控制能力对翼型最终的设计结果存在重要影响。CST(Classfunction/ShapefunctionTransformation)参数化方法是由美国波音公司的BrendaM.Kulfan于2006年提出的一种新型参数化方法,参见文献““Fundamental”ParametricGeometryRepresentationsforAircraftComponentShapes”(BrendaM.Kulfan,JohnE.Bussoletti,11thAIAA/ISSMOMultidisciplinaryAnalysisandOptimizationConference,2006,AIAA-2006-6948)和“AUniversalParametricGeometryRepresentationMethod-“CST””(BrendaM.Kulfan,45thAIAAAerospaceSciencesMeetingandExhibit,2007,AIAA-2007-62)。该参数化方法采用类函数(Classfunction)和形函数(Shapefunction)相结合的方法描述二维曲线几何外形。对翼型进行参数化时,CST参数化方法的类函数固定不变,其形函数为一组Bernstein多项式的线性和,每个Bernstein多项式的系数即为CST翼型参数化方法的设计变量。通过改变设计变量的值即可调整翼型几何形状,CST翼型参数化方法的数学表达式如式①所示:The airfoil parameterization method describes the airfoil as a form of design variable, and its ability to control the airfoil shape has an important impact on the final design result of the airfoil. The CST (Classfunction/ShapefunctionTransformation) parameterization method is a new type of parameterization method proposed by BrendaM.Kulfan of Boeing Company in the United States in 2006. , 2006, AIAA-2006-6948) and "AUniversalParametricGeometryRepresentationMethod-"CST"" (BrendaM.Kulfan, 45thAIAAAerospaceSciencesMeetingandExhibit, 2007, AIAA-2007-62). The parameterization method uses the combination of class function (Class function) and shape function (Shape function) to describe the geometric shape of two-dimensional curve. When parametrizing the airfoil, the class function of the CST parametric method is fixed, and its shape function is the linear sum of a set of Bernstein polynomials, and the coefficients of each Bernstein polynomial are the design variables of the CST airfoil parametric method. The geometric shape of the airfoil can be adjusted by changing the value of the design variable. The mathematical expression of the CST airfoil parameterization method is shown in formula ①:

y ( x ) = C 1.0 0.5 ( x ) · Σ i = 0 n A i · B i , n ( x ) + x · y tail , 0 ≤ x ≤ 1 ①其中,y(x)为翼型外形;x为翼型弦向坐标,为类函数,为形函数,Ai为设计变量,Bi,n(x)为一组n次Bernstein多项式,i=0…n,ytail为翼型后缘点纵坐标。将式①变形可得: the y ( x ) = C 1.0 0.5 ( x ) &Center Dot; Σ i = 0 no A i · B i , no ( x ) + x · the y tail , 0 ≤ x ≤ 1 ① Among them, y(x) is the shape of the airfoil; x is the chord coordinate of the airfoil, for class functions, is the shape function, A i is the design variable, B i,n (x) is a set of n-degree Bernstein polynomials, i=0...n, y tail is the vertical coordinate of the trailing edge point of the airfoil. Transform formula ① to get:

Σ i = 0 n A i · B i , n ( x ) = ( y ( x ) - x · y tail ) C 1.0 0.5 ( x ) = Ratio ( x ) Σ i = 0 no A i &Center Dot; B i , no ( x ) = ( the y ( x ) - x · the y tail ) C 1.0 0.5 ( x ) = Ratio ( x )

由式②可知,CST翼型参数化方法对翼型外形的控制能力与其形函数对翼型Ratio(x)曲线的拟合能力直接相关。CST翼型参数化方法的形函数为一组Bernstein多项式的线性和,Bernstein多项式是数学领域中一种常用的样条曲线,参见文献“计算机辅助设计与制造中的外形分析”(NicholasM.Patrikalakis,TakashiMaekama著,冯洁青,叶修梓译,机械工业出版社,2005:6~12)。Bernstein多项式具有非负性、单位分割性、对称性、递归性和升阶性等数学性质,对强非线性曲线的拟合能力有限。而翼型Ratio(x)曲线在前缘附近存在强烈的非线性特征,导致CST翼型参数化方法存在对翼型外形控制能力较差的缺点。It can be seen from formula ② that the ability of the CST airfoil parameterization method to control the airfoil shape is directly related to the fitting ability of the shape function to the airfoil Ratio(x) curve. The shape function of the CST airfoil parameterization method is the linear sum of a set of Bernstein polynomials. Bernstein polynomials are a commonly used spline curve in the field of mathematics. See the literature "Shape Analysis in Computer-Aided Design and Manufacturing" (NicholasM. Takashi Maekama, Feng Jieqing, Ye Xiuzi translation, Machinery Industry Press, 2005: 6 ~ 12). Bernstein polynomials have mathematical properties such as non-negativity, unit division, symmetry, recursion, and ascending order, and their ability to fit strongly nonlinear curves is limited. However, the Ratio(x) curve of the airfoil has strong nonlinear characteristics near the leading edge, which leads to the disadvantage of poor control ability of the airfoil shape in the CST airfoil parameterization method.

发明内容Contents of the invention

本发明的目的是:针对CST翼型参数化方法对翼型外形控制能力较差的问题,提出一种具有精准翼型外形控制能力的改进CST翼型参数化方法,以满足现代飞机外形的精细化设计需求。The purpose of the present invention is: aiming at the problem that the CST airfoil parameterization method has a poor ability to control the airfoil shape, an improved CST airfoil parameterization method with precise airfoil shape control ability is proposed to meet the requirements of modern aircraft shapes. design requirements.

本发明的技术方案是:一种改进CST翼型参数化方法,其特征在于,包括以下步骤:The technical scheme of the present invention is: a kind of parameterization method of improving CST airfoil, it is characterized in that, comprises the following steps:

(1)采用③式对翼型外形坐标点(x,y(x)),x∈[0,1]进行预处理,使预处理后翼型纵坐标Y(x)在后缘x=1处为0,(1) Use the formula ③ to preprocess the airfoil shape coordinate point (x, y(x)), x∈[0,1], so that the preprocessed airfoil ordinate Y(x) is at the trailing edge x=1 at 0,

Y(x)=y(x)-x·ytail③其中,y(x)为真实翼型外形;x为翼型弦向坐标,ytail为翼型后缘点纵坐标;Y(x)=y(x)-x y tail ③wherein, y(x) is the real airfoil shape; x is the chord coordinate of the airfoil, and y tail is the longitudinal coordinate of the trailing edge point of the airfoil;

(2)采用④式将Y(x)除以CST翼型参数化方法的类函数得到CST翼型参数化方法形函数的拟合曲线Ratio(x);(2) Using ④ to divide Y(x) by the class function of the CST airfoil parameterization method Obtain the fitting curve Ratio(x) of the CST airfoil parameterization method shape function;

Ratio ( x ) = Y ( x ) C 1.0 0.5 ( x ) = Y ( x ) x ( 1 - x ) Ratio ( x ) = Y ( x ) C 1.0 0.5 ( x ) = Y ( x ) x ( 1 - x )

(3)确定B样条的节点和阶数,当B样条阶数为m时,其节点具有的形式,即分别以m个0和m个1为边界节点,并且内部节点包含0.01,将该B样条基函数Ni,k(x)的线性和作为改进CST翼型参数化方法的形函数,B样条基函数的系数Ai为改进CST翼型参数化方法的设计变量;(3) Determine the node and order of B-spline, when the order of B-spline is m, its node has In the form of , that is, with m 0s and m 1s as boundary nodes and internal nodes containing 0.01, the linear sum of the B-spline basis functions N i,k (x) As the shape function of the improved CST airfoil parameterization method, the coefficient A i of the B-spline basis function is the design variable of the improved CST airfoil parameterization method;

(4)利用步骤(3)中的改进CST翼型参数化方法的形函数对步骤(2)中得到的Ratio(x)曲线进行拟合,得到设计变量Ai的值;(4) Utilize the shape function of the improved CST airfoil parameterization method in the step (3) to fit the Ratio (x) curve obtained in the step (2), obtain the value of the design variable A i ;

(5)采用⑤式计算改进CST翼型参数化方法的拟合翼型y′(x);(5) Calculate the fitting airfoil y'(x) of the improved CST airfoil parameterization method by using formula ⑤;

y ′ ( x ) = C 1.0 0.5 ( x ) · Σ i = 0 n A i · N i , k ( x ) + x · y tail the y ′ ( x ) = C 1.0 0.5 ( x ) &Center Dot; Σ i = 0 no A i · N i , k ( x ) + x &Center Dot; the y tail

(6)采用⑥式计算改进CST翼型参数化方法的最大拟合误差Error;(6) Using formula ⑥ to calculate the maximum fitting error Error of the improved CST airfoil parameterization method;

Error=max|y(x)-y′(x)|,x∈[0,1]⑥Error=max|y(x)-y′(x)|, x∈[0,1]⑥

(7)如果Error≤0.0007,表明当前的形函数能够使改进CST翼型参数化方法精准地控制翼型外形,参数化结束;如果Error>0.0007,则表明当前的形函数不能使改进CST翼型参数化方法精准地控制翼型外形,返回步骤(3),增加B样条的阶数、调整B样条节点,并重复上述过程,直至Error≤0.0007。(7) If Error≤0.0007, it indicates that the current shape function can make the improved CST airfoil parameterization method accurately control the airfoil shape, and the parameterization is over; if Error>0.0007, it indicates that the current shape function cannot make the improved CST airfoil The parametric method accurately controls the shape of the airfoil, returns to step (3), increases the order of the B-spline, adjusts the B-spline nodes, and repeats the above process until Error≤0.0007.

进一步的,步骤(3)中的B样条仅以0.01为内部节点,其余节点均为0和1,即当B样条阶数为m时,其节点形式为 Further, the B-spline in step (3) only uses 0.01 as the internal node, and the rest of the nodes are 0 and 1, that is, when the B-spline order is m, its node form is

进一步的,步骤(3)中的B样条包含0.01之外的内部节点,即当B样条阶数为m时,其节点具有的形式,其中节点集1和节点集2不全为空。Further, the B-spline in step (3) contains internal nodes other than 0.01, that is, when the B-spline order is m, its nodes have In the form of , where node set 1 and node set 2 are not all empty.

本发明的优点是:The advantages of the present invention are:

1、通过引入节点形式为的m阶B样条,并将该B样条基函数的线性和作为改进CST翼型参数化方法的形函数,大幅提高了对翼型Ratio(x)曲线的拟合能力,解决了原CST翼型参数化方法对翼型外形控制能力较差的问题。1. By introducing the node form as The m-order B-spline, and the linear sum of the B-spline basis functions are used as the shape function of the improved CST airfoil parameterization method, which greatly improves the fitting ability of the airfoil Ratio(x) curve, and solves the problem of the original CST The airfoil parameterization method is poor in controlling the airfoil shape.

2、当B样条仅以0.01为内部节点时,即节点形式为时,改进CST翼型参数化方法生成的翼型外形过渡光滑,不会出现局部凹凸现象,适用于飞行器外形优化设计问题。2. When the B-spline only uses 0.01 as the internal node, that is, the node form is When , the airfoil profile generated by the improved CST airfoil parameterization method has smooth transition and no local concave-convex phenomenon, which is suitable for the optimal design of aircraft shape.

3、当B样条包含0.01之外的内部节点时,即节点形式为并且节点集1和节点集2不全为空时,改进CST翼型参数化方法具有局部外形控制能力,便于设计人员依据自身经验对翼型外形进行局部修形。3. When the B-spline contains internal nodes other than 0.01, the node form is And when node set 1 and node set 2 are not all empty, the improved CST airfoil parameterization method has the ability to control the local shape, which is convenient for designers to locally modify the airfoil shape based on their own experience.

附图说明Description of drawings

图1是改进CST翼型参数化方法的算法流程。Figure 1 is the algorithm flow of the improved CST airfoil parameterization method.

图2-图18是采用改进CST翼型参数化方法对NASASC(2)-0414翼型进行参数化的过程实例。Figures 2-18 are examples of the process of parameterizing the NASAC(2)-0414 airfoil using the improved CST airfoil parameterization method.

实施例Example

1.实施例一:1. Embodiment one:

采用改进CST翼型参数化方法对NASASC(2)-0414翼型进行参数化,图2为NASASC(2)-0414翼型外形。此时采用节点形式为的m阶B样条,该样条仅以0.01为内部节点。具体步骤如下:The improved CST airfoil parameterization method is used to parameterize the NASASC(2)-0414 airfoil. Figure 2 shows the profile of the NASAC(2)-0414 airfoil. At this time, the node form is The m-order B-spline of , the spline only has 0.01 as internal nodes. Specific steps are as follows:

(1)采用③式对NASASC(2)-0414翼型外形进行预处理,使上下翼面后缘点纵坐标为0,图3是预处理后的Y(x)曲线。(1) The shape of the NASASC(2)-0414 airfoil is preprocessed by formula ③, so that the vertical coordinates of the trailing edge points of the upper and lower airfoils are 0. Figure 3 is the Y(x) curve after pretreatment.

(2)采用④式计算上下翼面的Ratio(x)曲线,图4为上翼面Ratio(x)曲线,图5为下翼面Ratio(x)曲线。(2) Use formula ④ to calculate the Ratio(x) curves of the upper and lower airfoils. Figure 4 shows the Ratio(x) curves of the upper airfoil, and Figure 5 shows the Ratio(x) curves of the lower airfoil.

(3)选用节点为的8阶B样条,图6为该B样条基函数曲线,将该B样条基函数的线性和作为改进CST翼型参数化方法的形函数;(3) Select the node as The 8th order B-spline, Fig. 6 is this B-spline basis function curve, the linear sum of this B-spline basis function is used as the shape function of improving CST airfoil parameterization method;

(4)利用形函数分别对上下翼面的Ratio(x)曲线进行最小二乘拟合,得到上下翼面设计变量的值:上翼面设计变量Paraup=[0.1683,0.2322,0.0914,0.2986,0.0105,0.3530,0.1185,0.2301,0.2149],下翼面设计变量Paralow=[-0.1682,-0.2323,-0.0891,-0.3205,0.0325,-0.4352,-0.0340,-0.0725,0.2232];(4) Utilize the shape function to carry out least squares fitting to the Ratio(x) curves of the upper and lower airfoils respectively, and obtain the values of the upper and lower airfoil design variables: upper airfoil design variable Paraup=[0.1683,0.2322,0.0914,0.2986,0.0105 ,0.3530,0.1185,0.2301,0.2149], lower airfoil design variable Paralow=[-0.1682,-0.2323,-0.0891,-0.3205,0.0325,-0.4352,-0.0340,-0.0725,0.2232];

(5)将设计变量代入⑤式计算拟合翼型y′(x),图7为拟合翼型外形;(5) Substituting the design variables into formula ⑤ to calculate the fitted airfoil y'(x), and Fig. 7 is the fitted airfoil profile;

(6)计算拟合误差,图8为上下翼面的拟合误差分布,并采用⑥式计算最大拟合误差Error,计算结果为Error=0.0013;(6) Calculate the fitting error. Fig. 8 is the fitting error distribution of the upper and lower airfoils, and adopt ⑥ formula to calculate the maximum fitting error Error, and the calculation result is Error=0.0013;

(7)由于Error>0.0007,表明当前的形函数不能使改进CST翼型参数化方法精准地控制翼型外形,返回步骤(3),增加B样条的阶数,并调整B样条节点,重复步骤(3)至步骤(6),直至Error≤0.0007。(7) Since Error>0.0007, it indicates that the current shape function cannot make the improved CST airfoil parameterization method accurately control the airfoil shape, return to step (3), increase the order of B-spline, and adjust the B-spline nodes, Repeat step (3) to step (6) until Error≤0.0007.

对于NASASC(2)-0414翼型,Error≤0.0007时,采用的是节点为的13阶B样条,图9为该B样条基函数曲线。图10为以该B样条基函数线性和为形函数得到的拟合翼型,图11为上下翼面的拟合误差分布,此时的最大拟合误差Error=0.00064。上翼面设计变量Paraup=[0.0937,0.2425,0.0930,0.3677,-0.2425,0.8884,-0.7827,1.1969,-0.6384,0.7661,-0.0971,0.3257,0.1684,0.2340];下翼面设计变量Paralow=[-0.0931,-0.2429,-0.0900,-0.3805,0.2602,-0.9209,0.7873,-1.1198,0.4523,-0.5224,0.0651,-0.1145,0.1135,0.1947]。For NASASC(2)-0414 airfoil, when Error≤0.0007, the nodes are The 13th order B-spline, Figure 9 is the B-spline basis function curve. Figure 10 shows the fitted airfoil obtained by taking the linear sum of the B-spline basis functions as the shape function, and Figure 11 shows the fitting error distribution of the upper and lower airfoils, and the maximum fitting error at this time is Error=0.00064. Upper airfoil design variable Paraup=[0.0937,0.2425,0.0930,0.3677,-0.2425,0.8884,-0.7827,1.1969,-0.6384,0.7661,-0.0971,0.3257,0.1684,0.2340]; lower airfoil design variable Paralow=[- 0.0931, -0.2429, -0.0900, -0.3805, 0.2602, -0.9209, 0.7873, -1.1198, 0.4523, -0.5224, 0.0651, -0.1145, 0.1135, 0.1947].

2.实施例二:2. Embodiment two:

仍然采用改进CST翼型参数化方法对NASASC(2)-0414翼型进行参数化。此时采用节点形式为的m阶B样条,节点集1和节点集2不全为空。具体步骤如下:Still using the improved CST airfoil parameterization method to parameterize the NASASC(2)-0414 airfoil. At this time, the node form is For B-splines of order m, node set 1 and node set 2 are not all empty. Specific steps are as follows:

(1)采用③式对NASASC(2)-0414翼型外形进行预处理,使上下翼面后缘点纵坐标为0,图3是预处理后的Y(x)曲线;(1) Use formula ③ to preprocess the profile of the NASASC(2)-0414 airfoil, so that the vertical coordinates of the trailing edge points of the upper and lower airfoils are 0. Figure 3 is the Y(x) curve after pretreatment;

(2)采用④式计算上下翼面的Ratio(x)曲线,图4为上翼面Ratio(x)曲线,图5为下翼面Ratio(x)曲线;(2) Calculate the Ratio(x) curves of the upper and lower airfoils by using ④ formula, Fig. 4 is the Ratio(x) curve of the upper airfoil, and Fig. 5 is the Ratio(x) curve of the lower airfoil;

(3)选用节点为的6阶B样条,图12为该B样条基函数曲线,将该B样条基函数的线性和作为改进CST翼型参数化方法的形函数;(3) Select the node as The 6th-order B-splines, Figure 12 is the B-spline basis function curve, the linear sum of the B-spline basis functions is used as the shape function of the improved CST airfoil parameterization method;

(4)利用形函数分别对上下翼面的Ratio(x)曲线进行最小二乘拟合,得到上下翼面设计变量的值:上翼面设计变量Paraup=[0.1803,0.2429,0.2042,0.1911,0.1761,0.1761,0.1751,0.1813,0.1882,0.1978,0.2011,0.2044,0.2074,0.2133,0.2216,0.2251],下翼面设计变量Paralow=[-0.1802,-0.2430,-0.2041,-0.1910,-0.1782,-0.1781,-0.1783,-0.1807,-0.1822,-0.1663,-0.1224,-0.0498,0.0331,0.1216,0.1673,0.2108];(4) Utilize the shape function to carry out least squares fitting to the Ratio(x) curves of the upper and lower airfoils respectively, and obtain the values of the upper and lower airfoil design variables: upper airfoil design variable Paraup=[0.1803,0.2429,0.2042,0.1911,0.1761 ,0.1761,0.1751,0.1813,0.1882,0.1978,0.2011,0.2044,0.2074,0.2133,0.2216,0.2251], lower airfoil design variable Paralow=[-0.1802,-0.2430,-0.2041,-0.1910,-0.17 -0.1783,-0.1807,-0.1822,-0.1663,-0.1224,-0.0498,0.0331,0.1216,0.1673,0.2108];

(5)将设计变量代入⑤式计算拟合翼型y′(x),图13为拟合翼型外形;(5) Substituting the design variables into formula ⑤ to calculate the fitted airfoil y′(x), and Fig. 13 is the fitted airfoil profile;

(6)计算拟合误差,图14为拟合误差分布,并采用⑥式计算最大拟合误差Error,计算结果为Error=0.0011;(6) Calculate the fitting error, Fig. 14 is the fitting error distribution, and adopt ⑥ formula to calculate the maximum fitting error Error, the calculation result is Error=0.0011;

(7)由于Error>0.0007,表明当前的形函数不能使改进CST翼型参数化方法精准地控制翼型外形,返回步骤(3),增加B样条的阶数,并在保持内部节点集不变的条件下调整B样条节点,重复步骤(3)至步骤(6),直至Error≤0.0007。(7) Since Error>0.0007, it indicates that the current shape function cannot make the improved CST airfoil parameterization method accurately control the airfoil shape, return to step (3), increase the order of B-spline, and keep the internal node set Adjust the B-spline nodes under different conditions, and repeat steps (3) to (6) until Error≤0.0007.

对于NASASC(2)-0414翼型,Error≤0.0007时,采用的是节点为的9阶B样条,图15为该B样条基函数曲线。图16为以该B样条基函数线性和为形函数得到的拟合翼型,图17为相应的拟合误差分布,此时的最大拟合误差Error=0.00059。上翼面设计变量Paraup=[0.1308,0.2507,0.2101,0.2045,0.1794,0.1827,0.1707,0.1781,0.1751,0.1857,0.1920,0.2027,0.2001,0.2062,0.2061,0.2123,0.2171,0.2239,0.2243];下翼面设计变量Paralow=[-0.1307,-0.2508,-0.2101,-0.2047,-0.1791,-0.1863,-0.1706,-0.1839,-0.1745,-0.1860,-0.1789,-0.1533,-0.0995,-0.0383,0.0255,0.1039,0.1423,0.1873,0.2025]。For NASASC(2)-0414 airfoil, when Error≤0.0007, the nodes are The 9th order B-spline, Figure 15 is the B-spline basis function curve. Figure 16 shows the fitted airfoil obtained by taking the linear sum of the B-spline basis functions as the shape function, and Figure 17 shows the corresponding fitting error distribution, and the maximum fitting error at this time is Error=0.00059. Design variable Paraup of upper airfoil=[0.1308, 0.2507, 0.2101, 0.2045, 0.1794, 0.1827, 0.1707, 0.1781, 0.1751, 0.1857, 0.1920, 0.2027, 0.2001, 0.2062, 0.2061, 0.217349, 0.2] 2 of lower airfoil Design variable Paralow=[-0.1307,-0.2508,-0.2101,-0.2047,-0.1791,-0.1863,-0.1706,-0.1839,-0.1745,-0.1860,-0.1789,-0.1533,-0.0995,-0.0383,0.02035, ,0.1423,0.1873,0.2025].

由图15可知,该B样条基函数具有局部支撑性质,即基函数仅在x∈(a,b)范围内为正值,其中0<a<b<1,在x∈[0,a]和x∈[b,1]的范围内均为0。采用该B样条基函数的线性和作为形函数的改进CST翼型参数化方法具有局部外形控制能力。图18为将上翼面设计变量Paraup的第五个设计参数的值由0.1794变为0.15时的变形效果。It can be seen from Figure 15 that the B-spline basis function has a local support property, that is, the basis function is only positive in the range of x∈(a,b), where 0<a<b<1, and in x∈[0,a ] and x∈[b,1] are all 0. The improved CST airfoil parameterization method using the linearity of the B-spline basis function and the shape function has the ability of local shape control. Figure 18 shows the deformation effect when the value of the fifth design parameter of the upper airfoil design variable Paraup is changed from 0.1794 to 0.15.

Claims (3)

1.一种改进CST翼型参数化方法,其特征在于,包括以下步骤:1. An improved CST airfoil parameterization method, is characterized in that, comprises the following steps: 步骤1:采用(1)式对翼型外形坐标点(x,y(x)),x∈[0,1]进行预处理,使预处理后翼型纵坐标Y(x)在后缘x=1处为0,Step 1: Use formula (1) to preprocess the airfoil shape coordinate point (x, y(x)), x∈[0,1], so that the preprocessed airfoil ordinate Y(x) is at the trailing edge x = 0 at 1, Y(x)=y(x)-x·ytail(1)Y(x)=y(x)-x y tail (1) 其中,y(x)为真实翼型外形;x为翼型弦向坐标,ytail为翼型后缘点纵坐标;Among them, y(x) is the real airfoil shape; x is the chord coordinate of the airfoil, and y tail is the vertical coordinate of the trailing edge point of the airfoil; 步骤2:采用(2)式将Y(x)除以CST翼型参数化方法的类函数得到CST翼型参数化方法形函数的拟合曲线Ratio(x);Step 2: Use formula (2) to divide Y(x) by the class function of the CST airfoil parameterization method Obtain the fitting curve Ratio(x) of the CST airfoil parameterization method shape function; RatioRatio (( xx )) == YY (( xx )) CC 1.01.0 0.50.5 (( xx )) == YY (( xx )) xx (( 11 -- xx )) -- -- -- (( 22 )) 步骤3:确定B样条的节点和阶数,当B样条阶数为m时,其节点具有的形式,即分别以m个0和m个1为边界节点,并且内部节点包含0.01,将该B样条基函数Ni,k(x)的线性和作为改进CST翼型参数化方法的形函数,B样条基函数的系数Ai为改进CST翼型参数化方法的设计变量;Step 3: Determine the nodes and order of B-spline, when the order of B-spline is m, its nodes have In the form of , that is, with m 0s and m 1s as boundary nodes and internal nodes containing 0.01, the linear sum of the B-spline basis functions N i,k (x) As the shape function of the improved CST airfoil parameterization method, the coefficient A i of the B-spline basis function is the design variable of the improved CST airfoil parameterization method; 步骤4:利用步骤3中改进CST翼型参数化方法的形函数对步骤2中得到的Ratio(x)曲线进行拟合,得到设计变量Ai的值;Step 4: Use the shape function of the improved CST airfoil parameterization method in step 3 to fit the Ratio(x) curve obtained in step 2 to obtain the value of the design variable A i ; 步骤5:采用(3)式计算改进CST翼型参数化方法的拟合翼型y′(x);Step 5: Calculate the fitting airfoil y'(x) of the improved CST airfoil parameterization method by formula (3); ythe y &prime;&prime; (( xx )) == CC 1.01.0 0.50.5 (( xx )) &CenterDot;&Center Dot; &Sigma;&Sigma; ii == 00 nno AA ii &CenterDot;&Center Dot; NN ii ,, kk (( xx )) ++ xx &CenterDot;&Center Dot; ythe y tailtail -- -- -- (( 33 )) 步骤6:采用(4)式计算改进CST翼型参数化方法的最大拟合误差Error;Step 6: Calculate the maximum fitting error Error of the improved CST airfoil parameterization method by formula (4); Error=maxy(x)-y′(x),x∈[0,1](4)Error=maxy(x)-y'(x), x∈[0,1](4) 步骤7:如果Error≤0.0007,表明当前的形函数能够使改进CST翼型参数化方法精准地控制翼型外形,参数化结束;如果Error>0.0007,则表明当前的形函数不能使改进CST翼型参数化方法精准地控制翼型外形,返回步骤3,增加B样条的阶数、调整B样条节点,并重复上述过程,直至Error≤0.0007。Step 7: If Error≤0.0007, it indicates that the current shape function can make the improved CST airfoil parameterization method accurately control the airfoil shape, and the parameterization ends; if Error>0.0007, it indicates that the current shape function cannot make the improved CST airfoil The parametric method accurately controls the shape of the airfoil, returns to step 3, increases the order of the B-spline, adjusts the B-spline nodes, and repeats the above process until Error≤0.0007. 2.根据权利要求1所述的改进CST翼型参数化方法,其特征在于,步骤3中的B样条仅以0.01为内部节点,其余节点均为0和1,即当B样条阶数为m时,其节点形式为 2. the improved CST airfoil parameterization method according to claim 1, is characterized in that, the B-spline in step 3 only takes 0.01 as internal node, and all the other nodes are 0 and 1, that is, when the B-spline order When it is m, its node form is 3.根据权利要求1所述的改进CST翼型参数化方法,其特征在于,步骤3中的B样条包含0.01之外的内部节点,即当B样条阶数为m时,其节点形式为其中节点集1和节点集2不全为空。3. The improved CST airfoil parameterization method according to claim 1, characterized in that, the B-spline in step 3 includes internal nodes beyond 0.01, that is, when the B-spline order is m, its node form for Among them, node set 1 and node set 2 are not all empty.
CN201410535739.2A 2014-10-11 2014-10-11 Improved CST (Class Function/Shape Function Transformation) airfoil profile parametric method Pending CN105574221A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410535739.2A CN105574221A (en) 2014-10-11 2014-10-11 Improved CST (Class Function/Shape Function Transformation) airfoil profile parametric method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410535739.2A CN105574221A (en) 2014-10-11 2014-10-11 Improved CST (Class Function/Shape Function Transformation) airfoil profile parametric method

Publications (1)

Publication Number Publication Date
CN105574221A true CN105574221A (en) 2016-05-11

Family

ID=55884352

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410535739.2A Pending CN105574221A (en) 2014-10-11 2014-10-11 Improved CST (Class Function/Shape Function Transformation) airfoil profile parametric method

Country Status (1)

Country Link
CN (1) CN105574221A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106126791A (en) * 2016-06-17 2016-11-16 北京航空航天大学 A kind of hypersonic wing aerodynamic force/heat analysis method considering geometrical uncertainty
CN110427046A (en) * 2019-07-26 2019-11-08 沈阳航空航天大学 A kind of three-dimensional smooth random walk unmanned aerial vehicle group mobility model
CN110704944A (en) * 2019-09-12 2020-01-17 北京航空航天大学 A parametric modeling method for variable camber airfoils
CN112001033A (en) * 2020-09-03 2020-11-27 哈尔滨工程大学 Optimal design method of bionic crab airfoil based on joint CST algorithm
CN112632703A (en) * 2020-12-24 2021-04-09 中国航空工业集团公司沈阳空气动力研究所 Wing airfoil front and rear edge deformation shape parameterization method meeting structural constraint
CN114662224A (en) * 2020-12-24 2022-06-24 江苏金风科技有限公司 Wing profile parametric fitting method and system
CN117669264A (en) * 2023-12-29 2024-03-08 内蒙古工业大学 A parameterization method for wind turbine airfoil based on improved NURBS

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102682172A (en) * 2012-05-15 2012-09-19 空气动力学国家重点实验室 Numerous-parameter optimization design method based on parameter classification for supercritical aerofoil
CN103136422A (en) * 2013-01-11 2013-06-05 重庆大学 Airfoil profile integration and B spline combined medium thickness airfoil profile design method
CN103473424A (en) * 2013-09-23 2013-12-25 北京理工大学 Optimum design method for aircraft system based on sequence radial basis function surrogate model
CN104018998A (en) * 2014-06-17 2014-09-03 西北工业大学 21%-thickness main airfoil for megawatt wind turbine blade

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102682172A (en) * 2012-05-15 2012-09-19 空气动力学国家重点实验室 Numerous-parameter optimization design method based on parameter classification for supercritical aerofoil
CN103136422A (en) * 2013-01-11 2013-06-05 重庆大学 Airfoil profile integration and B spline combined medium thickness airfoil profile design method
CN103473424A (en) * 2013-09-23 2013-12-25 北京理工大学 Optimum design method for aircraft system based on sequence radial basis function surrogate model
CN104018998A (en) * 2014-06-17 2014-09-03 西北工业大学 21%-thickness main airfoil for megawatt wind turbine blade

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
BRENDA M. KULFAN: "A Universal Parametric Geometry Representation Method-"CST"", 《AIAA--2007-0062》 *
关晓辉等: "CST气动外形参数化方法研究"", 《航空学报》 *
张德虎等: "典型翼型参数化方法的翼型外形控制能力评估", 《航空工程进展》 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106126791A (en) * 2016-06-17 2016-11-16 北京航空航天大学 A kind of hypersonic wing aerodynamic force/heat analysis method considering geometrical uncertainty
CN106126791B (en) * 2016-06-17 2018-04-24 北京航空航天大学 A kind of hypersonic wing aerodynamic force/heat analysis method for considering geometrical uncertainty
CN110427046A (en) * 2019-07-26 2019-11-08 沈阳航空航天大学 A kind of three-dimensional smooth random walk unmanned aerial vehicle group mobility model
CN110427046B (en) * 2019-07-26 2022-09-30 沈阳航空航天大学 Three-dimensional smooth random-walking unmanned aerial vehicle cluster moving model
CN110704944A (en) * 2019-09-12 2020-01-17 北京航空航天大学 A parametric modeling method for variable camber airfoils
CN110704944B (en) * 2019-09-12 2021-10-01 北京航空航天大学 A parametric modeling method for variable camber airfoils
CN112001033A (en) * 2020-09-03 2020-11-27 哈尔滨工程大学 Optimal design method of bionic crab airfoil based on joint CST algorithm
CN112632703A (en) * 2020-12-24 2021-04-09 中国航空工业集团公司沈阳空气动力研究所 Wing airfoil front and rear edge deformation shape parameterization method meeting structural constraint
CN114662224A (en) * 2020-12-24 2022-06-24 江苏金风科技有限公司 Wing profile parametric fitting method and system
CN112632703B (en) * 2020-12-24 2024-05-07 中国航空工业集团公司沈阳空气动力研究所 Wing airfoil front and rear edge deformation shape parameterization method meeting structural constraint
CN117669264A (en) * 2023-12-29 2024-03-08 内蒙古工业大学 A parameterization method for wind turbine airfoil based on improved NURBS

Similar Documents

Publication Publication Date Title
CN105574221A (en) Improved CST (Class Function/Shape Function Transformation) airfoil profile parametric method
CN109766604B (en) Blade high-rigidity design method based on random isogeometric analysis
CN108073138B (en) Elliptical arc smooth compression interpolation algorithm suitable for high-speed high-precision machining
CN102682172B (en) Numerous-parameter optimization design method based on parameter classification for supercritical aerofoil
CN104156546B (en) The shape face redesign method of the car panel die based on T battens
CN108415367A (en) A kind of automatic fiber placement track overall situation curvature Smoothing Algorithm
CN111563295B (en) Parameterization method applicable to appearance design of wing body fusion underwater glider
CN108038259B (en) Method for generating pneumatic component appearance based on curvature
CN106354927A (en) Construction method of optimization model for adaptive processing of front and rear edges of precisely-forged blade
CN103760827A (en) Saltus constrained off-line planning method for numerical control machining feed rate
CN105867126B (en) A kind of three-phase voltage source type inversion system fractional order PI optimal control methods
CN111597741A (en) Improved Hicks-henne algorithm-based bionic crab gliding posture lower wing section optimization design method
CN103676786B (en) A kind of curve smoothing method based on acceleration principle
CN104317992A (en) Positive design method of wind turbine airfoil and wind turbine airfoil family
CN103177166A (en) Stamp forging blank design method based on polynomial fitting
CN103043224B (en) Double-circle method for generating trailing edge flap control surface airfoil leading edge curve
CN103942366A (en) Continuous-curvature airfoil profile represented on basis of four rational Bezier curves, and generation method for continuous-curvature airfoil profile
CN106001933B (en) It is cut by laser the optimization method of trimming line
CN105626163B (en) A kind of diaphragm nozzle forges the determination method of corner
Karman et al. Airfoil Optimization via the Class-Shape Transformation and Orthogonal Deformation Modes
CN106777590A (en) A kind of air-foil matches method for designing
CN103020397B (en) A Design Method of Spool Profile of Regulating Valve
CN102661729B (en) Method for confirming sectional dimension of I-shaped hollow beam of high-speed fluttering model of airplane
CN106777495A (en) The method that rotor-blade airfoil pitching moment is controlled by localized parameterization repairing type
CN108563856A (en) A kind of adaptively sampled method based on the modeling of free node B-spline

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160511

WD01 Invention patent application deemed withdrawn after publication