CN107943747B - Method for automatically decomposing multiple connected regions based on two-dimensional heat conduction differential equation - Google Patents

Method for automatically decomposing multiple connected regions based on two-dimensional heat conduction differential equation Download PDF

Info

Publication number
CN107943747B
CN107943747B CN201711143763.1A CN201711143763A CN107943747B CN 107943747 B CN107943747 B CN 107943747B CN 201711143763 A CN201711143763 A CN 201711143763A CN 107943747 B CN107943747 B CN 107943747B
Authority
CN
China
Prior art keywords
temperature
node
heat conduction
differential equation
nodes
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
CN201711143763.1A
Other languages
Chinese (zh)
Other versions
CN107943747A (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.)
Nanjing University of Aeronautics and Astronautics
Original Assignee
Nanjing University of Aeronautics and Astronautics
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 Nanjing University of Aeronautics and Astronautics filed Critical Nanjing University of Aeronautics and Astronautics
Priority to CN201711143763.1A priority Critical patent/CN107943747B/en
Publication of CN107943747A publication Critical patent/CN107943747A/en
Application granted granted Critical
Publication of CN107943747B publication Critical patent/CN107943747B/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/20Design optimisation, verification or simulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/11Complex mathematical operations for solving equations, e.g. nonlinear equations, general mathematical optimization problems
    • G06F17/13Differential equations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2111/00Details relating to CAD techniques
    • G06F2111/10Numerical modelling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2119/00Details relating to the type or aim of the analysis or the optimisation
    • G06F2119/08Thermal analysis or thermal optimisation

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Theoretical Computer Science (AREA)
  • Mathematical Analysis (AREA)
  • Pure & Applied Mathematics (AREA)
  • Mathematical Optimization (AREA)
  • Computational Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Geometry (AREA)
  • Evolutionary Computation (AREA)
  • Computer Hardware Design (AREA)
  • Operations Research (AREA)
  • Algebra (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Investigating Or Analyzing Materials Using Thermal Means (AREA)
  • Feedback Control In General (AREA)

Abstract

本发明公开了一种基于二维导热微分方程对多连通区域自动分解的方法,该方法首先对需要分区的多连通区域离散化,再先后设定热源、边界条件及初始值,计算出二维稳态导热的数值解,最后根据节点温度的最大值判定该节点属于哪个连通区域。该方法利用计算机程序得出温度场,从而自动分解多连通区域,解放了大量的劳动力,对于任意复杂的多连通区域此方法都具有适用性,且效率高。

Figure 201711143763

The invention discloses a method for automatically decomposing multi-connected regions based on a two-dimensional thermal conductivity differential equation. The method first discretizes the multi-connected regions that need to be partitioned, and then successively sets heat sources, boundary conditions and initial values, and calculates a two-dimensional Numerical solution of steady-state heat conduction, and finally determine which connected region the node belongs to according to the maximum value of node temperature. The method uses a computer program to obtain the temperature field, thereby automatically decomposing the multi-connected regions, liberating a lot of labor, and this method is applicable to any complex multi-connected regions and has high efficiency.

Figure 201711143763

Description

Method for automatically decomposing multiple connected regions based on two-dimensional heat conduction differential equation
Technical Field
The invention relates to a method for automatically decomposing a multi-communication area based on a two-dimensional heat conduction differential equation, and belongs to the technical field of computational fluid mechanics numerical values.
Background
The first step of numerical simulation is grid division, a large number of multi-connected regions can appear in the practical application process, when the multi-connected regions are subjected to grid division, the regions need to be decomposed, and then each decomposed block is subjected to grid division. The quality of the partition directly affects the quality of the grid. The existing partitioning method is mainly manual partitioning and is decomposed according to the characteristic structure of the region. However, for different areas, the partitioning must be performed again, and this method will consume a lot of manpower and time in practical application, and the efficiency and processing capability cannot meet the requirement of real-time performance.
Disclosure of Invention
In order to overcome the defects in the prior art, the invention aims to provide a method for automatically decomposing multiple connected regions based on a two-dimensional heat conduction differential equation, which can automatically divide any multiple connected region into regions and has the advantages of easiness in automatically processing complex connected regions, high efficiency and the like.
In order to achieve the above object, the present invention adopts the following technical solutions:
a method for automatically decomposing a multi-connected region based on a two-dimensional heat conduction differential equation is characterized by comprising the following steps:
step 1) carrying out discretization treatment on a multi-connected area needing to be partitioned;
step 2) setting a certain characteristic structure in the area as a constant heat source, wherein the temperature is constant T;
setting the initial temperature of other characteristic structures to be 0 ℃, and keeping the boundary temperature value to be 0;
step 3) based on two-dimensional steady-state heat conduction differential equation
Figure BDA0001472028220000021
Where t is temperature, τ is time, α is thermal diffusion coefficient, qvThe heat generated by an internal heat source is rho, the density and the specific heat are c; the temperature of each internal node can be obtained by a series expansion method or a thermal balance method, and the numerical solution of the two-dimensional steady-state heat conduction of the multi-communication area under the first class boundary condition is calculated to obtain the temperature distribution of the whole multi-communication area when the characteristic structure is used as a constant heat source;
step 4) repeating steps 2) and 3) until all the characteristic structures are used as constant heat sources to perform steps 2) and 3);
step 5) each node has different temperature values under different heat sources, and the connected area to which the node belongs is judged according to the maximum value of the node temperature;
the method for automatically decomposing the multi-connected area based on the two-dimensional heat conduction differential equation is characterized in that the specific content in the step 1) is as follows: a limited set of nodes is determined to replace the original continuous space, and the continuous space area is divided into a plurality of non-overlapping sub-areas.
The method for automatically decomposing the multi-connected region based on the two-dimensional heat conduction differential equation is characterized in that the sub-region division in the step 1) adopts a structured grid to solve: the solution area is divided into a plurality of sub-areas by a series of grid lines parallel to the coordinate axes, the intersection points of the grid lines are used as nodes, the positions of the nodes are represented by reference numerals X, Y of the nodes in two directions, the distance between two adjacent nodes is used as a step length and is recorded as delta X and delta Y, the delta X is the step length on the X axis, and the delta Y is the step length on the Y axis.
The method for automatically decomposing the multi-connected region based on the two-dimensional heat conduction differential equation is characterized in that the step 2) of setting a certain characteristic structure as a constant heat source means that the characteristic structure is mapped into a calculation domain, the characteristic structure is represented by a node, the position of the node is represented by reference numeral X, Y of the node in two directions, and the temperature of the nodes is set as a constant value T.
The method for automatically decomposing the multi-connected region based on the two-dimensional heat conduction differential equation is characterized in that the specific content in the step 3) is as follows: firstly, setting an error value epsilon according to an empirical value, carrying out iterative operation based on a two-dimensional heat conduction differential equation, wherein the temperature of each internal node is equal to the average value of the temperatures of four adjacent nodes at the upper, lower, left and right sides in the last iterative operation, the temperature value of a boundary node is constantly 0 ℃, comparing whether the error value of the temperature of each node and the temperature obtained in the last iterative operation is smaller than epsilon, if so, finishing the iterative operation, obtaining the temperature distribution of the whole multi-connected region when the characteristic structure is used as a constant heat source, and otherwise, continuing the iterative operation.
The method for automatically decomposing the multi-connected region based on the two-dimensional heat conduction differential equation is characterized in that the specific content in the step 5) is as follows: each node has different temperature values under different heat sources, and if the temperature value of the node under the Nth constant heat source is the maximum, the node belongs to the Nth communication area.
The invention achieves the following beneficial effects: the invention has applicability to any complex multi-connected area, is easy to process the complex connected area, has high efficiency, can meet the requirement of engineering, can automatically decompose the multi-connected area during processing, and liberates a large amount of labor force.
Drawings
FIG. 1 is a flow chart of an automatic decomposition of multiple connected regions into blocks method of the present invention;
FIG. 2 is a schematic view of the multiple connectivity regions of the present invention;
FIG. 3 is a schematic diagram of the computational domain discretization of the present invention;
fig. 4 (a), (b), and (c) are schematic diagrams of temperature distributions of regions in which three features are used as constant heat sources, respectively;
FIG. 5 is an exploded view of the multiple connectivity regions of the present invention.
Detailed Description
The invention is further described below with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and the protection scope of the present invention is not limited thereby.
The invention aims to solve the problems that when a multi-connected region is subjected to grid division, the multi-connected region needs to be partitioned, manual partitioning is long in time consumption, and workload is repeated and burdensome. With reference to the attached figure 1, the content of the method is as follows:
step 1) discretizing the multi-connected region shown in fig. 2, dividing the boundary line of the calculation domain into a plurality of sections by using a plurality of points, and connecting the points according to the shape of the calculation domain so that the calculation domain is divided into a plurality of sub-regions which are not overlapped with each other. The method adopts structured grid solving, namely a series of grid lines parallel to coordinate axes are used for dividing a solving area into a plurality of sub-areas, and intersection points of the grid lines are called nodes. The distance between two adjacent nodes is called step size and is marked as Δ X and Δ Y. In this example, as shown in fig. 3, the selected calculation field is a regular rectangular area, X is 100, and Y is 500.
And 2) taking the intersection points of the grid lines as space positions, namely nodes, of which the temperature values need to be determined. The position of the node is indicated by reference X, Y for the point in both directions. A feature structure is mapped into the calculation domain, the feature structure is represented by a plurality of nodes, the feature structure is also a regular rectangular area, coordinates of four vertexes of the feature structure are respectively (Xs, Ys) (Xe, Ye) (Xs, Ye), and Xe is larger than or equal to Xs, and Ye is larger than or equal to Yes. Setting the temperature value of the node representing the characteristic structure to be constant T, namely when X is larger than or equal to Xs, X is smaller than or equal to Xe, Y is larger than or equal to Ys, and Y is smaller than or equal to Ye, the values of the internal nodes are all constant T. The initial temperature values of the remaining nodes are all set to 0 degrees.
Step 3) first, an error value epsilon is set to 0.01. Based on two-dimensional steady-state heat conduction differential equation
Figure BDA0001472028220000041
Figure BDA0001472028220000042
For the internal nodes, the temperature of each internal node can be obtained by a series expansion method or a thermal equilibrium method
Figure BDA0001472028220000043
Wherein u [ x ]][y]Representing internal nodes [ x ] in the last iteration][y]Temperature value of, node x][y]Is [ x-1 ] as an adjacent node][y]、[x+1][y]、[x][y-1]、[x][y+1];w[x][y]For the node [ x ] in the iteration operation][y]And for nodes on the boundary, its temperature value w x][y]Is always 0. Compare all nodes for | w [ x ]][y]-u[x][y]And if the value of | is less than epsilon, finishing the iterative operation, otherwise, continuing the iterative operation. The temperature distribution of the entire multiply connected region is finally obtained, as shown in fig. 4.
Step 4) repeating steps 2) and 3) until all the characteristic structures are used as constant heat sources to perform steps 2) and 3);
and 5) each node has different temperature values under different heat sources, and the connected area to which the node belongs is judged according to the maximum value of the temperature of the node, namely if the temperature value of the node under the Nth constant heat source is the maximum, the node belongs to the Nth connected area.
The above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, several modifications and variations can be made without departing from the technical principle of the present invention, and these modifications and variations should also be regarded as the protection scope of the present invention.

