Training method and device for aircraft aerodynamic prediction model

By building an aircraft aerodynamic prediction model based on deep learning and utilizing CFD software and point cloud data processing technology, the high cost and long cycle problems of traditional methods were solved, and fast and accurate aerodynamic prediction was achieved.

CN119808634BActive Publication Date: 2025-09-26CHINA ACAD OF AEROSPACE AERODYNAMICS
View PDF 2 Cites 0 Cited by

Patent Information

Application Number
CN202411883077.8
Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Filing Date
2024-12-19
Publication Date
2025-09-26
Estimated Expiration
2044-12-19

AI Technical Summary

Technical Problem

Existing technologies lack aircraft aerodynamic prediction models based on deep learning technology. Traditional methods such as wind tunnel testing are costly and time-consuming, while CFD software relies on the quality of the computational grid, resulting in aerodynamic data predictions that are not fast and accurate enough.

Method used

The method generates a shape grid file, uses CFD software to estimate the actual aerodynamic value, generates a shape point cloud file, constructs a training set and encodes it through a deep model, iteratively updates to train the aircraft aerodynamic prediction model, uses a multi-layer perceptron and Pointnet model to encode the flow field parameters and shape point cloud data respectively, combines random and farthest point sampling methods to reduce the number of data points and improve prediction accuracy.

Benefits of technology

The accuracy and efficiency of the aircraft aerodynamic prediction model are improved, the amount of calculation is reduced, and fast and efficient aerodynamic data prediction is achieved.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN119808634B_ABST
    Figure CN119808634B_ABST
Patent Text Reader

Abstract

The present application provides a method and apparatus for training an aircraft aerodynamic force prediction model, wherein the method comprises: using generation software to generate a shape grid file; using simulation software to estimate the actual aerodynamic force under set flow field parameters on the shape grid file, extracting shape point data from the shape grid file to obtain a shape point cloud file; generating a training set including flow field parameters, actual aerodynamic force values, and shape point cloud files; inputting the training set into a deep model composed of an encoder group and a prediction module, encoding the flow field parameters and the shape point cloud file in the encoder group, adding the two encoding results to obtain a composite code, inputting the composite code into the prediction module to obtain a predicted aerodynamic force value; and repeatedly iteratively updating the deep model based on the error between the predicted aerodynamic force value and the actual aerodynamic force value, to obtain a trained aircraft aerodynamic force prediction model after the iterations are completed. The present application describes the aerodynamic characteristics of an aircraft from the perspectives of fluid mechanics and geometric shape.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] The present invention relates to the field of artificial intelligence technology, and in particular to a training method and device for an aircraft aerodynamic prediction model. Background Art

[0002] In the initial stage of aircraft shape design, it is necessary to obtain aerodynamic data of the aircraft's aerodynamic shape under specific flow field parameter conditions for performance analysis, which is a key link in the aircraft design and performance evaluation process.

[0003] Traditional methods include wind tunnel testing and computational fluid dynamics (CFD) simulations. While wind tunnel testing provides relatively accurate results, it's expensive and time-consuming, making it difficult to quickly predict aerodynamic data. While CFD software simulations are relatively inexpensive, they rely heavily on the quality of the computational grid, requiring the production of a higher-quality computational grid. In recent years, deep learning technology has achieved breakthroughs in various fields. It can automatically extract features and make predictions by learning from large amounts of sample data, offering broad application prospects. However, deep learning is currently rarely used in aerodynamic design.

[0004] Based on the above analysis of the development status of this technical field, the existing technology lacks an aircraft aerodynamic prediction model based on a deep model. Summary of the Invention

[0005] The purpose of the present invention is to provide a training method and device for an aircraft aerodynamic prediction model, aiming to solve the above-mentioned problems in the prior art.

[0006] According to a first aspect of an embodiment of the present invention, a method for training an aircraft aerodynamic force prediction model is provided, comprising:

[0007] Use the generation software to generate the shape mesh file;

[0008] Use simulation software to estimate the actual value of aerodynamic force under set flow field parameters on the shape grid file, extract shape point data from the shape grid file, and obtain a shape point cloud file;

[0009] Generate a training set including flow field parameters, actual aerodynamic values ​​and shape point cloud files;

[0010] The training set is input into a deep model consisting of an encoder group and a prediction module. The flow field parameters and the shape point cloud file are encoded in the encoder group respectively. The two encoding results are added together to obtain a comprehensive encoding. The comprehensive encoding is input into the prediction module to obtain the aerodynamic force prediction value.

