CN117824575A - Blade chord direction waviness evaluation method and device - Google Patents

Blade chord direction waviness evaluation method and device Download PDF

Info

Publication number
CN117824575A
CN117824575A CN202311833871.7A CN202311833871A CN117824575A CN 117824575 A CN117824575 A CN 117824575A CN 202311833871 A CN202311833871 A CN 202311833871A CN 117824575 A CN117824575 A CN 117824575A
Authority
CN
China
Prior art keywords
point set
blade
deviation
waviness
data set
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
CN202311833871.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.)
Beijing Changcheng Institute of Metrology and Measurement AVIC
Original Assignee
Beijing Changcheng Institute of Metrology and Measurement 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 Beijing Changcheng Institute of Metrology and Measurement AVIC filed Critical Beijing Changcheng Institute of Metrology and Measurement AVIC
Priority to CN202311833871.7A priority Critical patent/CN117824575A/en
Publication of CN117824575A publication Critical patent/CN117824575A/en
Pending legal-status Critical Current

Links

Landscapes

  • Length Measuring Devices With Unspecified Measuring Means (AREA)

Abstract

The invention discloses a method and a device for evaluating the chord-wise waviness of a blade, wherein the method comprises the following steps: registering the acquired blade profile measuring point set with a theoretical point set by utilizing an ICP algorithm to obtain a registered measuring point set; b spline curve modeling is carried out on the registered measuring point set, and a fitting measuring point set is obtained; comparing the obtained fitting measurement point set with a theoretical point set, and calculating to obtain a blade profile measurement deviation data set; the distance between two adjacent points of the blade profile measurement deviation set is calculated, and a deviation distance data set is obtained; calculating the maximum difference value of the measured deviation within any 5mm range for the obtained deviation distance data set to obtain a maximum deviation data set; and respectively taking an average value and a maximum value of the obtained maximum deviation data set to obtain a blade chord direction waviness arithmetic average value and a blade chord direction waviness maximum profile peak height. The invention has high reliability, strong operability, high reliability of detection results and small measurement error.

Description

