CN110674607B - Implicit solution method based on residual magnitude ordering - Google Patents

Implicit solution method based on residual magnitude ordering Download PDF

Info

Publication number
CN110674607B
CN110674607B CN201910823231.5A CN201910823231A CN110674607B CN 110674607 B CN110674607 B CN 110674607B CN 201910823231 A CN201910823231 A CN 201910823231A CN 110674607 B CN110674607 B CN 110674607B
Authority
CN
China
Prior art keywords
residual
magnitude
residual error
calculation
flow field
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
CN201910823231.5A
Other languages
Chinese (zh)
Other versions
CN110674607A (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.)
Sichuan Tengdun Technology Co Ltd
Original Assignee
Sichuan Tengdun Technology Co Ltd
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 Sichuan Tengdun Technology Co Ltd filed Critical Sichuan Tengdun Technology Co Ltd
Priority to CN201910823231.5A priority Critical patent/CN110674607B/en
Publication of CN110674607A publication Critical patent/CN110674607A/en
Application granted granted Critical
Publication of CN110674607B publication Critical patent/CN110674607B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses an implicit solution method based on residual magnitude ordering, which relates to the field of numerical calculation and comprises the steps of establishing a flow field matrix equation aiming at an object to be measured; setting boundary conditions and initial flow field conditions, and calculating residual errors of all the cells; defining a residual error module, and establishing a plurality of solving queues according to the magnitude of the residual error module; taking out a cell from the non-empty queue with the maximum residual magnitude to perform control equation iteration until the modulus of the residual decreases by one magnitude; calculating and updating the residual error of the cell influenced by the change of the current cell and the change of the residual error, and putting the current cell and the cell influenced by the change of the current cell and changed by the change of the residual error into corresponding queues according to the magnitude of a residual error model; and (4) obtaining a final flow field calculation convergence result until the residual queues larger than the convergence criterion magnitude are all empty. The method only controls the calculation domain, can be applied to any algorithm, does not sacrifice precision or limit the algorithm, can effectively reduce the calculation resources required by sequencing and improves the calculation efficiency.

Description