[0011] According to the error between the predicted aerodynamic value and the actual aerodynamic value, the deep model is updated iteratively, and a trained aircraft aerodynamic prediction model is obtained after the iteration.

[0012] According to a second aspect of an embodiment of the present invention, there is provided a training device for an aircraft aerodynamic force prediction model, comprising:

[0013] A mesh file generation module is used to generate an outline mesh file using generation software;

[0014] A point cloud file generation module is used to estimate the actual value of aerodynamic force under set flow field parameters on the shape grid file using simulation software, extract shape point data from the shape grid file, and obtain a shape point cloud file;

[0015] A training set forming module is used to generate a training set including flow field parameters, actual aerodynamic values ​​and shape point cloud files;

[0016] The encoding prediction module is used to input the training set into the deep model composed of the encoder group and the prediction module. The flow field parameters and the shape point cloud file are encoded in the encoder group respectively. The two encoding results are added to obtain a comprehensive code. The comprehensive code is input into the prediction module to obtain the aerodynamic prediction value.

[0017] The iteration module is used to repeatedly iteratively update the deep model according to the error between the aerodynamic force prediction value and the actual aerodynamic force value, and obtain the trained aircraft aerodynamic force prediction model after the iteration.

[0018] According to a third aspect of an embodiment of the present invention, there is provided an electronic device comprising: a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein when the computer program is executed by the processor, the steps of the method for training an aircraft aerodynamic prediction model as provided in the first aspect of the present disclosure are implemented.

[0019] According to a fourth aspect of an embodiment of the present invention, a computer-readable storage medium is provided, on which a program for implementing information transmission is stored. When the program is executed by a processor, the steps of the training method of the aircraft aerodynamic prediction model provided in the first aspect of the present disclosure are implemented.

[0020] The technical solution provided by the embodiment of the present invention includes the following beneficial effects: converting the shape grid into a point cloud data format that is easy to encode, using an encoder group to encode the flow field parameters and the shape point cloud file separately during the training process of the deep model, and then fusing them to obtain a comprehensive encoding input prediction model, which describes the aerodynamic characteristics of the aircraft from two aspects: fluid mechanics characteristics and the geometric shape of the aircraft itself, thereby improving the accuracy of model prediction.

[0021] It is to be understood that the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure. BRIEF DESCRIPTION OF THE DRAWINGS

[0022] In order to more clearly illustrate one or more embodiments of this specification or the technical solutions in the prior art, the following briefly introduces the drawings required for use in the embodiments or the description of the prior art. Obviously, the drawings described below are only some embodiments recorded in this specification. For ordinary technicians in this field, other drawings can be obtained based on these drawings without paying any creative work.

[0023] Figure 1 is a flow chart of a method for training an aircraft aerodynamic force prediction model according to an embodiment of the present invention;

[0024] Figure 2 is a schematic diagram of a point cloud file according to an embodiment of the present invention;

[0025] Figure 3 Schematic diagram of aerodynamic force prediction results according to an embodiment of the present invention;

[0026] Figure 4 Schematic diagram of the overall framework of the prediction model according to an embodiment of the present invention;

[0027] Figure 5 2 is a schematic diagram of a training device for an aircraft aerodynamic force prediction model according to an embodiment of the present invention;

[0028] Figure 6 is a schematic diagram of an electronic device according to an embodiment of the present invention. DETAILED DESCRIPTION

[0029] In order to enable those skilled in the art to better understand the technical solutions in one or more embodiments of this specification, the technical solutions in one or more embodiments of this specification will be clearly and completely described below in conjunction with the drawings in one or more embodiments of this specification. Obviously, the described embodiments are only part of the embodiments of this specification, not all of the embodiments. Based on one or more embodiments of this specification, all other embodiments obtained by ordinary technicians in this field without making creative efforts should fall within the scope of protection of this document.

[0030] Method Example

[0031] According to an embodiment of the present invention, a method for training an aircraft aerodynamic prediction model is provided. Figure 1 FIG. 1 is a flow chart of a method for training an aircraft aerodynamic force prediction model according to an embodiment of the present invention. Figure 1 As shown, the training method of the aircraft aerodynamic force prediction model according to an embodiment of the present invention specifically includes:

[0032] In step S110, the outline mesh file is generated using generation software, specifically including:

[0033] A large number of shape grid files are generated using parametric aerodynamic shape generation software, and in the embodiment of the present invention, 4000 training samples are generated;

