CN109684674B - Cabin door pneumatic load processing method - Google Patents

Cabin door pneumatic load processing method Download PDF

Info

Publication number
CN109684674B
CN109684674B CN201811470130.6A CN201811470130A CN109684674B CN 109684674 B CN109684674 B CN 109684674B CN 201811470130 A CN201811470130 A CN 201811470130A CN 109684674 B CN109684674 B CN 109684674B
Authority
CN
China
Prior art keywords
load
pneumatic
node
finite element
cabin door
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.)
Active
Application number
CN201811470130.6A
Other languages
Chinese (zh)
Other versions
CN109684674A (en
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.)
AVIC First Aircraft Institute
Original Assignee
AVIC First Aircraft Institute
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 AVIC First Aircraft Institute filed Critical AVIC First Aircraft Institute
Priority to CN201811470130.6A priority Critical patent/CN109684674B/en
Publication of CN109684674A publication Critical patent/CN109684674A/en
Application granted granted Critical
Publication of CN109684674B publication Critical patent/CN109684674B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/15Vehicle, aircraft or watercraft design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • G06F30/23Design optimisation, verification or simulation using finite element methods [FEM] or finite difference methods [FDM]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T90/00Enabling technologies or technologies with a potential or indirect contribution to GHG emissions mitigation

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Geometry (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Aviation & Aerospace Engineering (AREA)
  • Pure & Applied Mathematics (AREA)
  • Mathematical Optimization (AREA)
  • Mathematical Analysis (AREA)
  • Computational Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Aerodynamic Tests, Hydrodynamic Tests, Wind Tunnels, And Water Tanks (AREA)

Abstract

The invention belongs to the field of aeroelastic mechanics, and particularly relates to a cabin door pneumatic load processing method. Through the load processing method, the cabin door finite element grid pneumatic load can be directly used, the calculation error is controlled within an acceptable range, the calculation accuracy is high, the operation is simple and quick, and the application is wide.

Description

Cabin door pneumatic load processing method
Technical Field
The invention belongs to the field of aeroelastic mechanics, and particularly relates to a cabin door pneumatic load processing method.
Background
The aerodynamic load calculation and the finite element model calculation both need to divide the appearance of the aircraft into grids, and because the requirements of the self solving precision and efficiency are met in each field, the requirements on the grid density are different, so that the structural finite element grids and the aerodynamic load calculation grids are greatly different in form, and the complete coincidence of the finite element grids and the load calculation grids cannot be ensured. Therefore, a pneumatic data processing method is required to be sought to realize the transmission of pneumatic data on the finite element model calculation grid and the pneumatic load calculation grid, and the efficient and accurate load processing method is also an important means for ensuring the calculation precision of the finite element model.
Disclosure of Invention
The invention aims to: a cabin door pneumatic load processing method is used for guaranteeing the calculation accuracy of a finite element model.
The technical scheme is as follows: a cabin door pneumatic load processing method comprises the following calculation steps:
firstly, reading a pneumatic total load total distance (comprising a pressing center position) file, a pneumatic distribution load (CP value) file and a pneumatic grid model;
step two, reading a cabin door finite element model (comprising node positions, triangle units and quadrilateral units);
thirdly, processing the calculated aerodynamic distribution load (CP value) to the node position of the cabin door finite element model by adopting a spline function interpolation method;
fourthly, node force of each unit is obtained by integrating triangular units and quadrilateral units of the cabin door finite element model;
and fifthly, calculating the total load total distance of the finite element model node force according to the pressing center position, comparing the total load total distance with the original total load total distance of the pneumatic load, analyzing the error, and if the calculated error is within 3%, judging that the calculated error is acceptable, otherwise, adopting a small increment weight correction method to correct the node force, and controlling the error within 3%.
And sixthly, outputting the finite element model node force according to a Nastran reading format.
The beneficial calculation effect is as follows: through the load processing method, the cabin door finite element grid pneumatic load can be directly used, the calculation error is controlled within an acceptable range, the calculation accuracy is high, the operation is simple and quick, and the application is wide.
Drawings
FIG. 1 is a program flow diagram;
FIG. 2 is a schematic view of a finite element model of a pneumatic mesh and a cabin door;
FIG. 3 is a schematic diagram of finite element model node force distribution;
fig. 4 is a diagram of a Nastran read format output.
Detailed Description
A cabin door pneumatic load processing method comprises the following specific calculation steps:
firstly, reading a pneumatic total load total distance (comprising a pressing center position) file, a pneumatic distribution load (CP value) file and a pneumatic grid model;
step two, reading a cabin door finite element model (comprising node positions, triangle units and quadrilateral units), as shown in fig. 1;
thirdly, processing the calculated aerodynamic distribution load (CP value) to the node position of the cabin door finite element model by adopting a spline function interpolation method;
the spline function interpolation method comprises the following steps:
is arranged at N independent points (x i ,y i ) Function value W on (i=1, 2, … …, N) i Given, then the general surface spline function W (x,y) Can be expressed as:
Figure SMS_1
wherein: r is (r) i 2 =(x-x i ) 2 +(y-y i ) 2
Epsilon is a small amount and is set for calculating higher derivative and controlling the degree of curvature change urgency of the surface. The general requirements are: epsilon<<min(r i 2 ) (i=1, 2, … …, N and r i Is a value other than 0)
Coefficient K i (i=1, 2, … …, N) and a 0 、a 1 、a 2 Is determined by the following linear equation set:
Figure SMS_2
wherein:
Figure SMS_3
solving equation set (2) to obtain coefficient K i And a 0 、a 1 、a 2 Substituting the formula (1) to obtain the curved spline interpolation function W (x,y)
Fourth, node forces of all units are obtained by integrating the bin elements such as the bin door finite element model triangle unit and the quadrilateral unit, and the node forces are shown in figure 2;
and fifthly, calculating the total load total distance of the finite element model node force according to the pressing center position, comparing the total load total distance with the pneumatic load total distance, and analyzing errors. If the calculated error is within 3%, the node force is corrected by adopting a small increment weight correction method, and the error is controlled within 3%, as shown in table 1.
Table 1 cabin door pneumatic load handling error
Figure SMS_4
The small increment weighting correction method comprises the following steps:
let the pneumatic total load total moment be F z 、M x 、M y The node load after load processing is P i (i=1, 2, … …, N), N being the number of finite element nodes, the coordinates of the node positions being x i 、y i
Let the weighting coefficient be b 0 、b 1 And b 2 Let the corrected node load P i ' is:
P i '=P i +P i (b 0 +b 1 x i +b 2 y i )
then there are:
Figure SMS_5
solving the above-mentioned coefficient b 0 、b 1 And b 2 Substituting and calculating the corrected node load P i '。
Sixth, finite element model node forces are output according to the Nastran read format, as shown in FIG. 4.
It can be seen that the cabin door finite element grid pneumatic load can be directly used through the load processing method, the calculation error is controlled within an acceptable range, the calculation accuracy is high, the operation is simple and quick, and the application is wide.

Claims (3)

1. A cabin door pneumatic load processing method is characterized in that: the calculation steps are as follows:
firstly, reading a pneumatic total load total distance file, a pneumatic distribution load file and a pneumatic grid model;
step two, reading a cabin door finite element model;
thirdly, processing the calculated pneumatic distribution load to the node position of the cabin door finite element model by adopting a spline function interpolation method;
fourthly, node force of each unit is obtained by integrating triangular units and quadrilateral units of the cabin door finite element model;
fifthly, calculating the total load total distance of the finite element model node force according to the pressing center position, comparing the total load total distance with the original total load total distance of the pneumatic load, analyzing errors, if the calculated errors are within 3%, and if not, adopting a small increment weighting correction method to correct the node force, and controlling the errors within 3%;
step six, outputting the finite element model node force according to a Nastran reading format;
the spline interpolation method in the third step is as follows:
is arranged at N independent points (x i ,y i ) The method comprises the steps of carrying out a first treatment on the surface of the i=1, 2, … …, N; function value W of the upper part i Given, then the general surface spline function W (x,y) Can be expressed as:
Figure FDA0004051997530000011
wherein: r is (r) i 2 =(x-x i ) 2 +(y-y i ) 2
Epsilon is a small quantity and is set for calculating a high-order derivative and controlling the degree of urgency of curvature change of a curved surface; epsilon<<min(r i 2 ) The method comprises the steps of carrying out a first treatment on the surface of the i=1, 2, … …, N and r i A value other than 0;
coefficient K i And a 0 、a 1 、a 2 Is determined by the following linear equation set:
Figure FDA0004051997530000012
wherein:
Figure FDA0004051997530000013
solving equation set (2) to obtain coefficient K i And a 0 、a 1 、a 2 Substituting the formula (1) to obtain the curved spline interpolation function W (x,y) The method comprises the steps of carrying out a first treatment on the surface of the Where i=1, 2, … …, N.
2. A method for pneumatic load handling of a hatch door according to claim 1, characterized by: the small increment weighting correction method comprises the following steps:
let the pneumatic total load total moment be F z 、M x 、M y The node load after load processing is P i The method comprises the steps of carrying out a first treatment on the surface of the i=1, 2, … …, N; n is the number of finite element nodes, and the coordinates of the node positions are x i 、y i
Let the weighting coefficient be b 0 、b 1 And b 2 Let the corrected node load P i ' is:
P i '=P i +P i (b 0 +b 1 x i +b 2 y i )
then there are:
Figure FDA0004051997530000021
solving the above-mentioned coefficient b 0 、b 1 And b 2 Substituting and calculating the corrected node load P i '。
3. A method for pneumatic load handling of a hatch door according to claim 1, characterized by: the finite element model in step 2 includes: node position, triangle unit, quadrilateral unit.
CN201811470130.6A 2018-12-04 2018-12-04 Cabin door pneumatic load processing method Active CN109684674B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811470130.6A CN109684674B (en) 2018-12-04 2018-12-04 Cabin door pneumatic load processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811470130.6A CN109684674B (en) 2018-12-04 2018-12-04 Cabin door pneumatic load processing method

Publications (2)

Publication Number Publication Date
CN109684674A CN109684674A (en) 2019-04-26
CN109684674B true CN109684674B (en) 2023-05-05

Family

ID=66186188

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811470130.6A Active CN109684674B (en) 2018-12-04 2018-12-04 Cabin door pneumatic load processing method

Country Status (1)

Country Link
CN (1) CN109684674B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5465323A (en) * 1989-09-20 1995-11-07 Association Scientifique Pour La Geologie Et De Ses Applications Method for modelling a surface and device for implementing same
AU2001279281A1 (en) * 2000-07-01 2002-01-14 Brunswick Corporation Equal order method for fluid flow simulation
CN101853243A (en) * 2010-04-01 2010-10-06 西北工业大学 Unknown adaptive Kalman filter method for system model
CN202339242U (en) * 2011-11-14 2012-07-18 中国航空工业集团公司沈阳空气动力研究所 Device for motion simulation and load measurement of weapon cabin door
CN105183996A (en) * 2015-09-14 2015-12-23 西北工业大学 Surface element correction and grid beforehand self-adaption calculation method
CN105787199A (en) * 2015-07-06 2016-07-20 中航空天发动机研究院有限公司 Blade profile conversion method for turbine rotor blade from hot state to cold state
CN105912762A (en) * 2016-04-06 2016-08-31 合科软件(北京)有限责任公司 Method and device for determining load distribution of aircraft wing surface
CN106570204A (en) * 2016-09-23 2017-04-19 西安交通大学 Method for analyzing static strength characteristics of turbomachinery blade based on CPU+GPU heterogeneous parallel computing

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5465323A (en) * 1989-09-20 1995-11-07 Association Scientifique Pour La Geologie Et De Ses Applications Method for modelling a surface and device for implementing same
AU2001279281A1 (en) * 2000-07-01 2002-01-14 Brunswick Corporation Equal order method for fluid flow simulation
CN101853243A (en) * 2010-04-01 2010-10-06 西北工业大学 Unknown adaptive Kalman filter method for system model
CN202339242U (en) * 2011-11-14 2012-07-18 中国航空工业集团公司沈阳空气动力研究所 Device for motion simulation and load measurement of weapon cabin door
CN105787199A (en) * 2015-07-06 2016-07-20 中航空天发动机研究院有限公司 Blade profile conversion method for turbine rotor blade from hot state to cold state
CN105183996A (en) * 2015-09-14 2015-12-23 西北工业大学 Surface element correction and grid beforehand self-adaption calculation method
CN105912762A (en) * 2016-04-06 2016-08-31 合科软件(北京)有限责任公司 Method and device for determining load distribution of aircraft wing surface
CN106570204A (en) * 2016-09-23 2017-04-19 西安交通大学 Method for analyzing static strength characteristics of turbomachinery blade based on CPU+GPU heterogeneous parallel computing

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
复合材料起落架舱门结构优化设计;徐子澎等;《机械制造与自动化》;20131220(第06期);全文 *
机翼气动结构耦合数值分析方法;胡婕等;《计算机辅助工程》;20130228(第01期);全文 *
水珠滴落的最小二乘粒子有限元方法模拟;汤波等;《物理学报》;20081115(第11期);全文 *
飞机翼面气动载荷压力分布有限元节点插值方法研究;张建刚;《航空科学技术》;20171215(第12期);第14-18页 *

Also Published As

Publication number Publication date
CN109684674A (en) 2019-04-26

Similar Documents

Publication Publication Date Title
He et al. Robust aerodynamic shape optimization—from a circle to an airfoil
CN109726437B (en) Cabin door pneumatic load equivalent node force processing method
CN105183996B (en) Face element amendment and the advance self-adaptive computing method of grid
Leung et al. Aerodynamic shape optimization of wings using a parallel newton-krylov approach
CN106874616B (en) Parameter optimization adjustment method and system
CN104933250B (en) A kind of wing dynamic modeling method
CN101236573B (en) Flex wing minisize aerial craft fluid-solid coupling numerical value emulation method
CN107391891B (en) Large-aspect-ratio wing optimization design method based on model fusion method
CN102567596B (en) Parametric modeling method of face gear teeth
CN109612738B (en) Distributed filtering estimation method for improving gas path performance of turbofan engine
CN105787199A (en) Blade profile conversion method for turbine rotor blade from hot state to cold state
CN106126791A (en) A kind of hypersonic wing aerodynamic force/heat analysis method considering geometrical uncertainty
CN111400834A (en) Aerodynamic optimization design method, model and device for wind generating set blade airfoil
CN109684674B (en) Cabin door pneumatic load processing method
CN110457852A (en) Synthesis springback compensation method based on iterative method
CN105718619A (en) Method for determining fuel quality characteristics of aircraft based on finite element method
CN117171894A (en) Aircraft layout pneumatic optimization design method considering static margin constraint
CN112001109A (en) Method for realizing structural impact dynamics simulation by using regenerative nuclear particle algorithm
Koziel et al. Adaptive response correction for surrogate-based airfoil shape optimization
CN108694299B (en) ICEM-CFD-based two-dimensional finite element neutronics steady-state calculation method
CN115293069B (en) System for intelligent optimization of simulation control parameters of aircraft external flow field
CN110147571B (en) Topology optimization method and device of component structure
CN112414668A (en) Wind tunnel test data static bomb correction method, device, equipment and medium
CN114139285B (en) Low Reynolds number fluid-solid coupling analysis method for flexible skin wing
Allen et al. Helicopter rotor blade multiple-section optimization with performance considerations

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
GR01 Patent grant
GR01 Patent grant