Implicit solution method based on residual magnitude ordering
Technical Field
The invention relates to the field of numerical calculation, in particular to an implicit solution based on residual magnitude ordering.
Background
The invention relates to an implicit equation set acceleration solution based on residual sorting, which is mainly applied to solving of a fluid mechanics equation and can also be applied to solving of other physical field equations or wider linear or nonlinear equation sets, so that the solving efficiency is improved.
In the field of Computational Fluid Dynamics (CFD), most computational models can be solved with the following matrix equations:
Ax+b=0。 (1)
wherein the matrix A is a matrix representing a control equation, b represents a boundary condition, and x is a vector to be solved.
The invention aims to reduce repeated calculation amount and improve equation solving efficiency. Particularly in the CFD field, how to calculate equations in optimal calculation steps and order is studied to accelerate the convergence process of the equations to the maximum extent.
The method for solving the flow field control equation (1) usually adopts a time correlation method, and an initial value x is set for a vector x to be solved 0 Over a time-varying course
Figure BDA0002188231430000011
Finally, a solution of formula (1) is obtained, wherein R is the residual.
The objective of the steady state calculation is to make the residual tend to 0, and obtain the flow field target solution, and the size of R is the main sign of flow field convergence. The general process of CFD computation is to set the initial flow field, with the residual of the flow field region outside the object plane (or other restrictive boundary) at or near 0, with non-zero residual near the restrictive boundary, bounded by boundary conditions, and diffusing outward, reflecting at the boundary, and possibly oscillating during the computational iteration, and then gradually decreasing in amplitude and going toward 0. The variation of the residual is actually representative of the propagation and interaction process of the perturbation signal generated by the restrictive boundary conditions under the control of the flow equation.
For a supersonic/hypersonic flow field, a limited influence area of disturbance (usually shock waves are used as a boundary) exists, the influence of the disturbance is limited in the influence area, and the flow field outside the influence area is invariable; meanwhile, the directivity of signal propagation exists, and downstream changes cannot influence an upstream area beyond the Mach cone. Based on these characteristics, some methods are proposed to reduce unnecessary computation outside the disturbance influence area, such as defining a computation domain based on pre-analysis, or simplifying a control equation into a parabolic model (PNS), performing space-driven computation, and the like.
For a subsonic flow field, the influence of disturbance can be spread to the whole flow field, but the rules of the propagation direction and attenuation still exist, and correspondingly, an acceleration method aiming at signal propagation directivity such as alternating direction scanning (ADI) exists.
However, these methods have limitations. The computational domain definition cannot be made the most efficient for all computational states with one scheme; the PNS changes the equation, influences the precision and can only be applied to the supersonic velocity area; ADI also has a certain blindness, does not accurately track the propagation path of the signal, and has a large degree of redundancy in computation. In the calculation process, the situation that local region oscillation convergence in the flow field is poor, so that the full flow field is subjected to long-time iterative calculation is also often caused, convergence is judged by using a full flow field convergence criterion, but a large deviation still exists locally. These can greatly affect computational efficiency and computational accuracy.
And (4) carrying out sequencing management on the residual errors of all grids of the full flow field based on an implicit solution of residual error sequencing, and preferentially calculating a unit with the highest residual error sequencing. The method has the advantages that the calculation of the unit with the residual error sequencing in the front can ensure that all the calculation is effective calculation; along with the propagation process of the signals, the calculation area can be ensured to cover the signal propagation path all the time, and the redundant calculation amount is reduced to the maximum extent; the calculation domain is always driven by the propagation of disturbance signals, the effective region and the ineffective region are automatically distinguished, one method can adapt to all calculation states, and special processing is not needed for different calculation states; the method only controls the calculation domain, has no restriction and special requirements on the algorithm layer, can be suitable for any algorithm, and does not sacrifice the precision or limit the application range of the algorithm.
However, the sorting of the residuals is resource consuming, and frequent sorting operations may partially offset the effect of improving the computational efficiency. In fact, the influence of the units with the same residual magnitude on the calculation result is considerable, and the calculation sequence cannot generate a great improvement effect on the calculation efficiency. In view of this, a CFD calculation method based on residual magnitude ordering is now proposed.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: and only according to the order of magnitude classification of the residual errors, the residual errors with the same order of magnitude are treated equally, the additional overhead caused by sorting is reduced, and the total calculation efficiency of the existing CFD calculation program is improved by 1-2 orders of magnitude.
The invention provides an implicit solution method based on residual magnitude ordering, which comprises the following steps:
step 1: establishing a flow field matrix equation aiming at an object to be detected;
step 2: setting boundary conditions and initial flow field conditions, and calculating residual errors of all the cells;
and 3, step 3: defining a residual error module, and establishing a plurality of solving queues according to the magnitude classification of the residual error module;
and 4, step 4: taking out a cell from the non-empty queue with the maximum residual magnitude to carry out iterative solution on a control equation until the modulus of the residual decreases by one magnitude;
and 5: calculating and updating the residual error of the cell influenced by the change of the current cell and the change of the residual error, and putting the current cell and the cell influenced by the change of the current cell and changed by the change of the residual error into corresponding queues according to the magnitude of a residual error model;
and 6: and (5) repeating the step (4) and the step (5) until all residual queues larger than the preset convergence criterion magnitude are empty, and obtaining a final flow field calculation convergence result.
Because the method only controls the calculation domain and has no restriction and special requirements on the algorithm layer, the method can be applied to any algorithm without sacrificing the precision or limiting the application range of the algorithm. Meanwhile, the units with the same order of residual errors are not sequenced any more, so that the computing resources required by frequent sequencing are reduced, and the computing efficiency is further improved.
Further, the flow field matrix equation established in step 1 is Ax + b =0; wherein A is a control equation matrix; b is a vector representing a boundary condition established according to the object to be measured; x is a vector and represents a flow field parameter to be solved; the method for calculating the residual error in the step 2 is to set an initial value x for the vector x to be solved 0 Establishing an equation
Figure BDA0002188231430000031
And solving an equation to obtain a residual error R.
The mode of defining the residual error is based on the sum of the squares of the components of the residual error vector.
The method can ensure that the calculation area always covers the signal transmission path along with the signal transmission process, thereby reducing the redundant calculation amount to the maximum extent; the calculation domain is always driven by the propagation of disturbance signals, the effective region and the ineffective region are automatically distinguished, one method can adapt to all calculation states, and special processing is not needed for different calculation states.
By adopting the technical scheme, the invention has the beneficial effects that: the unit with the maximum residual magnitude is calculated every time, so that all calculation can be guaranteed to be effective calculation; along with the propagation process of the signals, the calculation area can be ensured to cover the signal propagation path all the time, and the redundant calculation amount is reduced to the maximum extent; the calculation domain is always driven by the propagation of disturbance signals, the effective region and the ineffective region are automatically distinguished, one method can adapt to all calculation states, and special processing is not needed to be carried out on different calculation states; and the method only controls the calculation domain, has no restriction and special requirements on the algorithm layer, can be suitable for any algorithm, and does not sacrifice the precision or limit the application range of the algorithm. Meanwhile, as the units with the same magnitude of residual errors are not sorted any more, the calculation resources required by frequent sorting are reduced, and the calculation efficiency is further improved.
Detailed Description
All of the features disclosed in this specification, or all of the steps of any method or process so disclosed, may be combined in any combination, except combinations of features and/or steps that are mutually exclusive.
Any feature disclosed in this specification may be replaced by alternative features serving equivalent or similar purposes, unless expressly stated otherwise. That is, unless expressly stated otherwise, each feature is only an example of a generic series of equivalent or similar features.
The invention firstly provides a calculation method based on residual sorting, and the algorithm has universal applicability and is almost suitable for all solution models which can be equivalently Ax + b = 0. The method specifically comprises the following steps:
step 1: establishing a flow field matrix equation Ax + b =0 for an object to be measured; wherein A is a matrix of a governing equation; b is a vector representing a boundary condition established according to the object to be measured; and x is a vector and represents a flow field parameter to be solved.
And 2, step: boundary conditions and initial flow field conditions are set, generally, each unit cell under the initial flow field conditions does not meet a given matrix equation and has a certain degree of residual error. The residual error of each cell is calculated.
And step 3: the modulus of the residual is defined in some way, such as the sum of the squares of the components of the residual vector, and a plurality of solution queues are built sorted by the magnitude of the residual modulus.
And 4, step 4: and taking out a cell from the head of the non-empty queue with the maximum residual error magnitude to carry out iterative solution on the control equation until the modulus of the residual error is reduced by one magnitude.
And 5: and calculating and updating the residual error of the adjacent cell of the current cell, and putting the current cell and the cell influenced by the change of the current cell and changed by the residual error into corresponding queues according to the magnitude of the residual error module.
Step 6: and (5) repeating the step (4) and the step (5) until all residual queues larger than the preset convergence criterion magnitude are empty, and obtaining a final flow field calculation convergence result.
The invention has the advantages that the unit with the front-ranked residual error is always calculated, so that the calculation is guaranteed to be effective; along with the propagation process of the signals, the calculation area can be ensured to cover the signal propagation path all the time, and the redundant calculation amount is reduced to the maximum extent; the calculation domain is always driven by the propagation of disturbance signals, the effective region and the ineffective region are automatically distinguished, one method can be used for adapting to all calculation states, and special processing is not needed for different calculation states; the method only controls the calculation domain, has no restriction and special requirements on the algorithm layer, can be suitable for any algorithm, and does not sacrifice the precision or limit the application range of the algorithm. Meanwhile, as the units with the same magnitude of residual errors are not sorted any more, the calculation resources required by frequent sorting are reduced, and the calculation efficiency is further improved.
The invention is not limited to the foregoing embodiments. The invention extends to any novel feature or any novel combination of features disclosed in this specification, and to any novel method or process steps or any novel combination of steps disclosed.