[0034] In step S120, simulation software is used to estimate the actual value of the aerodynamic force under the set flow field parameters on the shape grid file, and shape point data is extracted from the shape grid file to obtain a shape point cloud file, which specifically includes:

[0035] The simulation software used is computational fluid dynamics (CFD) software, which obtains the actual value of aerodynamic force under different flow field parameters. The flow field parameters can be set in the CFD software.

[0036] extracting a first preset amount of contour point data from the contour grid file using a random sampling method;

[0037] Use the farthest point sampling method to extract the second preset amount of contour point data from the contour grid file. The farthest point sampling method is a point cloud data sampling method widely used in 3D point cloud processing. It should be noted that the farthest point sampling method does not only extract the farthest sampling point, but iteratively selects a group of farthest points.

[0038] Random sampling and farthest point sampling can effectively reduce the dimension of data to improve computational efficiency;

[0039] In the embodiment of the present invention, the first preset amount and the second preset amount are both 2048, and a point cloud file including 4096 data points is generated. Figure 2 is a schematic diagram of a point cloud file according to an embodiment of the present invention. Figure 2 As shown, the point cloud file after removing duplicate points is displayed.

[0040] In step S130, a training set including flow field parameters, actual aerodynamic values ​​and shape point cloud files is generated, specifically including:

[0041] The set flow field parameters, the actual aerodynamic values ​​corresponding to the flow field parameters, and the shape point cloud file are used as a piece of data in the training set, and the training set includes multiple pieces of data; wherein, the indicators of the flow field parameters include the Mach number Ma and the angle of attack α, and preferably the flight altitude or other indicators can be introduced. In the embodiment of the present invention, the Mach numbers of the training set include 0.6, 0.8, and 1.0, the angles of attack include -2, 0, 2, 4, 6, 8, 10, 12, 16, and 20 degrees, and the indicators of the actual aerodynamic values ​​include the normal force CN, the axial force CA, and the pitching moment MZ.

[0042] In step S140, the training set is input into the deep model composed of the encoder group and the prediction module. The flow field parameters and the shape point cloud file are encoded in the encoder group respectively. The two encoding results are added together to obtain a comprehensive code. The comprehensive code is input into the prediction module to obtain the aerodynamic force prediction value, which specifically includes:

[0043] A flow field encoder based on a multi-layer perceptron is used to encode the flow field parameters to obtain a first feature vector. The last layer of the flow field encoder does not use an activation function because the multi-layer perceptron here hopes to output an implicit representation of a feature so that a subsequent prediction module can flexibly use the implicit representation of the feature. In this embodiment of the present invention, the flow field encoder includes two hidden layers.

[0044] The shape point cloud file is encoded using a shape encoder based on the Pointnet point cloud model to obtain the second eigenvector. Pointnet is a groundbreaking deep learning model that can operate directly on point clouds without converting them into a regular grid structure.

[0045] Determine whether the feature dimensions of the first feature vector and the second feature vector are the same; in the embodiment of the present invention, the feature dimensions of the generated first feature vector and the second feature vector are both 512.

[0046] If the feature dimensions are different, the feature dimensions of the first feature vector or the second feature vector are adjusted by linear transformation, and the two adjusted encoding results are added together to obtain a composite code. Otherwise, the composite code is obtained by direct addition. In the embodiment of the present invention, direct addition is sufficient.

[0047] The integrated code is input into a prediction module based on a multi-layer perceptron to obtain an aerodynamic force prediction value. The last layer of the prediction module uses an activation function because the multi-layer perceptron needs to output a prediction result. The indicators of the aerodynamic force prediction value include normal force, axial force, and pitching moment. In this embodiment of the present invention, the prediction module includes two hidden layers.

[0048] The flow field encoder and other layers of the multilayer perceptron in the prediction module all use activation functions.

[0049] In step S150, the deep model is iteratively updated based on the error between the predicted aerodynamic force and the actual aerodynamic force. After the iteration, a trained aircraft aerodynamic force prediction model is obtained, which specifically includes:

[0050] The mean square error between the predicted aerodynamic value and the actual aerodynamic value is calculated. The deep model is iteratively updated using the Adam optimizer based on the mean square error. The deep model is validated using a test set consisting of 1000 samples to ensure that the model reaches the optimal state.