Claims (6)

1. A method for automatically decomposing a multi-connected region based on a two-dimensional heat conduction differential equation is characterized by comprising the following steps:
step 1) carrying out discretization treatment on a multi-connected area needing to be partitioned;
step 2) setting a certain characteristic structure in the area as a constant heat source, wherein the temperature is constant T;
setting the initial temperature of other characteristic structures to be 0 ℃, and keeping the boundary temperature value to be 0;
step 3) based on two-dimensional steady-state heat conduction differential equation
Figure FDA0002730880360000011
Where t is temperature, τ is time, α is thermal diffusion coefficient, qvThe heat generated by an internal heat source is rho, the density is rho, the specific heat is c, and x and y are coordinates; the temperature of each internal node can be obtained by a series expansion method or a thermal balance method, and the numerical solution of the two-dimensional steady-state heat conduction of the multi-communication area under the first class boundary condition is calculated to obtain the temperature distribution of the whole multi-communication area when the characteristic structure is used as a constant heat source;
step 4) repeating steps 2) and 3) until all the characteristic structures are used as constant heat sources to perform steps 2) and 3);
and 5) each node has different temperature values under different heat sources, and the connected area to which the node belongs is judged according to the maximum value of the temperature of the node.
2. The method for automatically decomposing the multi-connected region based on the two-dimensional heat conduction differential equation as claimed in claim 1, wherein the specific contents in the step 1) are as follows: a limited set of nodes is determined to replace the original continuous space, and the continuous space area is divided into a plurality of non-overlapping sub-areas.
3. The method for automatically decomposing the multi-connected region based on the two-dimensional heat conduction differential equation as claimed in claim 2, wherein the sub-region division in the step 1) is solved by using a structured grid: the solution area is divided into a plurality of sub-areas by a series of grid lines parallel to the coordinate axes, the intersection points of the grid lines are used as nodes, the positions of the nodes are represented by reference numerals X, Y of the nodes in two directions, the distance between two adjacent nodes is used as a step length and is recorded as delta X and delta Y, the delta X is the step length on the X axis, and the delta Y is the step length on the Y axis.
4. The method according to claim 1, wherein the step 2) of setting a certain feature as a constant heat source means that the feature is mapped into a calculation domain, the feature is represented by a node, the position of the node is represented by reference numeral X, Y of the node in two directions, and the temperature of the nodes is set as a constant value T.
5. The method for automatically decomposing the multi-connected region based on the two-dimensional heat conduction differential equation as claimed in claim 1, wherein the specific contents in the step 3) are as follows: firstly, setting an error value epsilon according to an empirical value, carrying out iterative operation based on a two-dimensional heat conduction differential equation, wherein the temperature of each internal node is equal to the average value of the temperatures of four adjacent nodes at the upper, lower, left and right sides in the last iterative operation, the temperature value of a boundary node is constantly 0 ℃, comparing whether the error value of the temperature of each node and the temperature obtained in the last iterative operation is smaller than epsilon, if so, finishing the iterative operation, obtaining the temperature distribution of the whole multi-connected region when the characteristic structure is used as a constant heat source, and otherwise, continuing the iterative operation.
6. The method for automatically decomposing the multi-connected region based on the two-dimensional heat conduction differential equation as claimed in claim 1, wherein the specific contents in the step 5) are as follows: each node has different temperature values under different heat sources, and if the temperature value of the node under the Nth constant heat source is the maximum, the node belongs to the Nth communication area.
CN201711143763.1A 2017-11-17 2017-11-17 Method for automatically decomposing multiple connected regions based on two-dimensional heat conduction differential equation Active CN107943747B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711143763.1A CN107943747B (en) 2017-11-17 2017-11-17 Method for automatically decomposing multiple connected regions based on two-dimensional heat conduction differential equation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711143763.1A CN107943747B (en) 2017-11-17 2017-11-17 Method for automatically decomposing multiple connected regions based on two-dimensional heat conduction differential equation