Claims (3)

1. An implicit solution based on residual magnitude ordering, comprising:
step 1: establishing a flow field matrix equation aiming at an object to be detected;
and 2, step: setting boundary conditions and initial flow field conditions, and calculating residual errors of all the cells;
and step 3: defining a residual error module, and establishing a plurality of solving queues according to the magnitude classification of the residual error module;
and 4, step 4: taking out a cell from the non-empty queue with the maximum residual magnitude to carry out iterative solution on a control equation until the modulus of the residual decreases by one magnitude;
and 5: calculating and updating the residual error of the cell influenced by the change of the current cell and the change of the residual error, and putting the current cell and the cell influenced by the change of the current cell and changed by the change of the residual error into corresponding queues according to the magnitude of a residual error model;
step 6: and (5) repeating the step (4) and the step (5) until all residual queues larger than the preset convergence criterion magnitude are empty, and obtaining a final flow field calculation convergence result.
2. The implicit solution based on residual magnitude ranking of claim 1, wherein the flow field matrix equation established in step 1 is Ax + b =0; wherein A is a control equation matrix; b is a vector representing a boundary condition established according to the object to be measured; x is a vector and represents a flow field parameter to be solved; the method for calculating the residual error in the step 2 is to set an initial value x for the vector x to be solved 0 Establishing an equation
Figure FDA0002188231420000011
And solving an equation to obtain a residual error R.
3. An implicit solution based on residual magnitude ordering according to claim 1, characterised in that the mode defining the residual is based on the sum of the squares of the components of the residual vector.
CN201910823231.5A 2019-09-02 2019-09-02 Implicit solution method based on residual magnitude ordering Active CN110674607B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910823231.5A CN110674607B (en) 2019-09-02 2019-09-02 Implicit solution method based on residual magnitude ordering

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910823231.5A CN110674607B (en) 2019-09-02 2019-09-02 Implicit solution method based on residual magnitude ordering

Publications (2)

Publication Number Publication Date
CN110674607A CN110674607A (en) 2020-01-10
CN110674607B true CN110674607B (en) 2022-11-18

Family

ID=69076218

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910823231.5A Active CN110674607B (en) 2019-09-02 2019-09-02 Implicit solution method based on residual magnitude ordering

Country Status (1)