[0051] Figure 3 FIG. 1 is a schematic diagram of the aerodynamic force prediction result according to an embodiment of the present invention. Figure 3As shown in the figure, the prediction results of the normal force CN in the aerodynamic force are displayed. The horizontal axis is the angle of attack value and the vertical axis is the normal vector value. CN-Truth represents the actual value of the normal force, and CN-Pred represents the predicted value of the normal force. It proves that the prediction accuracy of the aircraft aerodynamic force prediction model obtained by training is better and is closer to the actual value.

[0052] The above technical solutions of the embodiments of the present invention are illustrated with reference to the following drawings.

[0053] Figure 4 Schematic diagram of the overall framework of the prediction model of the embodiment of the present invention, such as Figure 4 As shown in the figure, the overall architecture of the aircraft aerodynamic prediction model is demonstrated, including the dataset construction architecture and the model training architecture. The actual aerodynamic values ​​in the dataset are used as true labels for iterative updates, and other indicators are used to participate in model training. The deep neural network model includes a dual-branch encoding structure, which describes the aircraft aerodynamic characteristics from two aspects: fluid mechanics characteristics and the geometric shape of the aircraft itself.

[0054] To sum up, in response to the current problems, this invention proposes a training method for an aircraft aerodynamic prediction model, which converts the shape grid into a point cloud data format that is easy to encode, and uses a combination of random sampling and farthest point sampling to sample the shape grid, so that the generated point cloud file retains the grid details and reduces the number of data points, which is beneficial to reducing the computational complexity of the deep model; in the training process of the deep model, a dual-branch encoder group structure is used, a flow field encoder based on a multi-layer perceptron is used to encode the flow field parameters, and a shape encoder based on a Pointnet point cloud model is used to encode the shape point cloud file, and then the comprehensive encoding input prediction model is obtained by fusion, which describes the aerodynamic characteristics of the aircraft from two aspects: fluid mechanics characteristics and the geometric shape of the aircraft itself, thereby improving the accuracy of model prediction.

[0055] Device embodiment

[0056] According to an embodiment of the present invention, a training device for an aircraft aerodynamic force prediction model is provided. Figure 5 FIG. 1 is a schematic diagram of a training device for an aircraft aerodynamic force prediction model according to an embodiment of the present invention. Figure 5 As shown, the training device of the aircraft aerodynamic force prediction model according to an embodiment of the present invention specifically includes:

[0057] The grid file generating module 50 is used to generate an outline grid file using generating software.

[0058] The point cloud file generation module 52 is used to estimate the actual value of the aerodynamic force under the set flow field parameters on the shape grid file using simulation software, extract shape point data from the shape grid file, and obtain the shape point cloud file. Specifically, it is used to:

[0059] extracting a first preset amount of contour point data from the contour grid file using a random sampling method;

[0060] A second preset amount of contour point data is extracted from the contour grid file using the farthest point sampling method.

[0061] The training set forming module 54 is used to generate a training set including flow field parameters, actual aerodynamic values ​​and shape point cloud files, specifically for:

[0062] The set flow field parameters, the actual aerodynamic values ​​corresponding to the flow field parameters, and the shape point cloud files are used as data in the training set. The indicators of the flow field parameters include Mach number and angle of attack, and the indicators of the actual aerodynamic values ​​include normal force, axial force, and pitching moment.

[0063] The encoding prediction module 56 is used to input the training set into the deep model composed of the encoder group and the prediction module. The encoder group encodes the flow field parameters and the shape point cloud file respectively, adds the two encoding results to obtain a comprehensive code, and inputs the comprehensive code into the prediction module to obtain the aerodynamic force prediction value. Specifically, it is used to:

[0064] A flow field encoder based on a multi-layer perceptron is used to encode the flow field parameters to obtain the first eigenvector, wherein the last layer of the flow field encoder does not use an activation function;

[0065] The shape point cloud file is encoded using a shape encoder based on the Pointnet point cloud model to obtain the second eigenvector.

[0066] Determine whether the feature dimensions of the first eigenvector and the second eigenvector are the same;

[0067] If the feature dimensions are different, the feature dimensions of the first feature vector or the second feature vector are adjusted by linear transformation, and the two adjusted encoding results are added together to obtain a composite code; otherwise, the composite code is obtained by directly adding them together.

[0068] The integrated code is input into a prediction module based on a multi-layer perceptron to obtain the aerodynamic force prediction value. The last layer of the prediction module uses an activation function. The indicators of the aerodynamic force prediction value include normal force, axial force and pitching moment.