Blade chord direction waviness evaluation method and device
Technical Field
The invention belongs to the field of processing and detecting of blades of compressors and turbines, and particularly relates to a method and a device for evaluating chordwise waviness of blades.
Background
The blade surface quality parameters occupy a large proportion among a plurality of influencing factors of the performance of the compressor and the turbine, wherein the chord-wise waviness of the blade directly influences the aerodynamic performance, the heat conducting performance and the like of the compressor and the turbine. The blade profile IS a special geometric characteristic closed curve, the blade chordwise waviness parameters cannot be evaluated by utilizing a traditional waviness evaluation method according to relevant standard specifications such as IS04287-2009, a blade chordwise waviness detection mode IS not explicitly pointed out in HB 5647-48, in the process of evaluating the blade chordwise waviness by utilizing commercial metering equipment, the repeatability of each evaluation result IS poor, the variability IS overlarge, and no effective measuring and evaluating method for evaluating the blade chordwise waviness IS generated at present. For the surface profile with a closed curve and an overlarge curvature, various measuring equipment have overlarge space for acquiring point cloud data/insufficient precision, and no mature blade chordwise waviness evaluation method exists. If the chord-wise waviness parameter of the blade is out of tolerance, no explicit detection means and no accurate evaluation method exist, the qualification judgment of the chord-wise waviness of the blade cannot be carried out, and the process and the design iteration direction cannot be determined; in the mass production of the blades, the chord-wise waviness of the blades is often detected by means of experience, visual inspection and the like, and an accurate blade chord-wise waviness evaluation method is lacked.
Disclosure of Invention
The invention mainly aims to provide a blade chord direction waviness evaluation method and device, computer equipment and a computer readable storage medium, wherein the blade chord direction waviness evaluation method and device are high in reliability, strong in operability, high in reliability of detection results and small in measurement errors.
In order to achieve the above object, an aspect of the present invention provides a blade chordwise waviness evaluation method including:
step S1: registering the acquired blade profile measuring point set with a theoretical point set by utilizing an ICP algorithm to obtain a registered measuring point set;
step S2: b spline curve modeling is conducted on the registered measuring point set in the step S1, and a fitting measuring point set is obtained;
step S3: comparing the fitting measurement point set obtained in the step S2 with a theoretical point set, and calculating to obtain a blade profile measurement deviation data set;
step S4: calculating the distance between two adjacent points of the blade profile measurement deviation set obtained in the step S3 to obtain a deviation distance data set;
step S5: calculating the maximum difference value of the measured deviation within any 5mm range for the deviation distance data set obtained in the step S4 to obtain a maximum deviation data set;
step S6: and (3) averaging the maximum deviation data set obtained in the step (S5) to obtain a blade chord direction waviness arithmetic average value, and averaging the maximum deviation data set obtained in the step (S5) to obtain the blade chord direction waviness maximum profile peak height.
Preferably, in step S1, the registering of the blade profile measurement point set with the theoretical point set by using the ICP algorithm includes:
searching a closest point set corresponding to the theoretical point set and the measured point set, calculating centroid position coordinates of the theoretical point set and the closest point set, and solving a cross covariance matrix of the theoretical point set and the closest point set according to the centroid position coordinates;
solving the optimal rotation quaternion vector of the cross covariance matrix, and constructing a 4 multiplied by 4 symmetric matrix;
solving the eigenvectors of the symmetric matrix, unitizing the eigenvectors corresponding to the maximum eigenvalues to obtain unit quaternion vectors, and converting the unit quaternion vectors into a 3×3 rotation matrix;
obtaining an optimal translation vector according to the centroid position coordinates and the rotation matrix;
and carrying out iterative registration on the measuring point set and the theoretical point set by using the obtained rotation matrix and the translation vector, calculating the distance mean square sum of the corresponding point pair of the measuring point set and the nearest point set after each iterative registration, and stopping the iteration by the ICP algorithm when the difference between the distance mean square sums of the two iterations is smaller than a set threshold value.
Preferably, in step S2, the performing B-spline curve modeling includes:
aiming at the registered measurement point set, calculating the chord length of each point, and adding a control point V 0 ,V 1 ,V 2 ,…,V n The 3 times B-spline interpolation is performed, and then:
x pni =(1/6)[t 3 V i+2 (x)+(-3t 3 +3t 2 +3t+1)V i+1 (x)+(3t 3 -6t 2 +4)V i (x)+(-t 3 +3t 2 -3t+1)V i-1 (x)
y pni =(1/6)[t 3 V i+2 (y)+(-3t 3 +3t 2 +3t+1)V i+1 (y)+(3t 3 -6t 2 +4)V i (y)+(-t 3 +3t 2 -3t+1)V i-1 (y)
z pni =(1/6)[t 3 V i+2 (z)+(-3t 3 +3t 2 +3t+1)V i+1 (z)+(3t 3 -6t 2 +4)V i (z)+(-t 3 +3t 2 -3t+1)V i-1 (z)
wherein V is i (x),V i (y),V i (z) is the x of the dot i ,y i ,z i And the coordinates, t, are arc length parameters, and n represents the number of the registered measurement point concentration points.
Preferably, in step S5, the measured deviation maximum difference num in any 5mm range is calculated as follows:
num=max(error i )-min(error i )
wherein, error i Representing blade profile measurement deviations, d i Represents the distance between two adjacent points, m and n represent the measurement deviation error i Index values at both ends in the range of 5mm.
Another aspect of the present invention provides a blade chordwise waviness evaluation device, including:
the registration point set acquisition module is configured to register the acquired blade profile measurement point set with the theoretical point set by utilizing an ICP algorithm to obtain a registered measurement point set;
the fitting point set acquisition module is configured to perform B spline curve modeling on the registered measuring point set to obtain a fitting measuring point set;
the measuring deviation data set acquisition module is configured to compare the obtained fitting measuring point set with the theoretical point set and calculate to obtain a blade profile measuring deviation data set;
the deviation distance data set acquisition module is configured to calculate the distance between two adjacent points of the obtained blade profile measurement deviation set to obtain a deviation distance data set;
the maximum deviation data set acquisition module is configured to calculate the maximum difference value of the measured deviation within any 5mm range for the obtained deviation distance data set to obtain a maximum deviation data set;
the waviness parameter obtaining module is configured to average the obtained maximum deviation data set to obtain a blade chord direction waviness arithmetic average value, and maximum the obtained maximum deviation data set to obtain the blade chord direction waviness maximum profile peak height.
A further aspect of the invention provides a computer device comprising a memory storing a computer program and a processor implementing the steps of the method described above when the computer program is executed by the processor.
A further aspect of the invention is a computer-readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method described above.
The blade chord direction waviness evaluation method and device, the computer equipment and the computer readable storage medium have the advantages of high reliability, strong operability, high reliability of detection results and small measurement error.
Drawings
For a clearer description of the technical solutions of the present invention, the following description will be given with reference to the attached drawings used in the description of the embodiments of the present invention, it being obvious that the attached drawings in the following description are only some embodiments of the present invention, and that other attached drawings can be obtained by those skilled in the art without the need of inventive effort:
FIG. 1 is a flow chart of a blade chordwise waviness evaluation method of one embodiment of the present invention;
FIG. 2 is a schematic diagram of a set of measured points versus a set of theoretical points of an embodiment of the present invention;
FIG. 3 is a block diagram of a blade chordwise waviness evaluation device according to one embodiment of the present invention;
fig. 4 is a block diagram of a computer device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
An embodiment of the present invention provides a method for evaluating blade chord-wise waviness, and fig. 1 is a flowchart of a method for evaluating blade chord-wise waviness according to an embodiment of the present invention. As shown in fig. 1, the blade chord-wise waviness evaluation method according to the embodiment of the present invention includes steps S1 to S6.
In step S1, a set of blade profile measurement points C (x ci ,y ci ,z ci ) (the following is written: c (C) i ) Using ICP algorithm for blade profile measurement point set and theoretical point set PL (x) i ,y i ,z i ) (the following is written: PL (PL) i ) To obtain a registered measurement point set P (x) p ,y p ,z p ) (the following is written: p (P)). Wherein the set of measurement points C (C i ) From the theoretical point set PL (PL) i ) As shown in fig. 2, the two middle curves with both ends closed represent a theoretical point set PL (PL i ) The curves intersecting on both sides of the theoretical point set and spread on both ends represent the measurement point set C (C i )。
In step S2, B spline curve modeling is performed on the registered measurement point set P (P) in step S1 to obtain a fitting measurement point set N (x) pni ,y pni ,z pni )。
In step S3, the method obtained in step S2Fitting the measurement Point set N (x pni ,y pni ,z pni ) Comparing with the theoretical point set, calculating to obtain blade profile measurement deviation,thereby obtaining a blade profile measurement deviation data set N (x pni ,y pni ,z pni ,error i )。
In step S4, the blade profile measurement deviation dataset N (x pni ,y pni ,z pni ,error i ) Is arranged between the two adjacent points of the two-dimensional space,thereby obtaining a deviation distance data set ND (d i ,error i )。
In step S5, the deviation distance data set ND (d i ,error i ) Calculating the maximum difference num of the measured deviation error within any 5mm range to obtain a maximum deviation data set Max (num 1 ,num 2 ,…,num n )。
In this step, the basis for calculating waviness in any 5mm range is specified as: the surface waviness profile F (x) of the blade is composed of sine waves S with different wavelengths in the range of 1 mm-10 mm i (x) Is composed of and distance signal S i (x) Following a normal distribution law. Namely:
F(x)=S 0 (x)+S 1 (x)+S 2 (x)+…+S n (x)
obtaining sine wave S with wavelength within (5+/-0.5) mm in blade waviness profile F (x) through a large number of blade chord direction waviness test data and waviness profile spectrum analysis i (x) The ratio was 83% or more, and therefore, the blade chord-wise waviness evaluation length was 5mm.
In step S6, the maximum deviation data set Max (num 1 ,num 2 ,…,num n ) Taking an average value, namely an arithmetic average value of the chord-wise waviness of the Blade, and recording the arithmetic average value as blade_Wa, and obtaining the maximum deviation data in the step S5Collection Max (num) 1 ,num 2 ,…,num n ) And taking the maximum value, namely the maximum profile peak height of the chord direction waviness of the Blade, and marking the maximum profile peak height as blade_Wz. Wherein, blade_wa and blade_wz are both Blade chord-wise waviness parameters. Blade_wa and blade_wz were obtained as Blade chord-wise waviness assessment results.
In one embodiment, in step S1, the registration of the blade profile measurement point set and the theoretical point set is performed by using an ICP algorithm, and the specific implementation method is as follows: searching for a blade profile theoretical point set PL (PL) i ) And the measurement point set C (C) i ) Corresponding closest point set Q (x qi ,y qi ,z qi ) (the following is written: q (Q) i ) A set of points PL (PL) i ) And Q (Q) i ) Is respectively marked as:(hereinafter, referred to as:. About.)>)、/>(hereinafter, referred to as:. About.)>). Further solve PL (PL) i ) And Q (Q) i ) Is a cross covariance matrix of (1), namely:
where U is the number of corresponding points.
And then solving the optimal rotation quaternion vector of the cross covariance matrix to construct a 4 multiplied by 4 symmetric matrix:
wherein delta is an antisymmetric matrix A ij =(∑ pq -∑ pq T ) ij Column vector, tr (Σ) of components of (b) pq ) Is a matrix sigma pq Trace of I 3 Is 3 x 3 identity matrix, delta T Is a transpose of delta. Solving the matrix M (Sigma) pq ) The feature vector corresponding to the maximum feature value is unitized to obtain the unit quaternion vector D= [ D ] 0 d 1 d 2 d 3 ] T The unit quaternion vector is converted into a 3 x 3 rotation matrix R using the following equation:
the optimal translation vector T is:
from a rotation-translation matrix [ R, T ]]Determining a transformed point set P (p+1) of the point set P (P), and calculating the distance mean square sum E of point pairs corresponding to the point set P (p+1) and Q (qi) k When |E k -E k-1 When the I < epsilon (epsilon is a set threshold value), the measurement of the section profile of the blade approaches to the real state, and the ICP algorithm stops iteration.
In one embodiment, the specific implementation method of B-spline curve modeling in step S2 is as follows:
for the registered set of measurement points P (x p ,y p ,z p ) Calculating the chord length of each point, and adding a control point V 0 ,V 1 ,V 2 ,…,V n The 3 times B-spline interpolation is performed, and then:
x pni =(1/6)[t 3 V i+2 (x)+(-3t 3 +3t 2 +3t+1)V i+1 (x)+(3t 3 -6t 2 +4)V i (x)+(-t 3 +3t 2 -3t+1)V i-1 (x)
y pni =(1/6)[t 3 V i+2 (y)+(-3t 3 +3t 2 +3t+1)V i+1 (y)+(3t 3 -6t 2 +4)V i (y)+(-t 3 +3t 2 -3t+1)V i-1 (y)
z pni =(1/6)[t 3 V i+2 (z)+(-3t 3 +3t 2 +3t+1)V i+1 (z)+(3t 3 -6t 2 +4)V i (z)+(-t 3 +3t 2 -3t+1)V i-1 (z)
wherein V is i (x),V i (y),V i (z) is the x of the dot i ,y i ,z i The coordinates, t is the arc length parameter, N represents the number of points in the registered measurement point set P (P), and the fitting measurement point set N (x) can be obtained pni ,y pni ,z pni )。
In one embodiment, in step S5, the maximum difference num of the measured deviation error in any 5mm range is calculated as follows:
num=max(error i )-min(error i )m and n are positive integers.
Wherein m and n represent index values at two ends of the array error within a range of 5mm.
The blade chord direction waviness evaluation method of the embodiment of the invention has the following beneficial effects:
1. according to the invention, a Blade profile measuring point set with the characteristic of a complex curved surface of a Blade is registered with a theoretical point set by utilizing an ICP algorithm, the registered measuring point set is subjected to B spline curve fitting, the deviation between the measuring point set and the theoretical point set is solved, finally, blade chord-wise waviness parameters are evaluated according to the waviness profile wavelength range requirement, parameters such as blade_Wa, blade_Wz are obtained through calculation, and Blade chord-wise waviness parameters of a special complex curved surface workpiece are evaluated.
2. The invention can realize the evaluation of the chordwise waviness of the blade, fills the blank of the method for evaluating the chordwise waviness of the blade, and solves the following problems: for a special geometric characteristic closed curve, in the process of evaluating the chord-wise waviness of the blade by using commercial metering equipment, the repeatability of each evaluation result is poor, and the variability is overlarge; at present, no effective measuring and evaluating method for evaluating the chord-wise waviness of the blade is generated; if the chord direction waviness parameter of the blade is out of tolerance, no clear detection means and no accurate evaluation method exist.
3. The invention provides a blade chord direction waviness evaluation method which has high reliability, strong operability, high reliability of detection results and small measurement error, and further can guide, optimize and perfect blade design, promote iterative update of blade trial-manufacture and processing technology, and solve the problems that in the current blade batch production, the blade chord direction waviness is often detected by adopting means such as experience, visual inspection and the like, and an accurate blade chord direction waviness evaluation method is lacked.
The embodiment of the invention also provides a blade chord-wise waviness evaluation device. Fig. 3 is a structural view of a blade chord-wise waviness evaluation device according to an embodiment of the present invention. As shown in fig. 3, the blade chord-wise waviness evaluation device of the present embodiment includes:
the registration point set acquisition module 101 is configured to register the acquired blade profile measurement point set with the theoretical point set by utilizing an ICP algorithm to obtain a registered measurement point set;
the fitting point set obtaining module 102 is configured to perform B-spline curve modeling on the registered measuring point set to obtain a fitting measuring point set;
the measurement deviation data set obtaining module 103 is configured to compare the obtained fitting measurement point set with the theoretical point set, and calculate to obtain a blade profile measurement deviation data set;
the deviation distance data set obtaining module 104 is configured to calculate the distance between two adjacent points of the blade profile measurement deviation set to obtain a deviation distance data set;
a maximum deviation data set acquisition module 105 configured to calculate a maximum difference value of the measured deviation within an arbitrary 5mm range for the obtained deviation distance data set, to obtain a maximum deviation data set;
the waviness parameter obtaining module 106 is configured to average the obtained maximum deviation data set to obtain a blade chord direction waviness arithmetic average value, and to maximum the obtained maximum deviation data set to obtain a blade chord direction waviness maximum profile peak height.
Specific examples of the blade chordwise waviness evaluation device of the present embodiment may be referred to above as a limitation of the blade chordwise waviness evaluation method, and will not be described herein. Each module in the blade chord-wise waviness evaluation device can be fully or partially realized by software, hardware and a combination thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
Embodiments of the present invention also provide a computer device, which may be a server, and an internal structure thereof may be as shown in fig. 4. The computer device includes a processor, a memory, and a network interface connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer programs, and a database. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The database of the computer device is used to store operating parameter data for each of the frames. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, implements the steps of the blade chordwise waviness evaluation method of the present embodiment.
Those skilled in the art will appreciate that the structures shown in FIG. 4 are block diagrams only and do not constitute a limitation of the computer device on which the present aspects apply, and that a particular computer device may include more or less components than those shown, or may combine some of the components, or have a different arrangement of components.
An embodiment of the present invention also provides a computer-readable storage medium having stored thereon a computer program, characterized in that the computer program, when executed by a processor, implements the steps of the blade chordwise waviness evaluation method of an embodiment of the present invention.
While certain exemplary embodiments of the present invention have been described above by way of illustration only, it will be apparent to those of ordinary skill in the art that modifications may be made to the described embodiments in various different ways without departing from the spirit and scope of the invention. Accordingly, the drawings and description are to be regarded as illustrative in nature and not as restrictive of the scope of the invention, which is defined by the appended claims.

Claims (7)

1. A method of evaluating chordwise waviness of a blade, comprising:
step S1: registering the acquired blade profile measuring point set with a theoretical point set by utilizing an ICP algorithm to obtain a registered measuring point set;
step S2: b spline curve modeling is conducted on the registered measuring point set in the step S1, and a fitting measuring point set is obtained;
step S3: comparing the fitting measurement point set obtained in the step S2 with a theoretical point set, and calculating to obtain a blade profile measurement deviation data set;
step S4: calculating the distance between two adjacent points of the blade profile measurement deviation set obtained in the step S3 to obtain a deviation distance data set;
step S5: calculating the maximum difference value of the measured deviation within any 5mm range for the deviation distance data set obtained in the step S4 to obtain a maximum deviation data set;
step S6: and (3) averaging the maximum deviation data set obtained in the step (S5) to obtain a blade chord direction waviness arithmetic average value, and averaging the maximum deviation data set obtained in the step (S5) to obtain the blade chord direction waviness maximum profile peak height.
2. A method for evaluating chordwise waviness of a blade as defined in claim 1, wherein in step S1, said registering the blade profile measurement point set with the theoretical point set using ICP algorithm includes:
searching a closest point set corresponding to the theoretical point set and the measured point set, calculating centroid position coordinates of the theoretical point set and the closest point set, and solving a cross covariance matrix of the theoretical point set and the closest point set according to the centroid position coordinates;
solving the optimal rotation quaternion vector of the cross covariance matrix, and constructing a 4 multiplied by 4 symmetric matrix;
solving the eigenvectors of the symmetric matrix, unitizing the eigenvectors corresponding to the maximum eigenvalues to obtain unit quaternion vectors, and converting the unit quaternion vectors into a 3×3 rotation matrix;
obtaining an optimal translation vector according to the centroid position coordinates and the rotation matrix;
and carrying out iterative registration on the measuring point set and the theoretical point set by using the obtained rotation matrix and the translation vector, calculating the distance mean square sum of the corresponding point pair of the measuring point set and the nearest point set after each iterative registration, and stopping the iteration by the ICP algorithm when the difference between the distance mean square sums of the two iterations is smaller than a set threshold value.
3. The blade chordwise waviness evaluation method of claim 1 or 2, wherein in step S2, the performing B-spline curve modeling includes:
aiming at the registered measurement point set, calculating the chord length of each point, and adding a control point V 0 ,V 1 ,V 2 ,…,V n The 3 times B-spline interpolation is performed, and then:
x pni =(1/6)[t 3 V i+2 (x)+(-3t 3 +3t 2 +3t+1)V i+1 (x)+(3t 3 -6t 2 +4)V i (x)+(-t 3 +3t 2 -3t+1)V i-1 (x)
y pni =(1/6)[t 3 V i+2 (y)+(-3t 3 +3t 2 +3t+1)V i+1 (y)+(3t 3 -6t 2 +4)V i (y)+(-t 3 +3t 2 -3t+1)V i-1 (y)
z pni =(1/6)[t 3 V i+2 (z)+(-3t 3 +3t 2 +3t+1)V i+1 (z)+(3t 3 -6t 2 +4)V i (z)+(-t 3 +3t 2 -3t+1)V i-1 (z)
wherein V is i (x),V i (y),V i (z) is the x of the dot i ,y i ,z i And the coordinates, t, are arc length parameters, and n represents the number of the registered measurement point concentration points.
4. A blade chordwise waviness evaluation method according to claim 1 or 2, wherein in step S5, the measured deviation maximum difference num in any 5mm range is calculated as follows:
num=max(error i )-min(error i )
wherein, errOr i Representing blade profile measurement deviations, d i Represents the distance between two adjacent points, m and n represent the measurement deviation error i Index values at both ends in the range of 5mm.
5. A blade chordwise waviness evaluation device, comprising:
the registration point set acquisition module is configured to register the acquired blade profile measurement point set with the theoretical point set by utilizing an ICP algorithm to obtain a registered measurement point set;
the fitting point set acquisition module is configured to perform B spline curve modeling on the registered measuring point set to obtain a fitting measuring point set;
the measuring deviation data set acquisition module is configured to compare the obtained fitting measuring point set with the theoretical point set and calculate to obtain a blade profile measuring deviation data set;
the deviation distance data set acquisition module is configured to calculate the distance between two adjacent points of the obtained blade profile measurement deviation set to obtain a deviation distance data set;
the maximum deviation data set acquisition module is configured to calculate the maximum difference value of the measured deviation within any 5mm range for the obtained deviation distance data set to obtain a maximum deviation data set;
the waviness parameter obtaining module is configured to average the obtained maximum deviation data set to obtain a blade chord direction waviness arithmetic average value, and maximum the obtained maximum deviation data set to obtain the blade chord direction waviness maximum profile peak height.
6. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any of claims 1-4 when the computer program is executed.
7. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1-4.
CN202311833871.7A 2023-12-28 2023-12-28 Blade chord direction waviness evaluation method and device Pending CN117824575A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311833871.7A CN117824575A (en) 2023-12-28 2023-12-28 Blade chord direction waviness evaluation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311833871.7A CN117824575A (en) 2023-12-28 2023-12-28 Blade chord direction waviness evaluation method and device

Publications (1)

Publication Number Publication Date
CN117824575A true CN117824575A (en) 2024-04-05

Family

ID=90509166

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311833871.7A Pending CN117824575A (en) 2023-12-28 2023-12-28 Blade chord direction waviness evaluation method and device

Country Status (1)

Country Link
CN (1) CN117824575A (en)

Similar Documents

Publication Publication Date Title
Shkarayev et al. An inverse interpolation method utilizing in-flight strain measurements for determining loads and structural response of aerospace vehicles
CN107292023B (en) Bridge structure state diagnosis method based on narrow-area characteristics of damage index system
CN111028220B (en) Automatic detection method for levelness of point cloud rivet
CN110378906B (en) Ellipse detection method based on chord tangent distance
CN110285781B (en) Rapid assessment method for plane parallelism relative to reference plane
CN112802071B (en) Three-dimensional reconstruction effect evaluation method and system
CN112017233A (en) Method and device for measuring conical appearance of reaction force, computer equipment and system
CN116150888A (en) Digital twin-based aeroengine multi-field coupling simulation method and system
CN108846200B (en) Quasi-static bridge influence line identification method based on iteration method
CN106997410B (en) Damage occurrence judgment method based on modal strain energy
CN115358026A (en) Five-hole probe data processing method based on multivariate linear regression and surface fitting
CN116433707A (en) Accurate extraction method and system for optical center sub-pixels of line structure under complex background
CN110942077A (en) Feature line extraction method based on weight local change degree and L1 median optimization
CN111553909B (en) Airplane skin narrow end face extraction method based on measured point cloud data
CN117824575A (en) Blade chord direction waviness evaluation method and device
CN116089844B (en) non-Gaussian feature verification method for pose data of unmanned aerial vehicle
CN111985826B (en) Visual quality grading method and system for multi-index industrial products
CN114092545A (en) Self-adaptive grid searching method suitable for spherical target fitting
CN115147471A (en) Laser point cloud automatic registration method based on curvature density characteristics
CN108267106B (en) Quick, stable and simple cylindricity error evaluation method
CN111177855A (en) Pneumatic structure solving method and system in global aeroelasticity optimization
CN115420756B (en) Method and device for detecting surface defects of silicon carbide coating graphite plate
CN113935256B (en) High-dimensional complex aircraft system reduced order characterization method based on error correction
CN115310208A (en) Sensor optimal arrangement method and device for wing aerodynamic load reconstruction
CN116595883B (en) Real-time online system state correction method for numerical reactor

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