Publications (2)

Publication Number Publication Date
CN107943747A CN107943747A (en) 2018-04-20
CN107943747B true CN107943747B (en) 2021-01-08

Family

ID=61932715

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711143763.1A Active CN107943747B (en) 2017-11-17 2017-11-17 Method for automatically decomposing multiple connected regions based on two-dimensional heat conduction differential equation

Country Status (1)

Country Link
CN (1) CN107943747B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103246764A (en) * 2013-04-19 2013-08-14 哈尔滨工业大学 Submersible electric machine with oil temperature field simulation method based on ansys workbench
CN106781187A (en) * 2016-12-02 2017-05-31 武汉科技大学 Scene of fire burning things which may cause a fire disaster area positioning method based on multidimentional system FM models
CN106886564A (en) * 2017-01-03 2017-06-23 北京国能日新系统控制技术有限公司 A kind of method and device that NWP wind energy collection of illustrative plates is corrected based on space clustering

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2639730C (en) * 2007-09-21 2014-05-20 Analytica Of Branford, Inc. Improvements of finite differences methods
CN102129715B (en) * 2011-03-24 2015-05-20 山东大学 Generation method of quadrilateral grid of geometric model with any internal feature constraints
CN103324836B (en) * 2013-05-31 2016-04-27 清华大学 Chip Thermal Analysis Method Based on 3D Domain Decomposition
CN106874591B (en) * 2017-02-10 2019-12-03 中冶华天南京工程技术有限公司 A kind of calculation method of square billet heating process temperature distribution
CN107066737B (en) * 2017-04-14 2019-05-17 北京科技大学 A kind of two-dimentional staggered difference method for predicting hot rolling process plate belt temperature field

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103246764A (en) * 2013-04-19 2013-08-14 哈尔滨工业大学 Submersible electric machine with oil temperature field simulation method based on ansys workbench
CN106781187A (en) * 2016-12-02 2017-05-31 武汉科技大学 Scene of fire burning things which may cause a fire disaster area positioning method based on multidimentional system FM models
CN106886564A (en) * 2017-01-03 2017-06-23 北京国能日新系统控制技术有限公司 A kind of method and device that NWP wind energy collection of illustrative plates is corrected based on space clustering