Country Link
CN (1) CN110674607B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3299255A (en) * 1962-10-18 1967-01-17 Sperry Rand Corp Fluid data comparator
CN101246515A (en) * 2008-03-03 2008-08-20 哈尔滨工程大学 Digital ship model planar motion mechanism experimental method based on CFD software
CN102750414A (en) * 2012-06-25 2012-10-24 江苏大学 Method for testing relationship between mesh quality of centrifugal pump and computational accuracy
CN107256290A (en) * 2017-05-19 2017-10-17 四川腾盾科技有限公司 A kind of boundary condition change stream field based on residual error perturbation method influences the computational methods of residual quantity
CN107357976A (en) * 2017-06-27 2017-11-17 四川腾盾科技有限公司 A kind of computational methods of the dynamic derivative of aircraft
CN107451354A (en) * 2017-07-27 2017-12-08 中国人民解放军军械工程学院 A kind of emulation mode and terminal device of canard configuration rudders pneumatic power parameter
CN108563843A (en) * 2018-03-26 2018-09-21 北京航空航天大学 The disturbance region update method of steady compressible flowing

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6928363B2 (en) * 2002-09-20 2005-08-09 The Boeing Company Autotiller control system for aircraft

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3299255A (en) * 1962-10-18 1967-01-17 Sperry Rand Corp Fluid data comparator
CN101246515A (en) * 2008-03-03 2008-08-20 哈尔滨工程大学 Digital ship model planar motion mechanism experimental method based on CFD software
CN102750414A (en) * 2012-06-25 2012-10-24 江苏大学 Method for testing relationship between mesh quality of centrifugal pump and computational accuracy
CN107256290A (en) * 2017-05-19 2017-10-17 四川腾盾科技有限公司 A kind of boundary condition change stream field based on residual error perturbation method influences the computational methods of residual quantity
CN107357976A (en) * 2017-06-27 2017-11-17 四川腾盾科技有限公司 A kind of computational methods of the dynamic derivative of aircraft
CN107451354A (en) * 2017-07-27 2017-12-08 中国人民解放军军械工程学院 A kind of emulation mode and terminal device of canard configuration rudders pneumatic power parameter
CN108563843A (en) * 2018-03-26 2018-09-21 北京航空航天大学 The disturbance region update method of steady compressible flowing

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Elements of computational fluid dynamics on block structured grids using implicit solvers;K.J.Badcock et al.;《Progress in Aerospace Science》;20000831;351-392 *
一种适用于三维混合网格的GMRES加速收敛新方法;张健 等;《航空学报》;20160302;3226-3235 *

Also Published As

Publication number Publication date
CN110674607A (en) 2020-01-10

Similar Documents

Publication Publication Date Title
Rallabhandi Advanced sonic boom prediction using the augmented Burgers equation
CN108304600B (en) Method for predicting transition position of hypersonic aircraft
Giannakoglou et al. Low-cost genetic optimization based on inexact pre-evaluations and the sensitivity analysis of design parameters
Sasaki et al. Navier-Stokes optimization of supersonic wings with four objectives using evolutionary algorithm
CN109933876B (en) Unsteady aerodynamic order reduction method based on generalized aerodynamic force
CN107341316B (en) Structural shape-topology combined optimization method under design related pressure load effect
CN110162823B (en) Unsteady aerodynamic force calculation method considering aerodynamic surface effect and normal motion
CN108363843A (en) A kind of full machine Calculate Ways of geometrical non-linearity aeroelastic effect based on structure reduced-order model
KR20190068261A (en) Design method of attitude control system for flight vehicle and computer program
Haddad Khodaparast et al. Efficient worst case” 1-cosine” gust loads prediction
Sasaki et al. Aerodynamic shape optimization of supersonic wings by adaptive range multiobjective genetic algorithms
CN110674607B (en) Implicit solution method based on residual magnitude ordering
Jung et al. An implementation of self-organizing maps for airfoil design exploration via multi-objective optimization technique
CN110647716B (en) Implicit solution method based on residual sorting
CN110619160B (en) Implicit solution method based on accompanying residual sorting
CN110659447B (en) Implicit solution method based on influence factor residual sorting
Kirz Surrogate based shape optimization of a low boom fuselage wing configuration
CN114489098B (en) Attitude control method of aircraft and aircraft
CN113569360B (en) Method for designing flutter-resistant airfoil cluster of wind turbine blade
CN112685841B (en) Finite element modeling and correcting method and system for structure with connection relation
Sasaki et al. Navier-Stokes optimization of supersonic wings with four design objectives using evolutionary algorithm
Cameron et al. Metamodel assisted multi-objective global optimisation of natural laminar flow aerofoils
Park et al. S 3 GD-MV: Sparse-SignSGD with Majority Vote for Communication-Efficient Distributed Learning
CN105260498B (en) A kind of large size civil aircraft wing variable camber design method
CN109214056B (en) Pneumatic optimization design variable selection method based on flow physics

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