[0069] The iteration module 58 is used to repeatedly iteratively update the deep model based on the error between the predicted aerodynamic force and the actual aerodynamic force. After the iteration, a trained aircraft aerodynamic force prediction model is obtained. Specifically, it is used to:

[0070] The mean square error between the predicted aerodynamic value and the actual aerodynamic value is calculated, and the deep model is iteratively updated using the Adam optimizer based on the mean square error.

[0071] To sum up, in response to the existing problems, the training device of the aircraft aerodynamic prediction model invented this time converts the shape grid into a point cloud data format that is easy to encode, and uses a combination of random sampling and farthest point sampling to sample the shape grid, so that the generated point cloud file retains the grid details and reduces the number of data points, which is beneficial to reducing the computational complexity of the deep model; in the training process of the deep model, a dual-branch encoder group structure is used, a flow field encoder based on a multi-layer perceptron is used to encode the flow field parameters, and a shape encoder based on the Pointnet point cloud model is used to encode the shape point cloud file, and then the comprehensive encoding input prediction model is obtained by fusion, which describes the aerodynamic characteristics of the aircraft from two aspects: fluid mechanics characteristics and the geometric shape of the aircraft itself, thereby improving the accuracy of model prediction.

[0072] Electronic device embodiment

[0073] Figure 6 is a schematic diagram of an electronic device according to an embodiment of the present invention. Electronic device 600 may include at least one processor 610 and memory 620. Processor 610 can execute instructions stored in memory 620. Processor 610 is communicatively coupled to memory 620 via a data bus. In addition to memory 620, processor 610 may also be communicatively coupled to input device 630, output device 640, and communication device 650 via the data bus.

[0074] The processor 610 may be any conventional processor, such as a commercially available CPU. The processor may also include a graphics processor (GPU), a field programmable gate array (FPGA), a system on chip (SOC), an application specific integrated circuit (ASIC), or a combination thereof.

[0075] The memory 620 may be implemented by any type of volatile or non-volatile memory device or a combination thereof, such as static random access memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk, or optical disk.

[0076] In the embodiment of the present disclosure, executable instructions are stored in the memory 620, and the processor 610 can read the executable instructions from the memory 620 and execute the instructions to implement all or part of the steps of the training method of the aircraft aerodynamic prediction model in any of the above exemplary embodiments.

[0077] Computer readable storage medium embodiments

[0078] In addition to the above-mentioned methods and devices, an exemplary embodiment of the present disclosure may also be a computer program product or a computer-readable storage medium storing the computer program product, wherein the computer product includes computer program instructions that can be executed by a processor to implement all or part of the steps described in the training method of the aircraft aerodynamic prediction model in any of the above-mentioned exemplary embodiments.

[0079] The computer program product may be written in any combination of one or more programming languages ​​to write program code for performing the operations of the embodiments of the present application, including object-oriented programming languages ​​such as Java, C++, etc., as well as conventional procedural programming languages ​​such as "C" or similar programming languages ​​and scripting languages ​​(e.g., Python). The program code may be executed entirely on the user's computing device, partially on the user's computing device, as a standalone software package, partially on the user's computing device and partially on a remote computing device, or entirely on a remote computing device or server.

[0080] Computer-readable storage media can adopt any combination of one or more readable media. The readable medium can be a readable signal medium or a readable storage medium. The readable storage medium can include, for example, but is not limited to, electrical, magnetic, optical, electromagnetic, infrared, or semiconductor systems, devices or components, or any combination thereof. More specific examples of readable storage media include: static random access memory (SRAM) electrically connected with one or more wires, electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic storage, flash memory, magnetic disk or optical disk, or any suitable combination thereof.

[0081] Finally, it should be noted that the above embodiments are only used to illustrate the technical solutions of the present invention, rather than to limit it. Although the present invention has been described in detail with reference to the above embodiments, those skilled in the art should understand that they can still modify the technical solutions described in the above embodiments, or replace some or all of the technical features therein with equivalents. However, these modifications or replacements do not cause the essence of the corresponding technical solutions to deviate from the scope of the technical solutions of the embodiments of the present invention.

Claims