Also Published As

Publication number Publication date
CN107943747A (en) 2018-04-20

Similar Documents

Publication Publication Date Title
CN102496168B (en) Complicated river channel gridding method used for simulation of river channel hydrological numerical value
US9183328B2 (en) Method and apparatus for modeling interactions of the fluid with system boundaries in fluid dynamic systems
CN109829217B (en) Fractured fracture oil reservoir productivity simulation method and device
CN104809334A (en) Calculating method of large-volume concrete cooling temperature field
CN106294963A (en) Direct-buried cable carrying current calculation method
CN108241777A (en) Calculation of Seepage Velocity Field in Hydrate Sediments Based on Unstructured Grid Finite Element Method
CN116258042B (en) Large-scale heat transfer heterogeneous parallel simulation method based on DDM
CN111159939A (en) A fin configuration topology optimization system and method
CN104036095A (en) Regional-decomposition based high-precision coupling fast-calculation method for complex-shape flow field
CN108763718A (en) The method for quick predicting of Field Characteristics amount when streaming object and operating mode change
Bahar et al. Numerical solution of advection-diffusion equation using operator splitting method
CN107563038A (en) A kind of new thermal contact resistance finite element solving method
CN109033733B (en) Parallel method for solving temperature field by using finite element region decomposition improved SSORPCG
CN107506516A (en) A kind of communications equipment room flow field model is established and analysis method and system
CN104732589B (en) Quick hybrid grid generation method
CN107943747B (en) Method for automatically decomposing multiple connected regions based on two-dimensional heat conduction differential equation
CN113962131B (en) Method for efficiently simulating flow heat transfer of large natural gas pipe network
CN108595782A (en) A kind of discrete fractures mesostroma and interstitial mass transfercomputation method
CN102930589B (en) A kind of non-structural cartesian mesh intersection modification method
CN109684723A (en) A kind of two-dimensional structure internal acoustic method for analyzing performance
Kerimov et al. State estimation in water distribution system via diffusion on the edge space
CN107729286A (en) A kind of flow process numerical discretization schemes based on unstrctured grid
CN105808508A (en) Random orthogonal expansion method for solving uncertain heat conduction problem
CN111859646A (en) A Method for Solving Shock Wave Variable Step Size Based on B-spline Mapping Function Material Point Method
CN111339688A (en) A method for solving time domain equations of rocket simulation model based on big data parallel algorithm

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