1. A training method for an aircraft aerodynamic prediction model, characterized in that: include: Use the generation software to generate the shape mesh file; Using simulation software to estimate the actual value of aerodynamic force under set flow field parameters on the shape grid file, extracting shape point data from the shape grid file to obtain a shape point cloud file; generating a training set including the flow field parameters, the actual value of the aerodynamic force, and the shape point cloud file; Inputting the training set into a deep model composed of an encoder group and a prediction module, encoding the flow field parameters and the shape point cloud file in the encoder group respectively, adding the two encoding results to obtain a comprehensive code, and inputting the comprehensive code into the prediction module to obtain an aerodynamic force prediction value; The deep model is updated iteratively according to the error between the aerodynamic force prediction value and the aerodynamic force actual value, and a trained aircraft aerodynamic force prediction model is obtained after the iteration is completed.

2. The method according to claim 1, characterized in that The extracting of the shape point data from the shape grid file to obtain the shape point cloud file specifically includes: extracting a first preset amount of contour point data from the contour grid file using a random sampling method; A second preset amount of contour point data is extracted from the contour grid file using a farthest point sampling method.

3. The method according to claim 1, characterized in that The generating of the training set including the flow field parameters, the actual aerodynamic force value and the shape point cloud file specifically includes: The set flow field parameters, the actual aerodynamic values ​​corresponding to the flow field parameters, and the shape point cloud file are used as data in the training set, wherein the indicators of the flow field parameters include Mach number and angle of attack, and the indicators of the actual aerodynamic values ​​include normal force, axial force, and pitching moment.

4. The method according to claim 1, wherein Said encoding of the flow field parameters and the shape point cloud files in the encoder group specifically includes: Encoding the flow field parameters using a flow field encoder based on a multi-layer perceptron to obtain a first eigenvector, wherein the last layer of the flow field encoder does not use an activation function; The shape point cloud file is encoded using a shape encoder based on the Pointnet point cloud model to obtain the second eigenvector.

5. The method according to claim 4, characterized in that The method of adding the two encoding results to obtain the comprehensive encoding specifically includes: Determining whether the first eigenvector and the second eigenvector have the same eigendimension; If the feature dimensions are different, the feature dimensions of the first feature vector or the second feature vector are adjusted by linear transformation, and the two adjusted encoding results are added together to obtain a composite code; otherwise, the composite code is obtained by directly adding together.

6. The method according to claim 1, wherein Inputting the integrated code into the prediction module to obtain the aerodynamic force prediction value specifically includes: The integrated code is input into a prediction module based on a multi-layer perceptron to obtain an aerodynamic force prediction value, wherein the last layer of the prediction module uses an activation function, and the indicators of the aerodynamic force prediction value include normal force, axial force and pitching moment.

7. The method according to claim 1, characterized in that The repeatedly iteratively updating the depth model according to the error between the aerodynamic force prediction value and the aerodynamic force actual value specifically includes: The mean square error between the predicted aerodynamic force value and the actual aerodynamic force value is calculated, and the deep model is iteratively updated using an Adam optimizer according to the mean square error.

8. A training device for an aircraft aerodynamic prediction model, characterized in that: include: A mesh file generation module is used to generate an outline mesh file using generation software; a point cloud file generating module, configured to use simulation software to estimate the actual value of aerodynamic force under set flow field parameters on the shape grid file, extract shape point data from the shape grid file, and obtain a shape point cloud file; A training set forming module, configured to generate a training set including the flow field parameters, the actual aerodynamic force values ​​and the shape point cloud file; An encoding prediction module is used to input the training set into a deep model composed of an encoder group and a prediction module, encode the flow field parameters and the shape point cloud file in the encoder group respectively, add the two encoding results to obtain a comprehensive code, and input the comprehensive code into the prediction module to obtain an aerodynamic force prediction value; The iterative module is used to repeatedly iteratively update the deep model according to the error between the aerodynamic force prediction value and the aerodynamic force actual value, and obtain a trained aircraft aerodynamic force prediction model after the iteration is completed.

9. An electronic device, characterized in that: include: A memory, a processor, and a computer program stored in the memory and executable on the processor, wherein when the computer program is executed by the processor, the steps of the method for training an aircraft aerodynamic force prediction model according to any one of claims 1 to 7 are implemented.

10. A computer-readable storage medium, characterized in that The computer-readable storage medium stores an information transmission implementation program, and when the program is executed by a processor, the steps of the training method of the aircraft aerodynamic force prediction model according to any one of claims 1 to 7 are implemented.

Citation Information

Patent Citations

  • Aircraft aerodynamic force prediction method, electronic equipment and storage medium

    CN117634365A

  • Three-dimensional aircraft aerodynamic configuration feature construction and aerodynamic force prediction method based on cross section area

    CN118886360A