WO2017012262A1 - Method for heat transfer optimized arrangement of electronic elements based on greedy algorithm - Google Patents

Method for heat transfer optimized arrangement of electronic elements based on greedy algorithm Download PDF

Info

Publication number
WO2017012262A1
WO2017012262A1 PCT/CN2015/098521 CN2015098521W WO2017012262A1 WO 2017012262 A1 WO2017012262 A1 WO 2017012262A1 CN 2015098521 W CN2015098521 W CN 2015098521W WO 2017012262 A1 WO2017012262 A1 WO 2017012262A1
Authority
WO
WIPO (PCT)
Prior art keywords
component
temperature
substrate
area
layout
Prior art date
Application number
PCT/CN2015/098521
Other languages
French (fr)
Chinese (zh)
Inventor
陈凯
汪双凤
Original Assignee
华南理工大学
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 华南理工大学 filed Critical 华南理工大学
Publication of WO2017012262A1 publication Critical patent/WO2017012262A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Cooling Or The Like Of Semiconductors Or Solid State Devices (AREA)
  • Investigating Or Analyzing Materials Using Thermal Means (AREA)

Abstract

A method for the heat transfer optimized arrangement of electronic elements based on a greedy algorithm comprises an element placement stage and an element adjustment stage. The method comprises: dividing a base plate into a plurality of square grids with the same size; using a base plate region as a computing domain; numerically solving the temperature distribution of the base plate region; analyzing the existing layout of electronic elements; placing electronic elements to be placed into the grid with the lowest temperature in an element-placeable region according to the temperature distribution; recording the order of placement, and then, proceeding to the element adjustment stage, which specifically comprises: taking out the electronic elements according to the order of placement, recalculating the temperature distribution of the base plate every time one electronic element is taken out, determining the element-placeable region, and placing the taken-out electronic elements into the grid with the lowest temperature, so as to obtain the optimal layout. The method has the advantages of simple optimization process, high optimization speed, outstanding performance indexes, high expansibility, great practicability, etc.

Description

一种基于贪婪算法的电子元件传热优化排布方法An optimized arrangement method for heat transfer of electronic components based on greedy algorithm 技术领域Technical field
本发明涉及一种电子元件优化排布方法,特别涉及一种基于贪婪算法的电子元件传热优化排布方法。The invention relates to an optimized arrangement method of electronic components, in particular to a method for optimal heat transfer arrangement of electronic components based on a greedy algorithm.
背景技术Background technique
随着微电子技术的发展,电子器件的体积越来越小,热流密度越来越大,散热问题已经成为电子器件微型化的瓶颈问题之一。电子器件由许多大大小小的电子元件组成,这些电子元件在工作过程中持续产生热量。若这些热量不能被及时带走,将使器件整体温度升高,超过温度阈值将对器件造成破坏,影响仪器设备的正常工作,严重时还会造成安全事故。另一方面,一些元件、仪器、设备,如电子芯片、LED灯等,对温度均匀性有较高的要求,温度不均匀将产生局部高温,破坏器件的一致性,最终导致整体性能的下降。因此,需要采用合适的强化换热技术,高效地带走电子器件在工作过程中产生的热量,使其在合适的温度范围内工作,从而保证电子设备安全正常地运行。目前,对于微型电子器件的散热,主要是在基板上填充高热导率材料(如石墨、碳纤维等)构造高效导热通道将元件产生的热量高效地导出。采用构型理论、仿生方法、组合优化算法(遗传算法、模拟退火算法)等优化方法对高热导率材料在基板中的分布进行优化,可以达到优化热量传递过程,降低基板和电子元件温度的效果。然而,优化得到的高热导率材料分布往往比较复杂,在实际工程应用中,严格按照优化结果加工高热导率材料的分布十分困难,因此通过填充高热导率材料难以达到预期的传热效果。此外,高热导率材料的填充和加工也大大提高了电子器件的成本,在一定程度上影响了器件在实际应用中的经济效益。With the development of microelectronics technology, the volume of electronic devices is getting smaller and smaller, and the heat flux density is getting larger and larger. The heat dissipation problem has become one of the bottlenecks of miniaturization of electronic devices. Electronic devices consist of many large and small electronic components that continue to generate heat during operation. If the heat can not be taken away in time, the overall temperature of the device will rise. If the temperature exceeds the temperature threshold, it will cause damage to the device, affecting the normal operation of the equipment, and causing a safety accident in severe cases. On the other hand, some components, instruments, equipment, such as electronic chips, LED lights, etc., have higher requirements on temperature uniformity, temperature unevenness will produce local high temperature, destroy the consistency of the device, and ultimately lead to a decline in overall performance. Therefore, it is necessary to adopt suitable heat-enhanced heat transfer technology to efficiently take away the heat generated by the electronic device during the working process to work in a suitable temperature range, thereby ensuring safe and normal operation of the electronic device. At present, for the heat dissipation of microelectronic devices, the substrate is filled with a high thermal conductivity material (such as graphite, carbon fiber, etc.) to construct an efficient heat conduction channel to efficiently derive the heat generated by the component. Optimization methods such as configuration theory, bionic method, combined optimization algorithm (genetic algorithm, simulated annealing algorithm) are used to optimize the distribution of high thermal conductivity materials in the substrate, which can optimize the heat transfer process and reduce the temperature of the substrate and electronic components. . However, the optimized distribution of high thermal conductivity materials is often complicated. In practical engineering applications, it is very difficult to process the distribution of high thermal conductivity materials in strict accordance with the optimization results. Therefore, it is difficult to achieve the desired heat transfer effect by filling high thermal conductivity materials. In addition, the filling and processing of high thermal conductivity materials also greatly increase the cost of electronic devices, which affects the economic benefits of the devices in practical applications to some extent.
发明内容Summary of the invention
为了克服现有技术存在的缺点与不足,本发明提供一种基于贪婪算法的电子元件传热优化排布方法。In order to overcome the shortcomings and deficiencies of the prior art, the present invention provides a method for optimal heat transfer arrangement of electronic components based on a greedy algorithm.
本发明采用如下技术方案:The invention adopts the following technical solutions:
一种基于贪婪算法的电子元件传热优化排布方法,包括如下An optimistic arrangement method for heat transfer of electronic components based on greedy algorithm, including the following
S1进行元件放置,具体如下: S1 performs component placement as follows:
S1-1将放置电子元件的基板划分为多个大小相等的正方形网格,每个网格为电子元件允许放置的位置;S1-1 divides the substrate on which the electronic component is placed into a plurality of square grids of equal size, each grid being a position at which the electronic component is allowed to be placed;
S1-2将基板上的电子元件等效为热源,以基板区域为计算域,数值求解温度控制方程,得到基板区域的温度分布;S1-2 equates the electronic component on the substrate into a heat source, takes the substrate region as a calculation domain, and numerically solves the temperature control equation to obtain a temperature distribution of the substrate region;
S1-3分析已有电子元件布局,结合待放电子元件的大小,确定可放元件区域及不可放元件区域;S1-3 analyzes the layout of the existing electronic components, and combines the size of the electronic component to be placed, and determines the area where the component can be placed and the area where the component cannot be placed;
S1-4根据S1-2计算的温度分布,将一个待放电子元件放入可放元件区域中温度最低的网格中,同时标记该电子元件放入基板的顺序;S1-4 according to the temperature distribution calculated by S1-2, placing an electronic component to be placed into a grid having the lowest temperature in the area where the component can be placed, and marking the order in which the electronic component is placed in the substrate;
S1-5重复S1-2~S1-4,直到待放电子元件的数量达到指定数量,然后转到S1-6,否则返回步骤S1-2S1-5 repeats S1-2 to S1-4 until the number of electronic components to be discharged reaches the specified number, and then goes to S1-6, otherwise returns to step S1-2.
S1-6针对S1-5结束时得到的元件布局,计算基板区域的温度分布,评估该布局的目标函数值,将得到的元件布局及目标函数值记录为最佳布局信息,放置阶段结束;S1-6 calculates the temperature distribution of the substrate region at the end of the S1-5, evaluates the target function value of the layout, records the obtained component layout and the objective function value as the optimal layout information, and ends the placement phase;
S2进行元件调整阶段,具体如下:S2 performs the component adjustment phase as follows:
S2-1按照S1-4中电子元件放入基板的顺序依次取出电子元件,每取出一个电子元件,均重新计算基板的温度分布;S2-1 sequentially takes out the electronic components according to the order in which the electronic components are placed in the substrate in S1-4, and recalculates the temperature distribution of the substrate every time one electronic component is taken out;
S2-2分析基板上已有电子元件布局,结合待放元件的大小,确定可放元件的区域;S2-2 analyzes the existing electronic component layout on the substrate, and determines the area where the component can be placed in combination with the size of the component to be placed;
S2-3将取出的电子元件放在可放元件区域中温度最低的网格;S2-3 places the removed electronic component in a grid with the lowest temperature in the area where the component can be placed;
S2-4计算调整后基板区域的温度分布,评估布局的目标函数值,与S1-6记录的最佳布局信息进行比较,优于则更新最佳布局及其目标函数值;S2-4 calculates the temperature distribution of the adjusted substrate region, evaluates the objective function value of the layout, compares with the optimal layout information recorded by S1-6, and updates the optimal layout and its objective function value if it is better than;
S2-5S2-1至S2-4为一次布局调整,当布局调整次数达到指定调整次数时,停止调整,并记录最佳元件布局为最终的电子元件传热优化排布。S2-5S2-1 to S2-4 are one-time layout adjustment. When the number of layout adjustments reaches the specified number of adjustments, the adjustment is stopped, and the optimal component layout is recorded to optimize the final heat transfer of the electronic components.
S1中的基板不含电子元件时,温度场为均匀温度场,首个待放电子元件放置位置需要人为确定。When the substrate in S1 does not contain electronic components, the temperature field is a uniform temperature field, and the position of the first electronic component to be placed needs to be manually determined.
所述最终的电子元件传热优化排布的目标函数值包括区域最高温度、区域平均温度或区域温度标准差The objective function value of the final heat transfer optimization arrangement of the electronic component includes the regional maximum temperature, the regional average temperature or the regional temperature standard deviation
区域最高温度的计算公式为:The calculation formula for the highest temperature in the area is:
Figure PCTCN2015098521-appb-000001
Figure PCTCN2015098521-appb-000001
其中Tmax为区域的最高温度,Ti为区域离散后中第i个位置的温度,N为区域中考察温度的位置数量。 Where T max is the highest temperature of the region, T i is the temperature of the i-th position after the region is dispersed, and N is the number of locations in the region where the temperature is examined.
区域平均温度的计算公式为:The formula for calculating the regional average temperature is:
Figure PCTCN2015098521-appb-000002
Figure PCTCN2015098521-appb-000002
其中Tmean为区域的平均温度。Where T mean is the average temperature of the area.
区域的温度标准差来表征,计算公式为:The temperature standard deviation of the region is characterized by the formula:
Figure PCTCN2015098521-appb-000003
Figure PCTCN2015098521-appb-000003
其中σT为温度的标准差。Where σ T is the standard deviation of temperature.
所述将基板上的电子元件等效为热源,所述热源具有热源面积和热源强度,其中热源面积等于电子元件在基板上占有的面积,热源强度为电子元件发热功率除以热源面积。The electronic component on the substrate is equivalent to a heat source having a heat source area and a heat source intensity, wherein the heat source area is equal to an area occupied by the electronic component on the substrate, and the heat source intensity is the electronic component heating power divided by the heat source area.
放入基板的电子元件试放在基板的每一个网格中,若该元件与基板中已有的任一元件重叠时,该网格定为不可放元件网格,否则定为可放元件网格,当遍历所有网格时,每个网格都被定为可放元件网格或者不可放元件网格,可放元件网格合起来称为可放元件区域,不可放元件网格合起来称为不可放元件区域。The electronic components placed in the substrate are placed in each of the grids of the substrate. If the components overlap with any of the existing components in the substrate, the grid is determined to be a non-displaceable component grid, otherwise it is determined to be a component network. Grid, when traversing all the grids, each grid is set to put the component grid or the component grid, the component grid can be combined to be called the component area, and the component grid can not be combined. It is called the non-displaceable component area.
本发明的有益效果:The beneficial effects of the invention:
(1)优化过程简单:提出的算法在优化过程中,主要有三个关键技术步骤。一是根据已有电子元件布局和待放元件的大小标识可放元件区域;二是根据电子元件的位置及基板的边界条件计算基板温度场;三是将待放元件放置在可放元件区域中的温度最低的网格,整个优化过程实施简单,不含复杂的计算方法;(1) The optimization process is simple: the proposed algorithm has three key technical steps in the optimization process. First, according to the existing electronic component layout and the size of the component to be placed, the component area can be placed; secondly, the substrate temperature field is calculated according to the position of the electronic component and the boundary condition of the substrate; and the third is to place the component to be placed in the area where the component can be placed. The lowest temperature grid, the entire optimization process is simple to implement, without complicated calculation methods;
(2)优化速度快:算法的主要计算量来自基板的温度场计算。温度的控制方程为纯扩散方程,不含对流项,计算速度快。优化过程中温度场的计算次数为元件布局中元件个数的量级,计算次数少,因此在较短的时间内就能得到电子元件的优化布局;(2) Fast optimization: The main calculation amount of the algorithm comes from the temperature field calculation of the substrate. The governing equation of temperature is pure diffusion equation, without convection term, and the calculation speed is fast. The number of calculations of the temperature field in the optimization process is the order of the number of components in the component layout, and the number of calculations is small, so that the optimized layout of the electronic components can be obtained in a shorter time;
(3)性能指标好:当作为热源的电子元件放置在基板上时,会引起基板全场温度的升高,其中加入的元件所在位置的温升最大,因此,贪婪算法的优化准则选为将电子元件放入温度场中最低温度的位置,采用此准则有望减小全场的最高温度,同时减小基板的温差,达到改善温度均匀性的目的。鉴于上述优化准则与优化目标(基板最高温度最低、平均温度最低或者温度标准差最小)并不完全一致,元件放置阶段得到的布局不一定是全局最优解,因此算法包含 了元件调整阶段,通过反复调整每个电子元件的位置,进一步提高元件布局的传热性能。因此,采用提出的算法可以得到传热性能良好的电子元件布局;(3) Good performance index: When the electronic component as the heat source is placed on the substrate, it will cause the whole field temperature of the substrate to rise, and the temperature rise of the added component is the largest. Therefore, the optimization criterion of the greedy algorithm is selected as The electronic component is placed at the lowest temperature in the temperature field. This criterion is expected to reduce the maximum temperature of the whole field and reduce the temperature difference of the substrate to improve the temperature uniformity. Since the above optimization criteria are not exactly the same as the optimization goal (the lowest substrate temperature, the lowest average temperature, or the lowest temperature standard deviation), the layout obtained during the component placement phase is not necessarily the global optimal solution, so the algorithm includes In the component adjustment stage, the heat transfer performance of the component layout is further improved by repeatedly adjusting the position of each electronic component. Therefore, the proposed algorithm can be used to obtain a layout of electronic components with good heat transfer performance;
(4)扩展性好:本发明的优化准则仅仅涉及基板的温度分布,与基板的形状、物性参数和散热条件无关,同时也不受元件的形状和发热量的影响,因此,所涉及的算法可扩展至类似问题的求解,包括非规则形状的基板、非均匀热导率的基板、各种复杂的散热条件、不同形状和大小的电子元件等;(4) Good scalability: The optimization criterion of the present invention only relates to the temperature distribution of the substrate, and is independent of the shape, physical property parameters and heat dissipation conditions of the substrate, and is not affected by the shape and heat generation of the component. Therefore, the algorithm involved Can be extended to solve similar problems, including irregularly shaped substrates, non-uniform thermal conductivity substrates, various complex heat dissipation conditions, electronic components of different shapes and sizes, etc.
(5)实用性强:本发明研究电子元件的传热优化排布问题,与现有技术相比,本发明研究成果不需要引入额外的材料和加工费用,仅需调整电子元件的布局,具有较强的实用性,可用于指导电子元件的布局设计,在不增加成本的基础上改善电子元件的传热性能,达到降低元件温度和提高温度均匀性的目的。(5) Strong practicability: The present invention studies the problem of optimal heat transfer arrangement of electronic components. Compared with the prior art, the research results of the present invention do not need to introduce additional materials and processing costs, and only need to adjust the layout of electronic components. Strong practicality can be used to guide the layout design of electronic components, improve the heat transfer performance of electronic components without increasing the cost, and achieve the purpose of reducing component temperature and improving temperature uniformity.
附图说明DRAWINGS
图1是本发明的工作流程图;Figure 1 is a flow chart of the operation of the present invention;
图2是本发明实施例的基板计算区域示意图;2 is a schematic diagram of a calculation area of a substrate according to an embodiment of the present invention;
图3是本发明实施例中得到的电子元件优化布局3 is an optimized layout of an electronic component obtained in an embodiment of the present invention
图4是本发明实施例中的电子元件的均匀布局。4 is a uniform layout of electronic components in an embodiment of the present invention.
具体实施方式detailed description
下面结合实施例及附图,对本发明作进一步地详细说明,但本发明的实施方式不限于此。The present invention will be further described in detail below with reference to the embodiments and drawings, but the embodiments of the present invention are not limited thereto.
实施例Example
一种基于贪婪算法的电子元件传热优化排布方法,包括元件放置阶段及元件调整阶段,根据给定的条件,所述条件包括基板形状、材料、散热边界、电子元件的形状、个数、发热量等,然后基于温度场数值计算,通过电子元件逐个加入温度最低的位置,得到传热优化对应的元件布局,并采用逐个调整元件位置的方式,提高元件布局的传热性能。A method for optimal heat transfer of electronic components based on greedy algorithm, comprising a component placement phase and a component adjustment phase, the conditions including substrate shape, material, heat dissipation boundary, shape and number of electronic components, according to given conditions, The heat is generated, and then based on the numerical calculation of the temperature field, the electronic component is added to the lowest temperature one by one to obtain the component layout corresponding to the heat transfer optimization, and the heat transfer performance of the component layout is improved by adjusting the position of the component one by one.
本实施例采用的基板面积为0.1m×0.1m,长L为0.1m,热导率(k)为1W/(m K),如图2所示;基板下方边界有一个宽度(δ)为0.001m的热层,温度(T0)为298K,其余边界绝热;在基板中加入20个0.01m×0.01m的电子元件,每个元件的发热功率均为1W。采用本发明求解这个电子元件传热优化排布问题,优化目标为基板最高温度最小化,布局调整次数为每个电子元件调整3次,即总共调整60次。 The substrate used in this embodiment has an area of 0.1 m×0.1 m, a length L of 0.1 m, and a thermal conductivity (k) of 1 W/(m K), as shown in FIG. 2; a width (δ) of the lower boundary of the substrate is The thermal layer of 0.001 m has a temperature (T 0 ) of 298 K, and the remaining boundaries are insulated; 20 electronic components of 0.01 m × 0.01 m are added to the substrate, and the heating power of each component is 1 W. The invention solves the problem of optimal heat transfer arrangement of the electronic component, and the optimization goal is that the maximum temperature of the substrate is minimized, and the number of layout adjustments is adjusted three times for each electronic component, that is, the total adjustment is 60 times.
如图1本发明的流程图,具体步骤如下:Figure 1 is a flow chart of the present invention, the specific steps are as follows:
S1进行元件放置,具体步骤如下S1 performs component placement, the specific steps are as follows
S1-1将放置电子元件的基板划分为大小相等的正方形网格,每个网格为电子元件允许放置的位置。网格的状态分为可放元件和不可放元件两种。S1-1 divides the substrate on which the electronic component is placed into square grids of equal size, each of which is a position at which the electronic component is allowed to be placed. The state of the grid is divided into two types: a dropable component and a non-displaceable component.
S1-2以实施例中的基板区域为计算域,将基板上已有电子元件等效为热源,根据基板的物性和散热边界条件,采用数值求解温度控制方程得到基板计算区域的温度分布;S1-2 takes the substrate area in the embodiment as a calculation domain, and the existing electronic component on the substrate is equivalent to a heat source, and according to the physical properties of the substrate and the heat dissipation boundary condition, the temperature calculation equation is numerically solved to obtain the temperature distribution of the calculated area of the substrate;
S1-3为了保证电子元件相互之间不重叠,根据已有电子元件布局和待放元件的大小,将全场划分为可放元件区域和不可放元件区域。将下一步放入基板的待放电子元件试放在基板的每一个网格中,若该元件与基板中已有的任一元件重叠时,该网格定为不可放元件网格,否则定为可放元件网格。当遍历所有网格时,每个网格都被定为可放元件网格或者不可放元件网格。其中可放元件网格合起来称为可放元件区域,不可放元件网格合起来称为不可放元件区域。确定了可放元件区域后,执行步骤1-4。In order to ensure that the electronic components do not overlap each other, the entire field is divided into a playable component area and a non-displaceable component area according to the existing electronic component layout and the size of the component to be placed. Putting the next electronic component to be placed on the substrate into each grid of the substrate, if the component overlaps with any existing component in the substrate, the grid is determined to be a non-displaceable component grid, otherwise It is a grid of components. When traversing all the meshes, each mesh is defined as a component mesh or a component mesh. The grid of the component elements can be combined to be called the component area, and the grid of the component elements cannot be placed together. After determining the area where the component can be placed, perform steps 1-4.
S1-4根据S1-2计算得到的温度分布,将一个待放电子元件放入可放元件区域中温度最低的网格中,同时标记每个电子元件放入基板的顺序。当基板中不含电子元件时,全场温度均匀,此时需要人工确定首个元件的位置。将首个电子元件放在热层中心,此处散热条件最好。S1-4 According to the temperature distribution calculated by S1-2, an electronic component to be placed is placed in a grid having the lowest temperature in the area where the component can be placed, and the order in which each electronic component is placed in the substrate is marked. When the electronic components are not contained in the substrate, the full field temperature is uniform, and the position of the first component needs to be manually determined. Place the first electronic component in the center of the thermal layer where heat dissipation is best.
S1-5重复S1-2~S1-4,直到待放电子元件的数量达到指定数量,然后转到S1-6,否则返回步骤S1-2。S1-5 repeats S1-2 to S1-4 until the number of electronic components to be discharged reaches the specified number, and then proceeds to S1-6, otherwise returns to step S1-2.
具体为,当放完第一个待放电子元件后,重新计算包含第一个待放电子元件的温度场,确定可放元件区域及不可放元件区域,将下一个待放电子元件放入可放元件区域中温度最低的网格,同时标记该电子元件放入基板的顺序,重复此步骤,直到所有待放电子元件放置完毕。Specifically, after the first electronic component to be discharged is discharged, the temperature field including the first electronic component to be discharged is recalculated, and the area where the component can be placed and the region where the component cannot be placed are determined, and the next electronic component to be placed is placed. Place the lowest temperature grid in the component area and mark the order in which the electronic components are placed in the substrate. Repeat this step until all the electronic components to be placed are placed.
S1-6,针对S1-5结束时得到的元件布局,计算基板区域的温度分布,评估该布局的目标函数值,将得到的元件布局及目标函数值记录为最佳布局信息,放置阶段结束;S1-6, calculating the temperature distribution of the substrate region for the component layout obtained at the end of S1-5, evaluating the target function value of the layout, recording the obtained component layout and the objective function value as the optimal layout information, and ending the placement phase;
S2进行元件调整阶段,具体如下:S2 performs the component adjustment phase as follows:
S2-1按照S1-4中电子元件放入基板的顺序依次取出电子元件,每取出一个电子元件,均采用数值方法,重新计算基板的温度分布;S2-1 sequentially takes out the electronic components according to the order in which the electronic components are placed in the substrate in S1-4, and each time an electronic component is taken out, the numerical method is used to recalculate the temperature distribution of the substrate;
S2-2与S1-3步骤相同的方法,分析基板上已有电子元件布局,结合待放元件的大小,确定可放元件的区域; S2-2 and the same method of the S1-3 step, analyzing the existing electronic component layout on the substrate, and combining the size of the component to be placed, determining the area where the component can be placed;
S2-3将取出的电子元件放在可放元件区域中温度最低的网格;S2-3 places the removed electronic component in a grid with the lowest temperature in the area where the component can be placed;
S2-4计算调整后基板区域的温度分布,评估布局的目标函数值,与S1-6记录的最佳布局信息进行比较,优于则更新最佳布局及其目标函数值;S2-4 calculates the temperature distribution of the adjusted substrate region, evaluates the objective function value of the layout, compares with the optimal layout information recorded by S1-6, and updates the optimal layout and its objective function value if it is better than;
S2-5S2-1至S2-4为一次布局调整,当布局调整次数达到指定调整次数时,停止调整,并记录最佳元件布局为最终的电子元件传热优化排布。S2-5S2-1 to S2-4 are one-time layout adjustment. When the number of layout adjustments reaches the specified number of adjustments, the adjustment is stopped, and the optimal component layout is recorded to optimize the final heat transfer of the electronic components.
本实施例指定的每个电子元件的调整次数为3次,调整阶段结束后,记录的最佳布局为最终的优化排布。The number of adjustments of each electronic component specified in this embodiment is three, and after the adjustment phase is over, the optimal layout of the recording is the final optimized arrangement.
所述的目标函数可以是区域的最高温度、平均温度或者温度的标准差,三者的计算公式如下。The objective function may be the highest temperature of the region, the average temperature, or the standard deviation of the temperature, and the calculation formulas of the three are as follows.
区域最高温度的计算公式为:The calculation formula for the highest temperature in the area is:
Figure PCTCN2015098521-appb-000004
Figure PCTCN2015098521-appb-000004
其中Tmax为区域的最高温度,Ti为区域离散后中第i个位置的温度,N为区域中考察温度的位置数量。Where T max is the highest temperature of the region, T i is the temperature of the i-th position after the region is dispersed, and N is the number of locations in the region where the temperature is examined.
区域平均温度的计算公式为:The formula for calculating the regional average temperature is:
Figure PCTCN2015098521-appb-000005
Figure PCTCN2015098521-appb-000005
其中Tmean为区域的平均温度。Where T mean is the average temperature of the area.
区域的温度均匀性用温度的标准差来表征,计算公式为:The temperature uniformity of the zone is characterized by the standard deviation of the temperature, calculated as:
Figure PCTCN2015098521-appb-000006
Figure PCTCN2015098521-appb-000006
其中σT为温度的标准差。Where σ T is the standard deviation of temperature.
图3显示了本发明优化得到的电子元件优化布局及对应的温度场。图4为电子元件为均匀布局时对应的温度场。图中,方框表示电子元件。可以看到,优化后电子元件倾向于集中在散热条件较好的热层附近,优化后热点温度(最高温度)显著下降,温度场均匀性也得到明显改善。优化布局和均匀布局的热点温度分别为329.5K和337.5K,优化后热点温度下降了8.0K;二者的温度标准差分别为1.3K和3.3K,标准差减少了60.6%。此外,优化过程仅需进行大约20+60×2=140次温度场计算,在个人计算机上的计算耗时约为10分钟。由此可见,该算法能在较短的时间内得到电子元件的优化布局。该实例验证了本发明对于电子元件传热优化排布的有效性。Figure 3 shows the optimized layout of the electronic components optimized by the present invention and the corresponding temperature field. Figure 4 shows the corresponding temperature field when the electronic components are in a uniform layout. In the figure, the boxes indicate electronic components. It can be seen that the optimized electronic components tend to be concentrated near the hot layer with better heat dissipation conditions. After optimization, the hot spot temperature (the highest temperature) is significantly decreased, and the temperature field uniformity is also significantly improved. The hot spot temperatures of the optimized layout and uniform layout were 329.5K and 337.5K, respectively, and the hot spot temperature decreased by 8.0K after optimization; the temperature standard deviation of the two was 1.3K and 3.3K, respectively, and the standard deviation was reduced by 60.6%. In addition, the optimization process requires only about 20+60 x 2 = 140 temperature field calculations, and the computation time on a personal computer is about 10 minutes. It can be seen that the algorithm can obtain an optimized layout of electronic components in a short time. This example demonstrates the effectiveness of the present invention in optimizing the heat transfer arrangement of electronic components.
上述实施例为本发明较佳的实施方式,但本发明的实施方式并不受所述实施例的限制,其他的任何未背离本发明的精神实质与原理下所作的改变、修饰、 替代、组合、简化,均应为等效的置换方式,都包含在本发明的保护范围之内。 The above-described embodiments are preferred embodiments of the present invention, but the embodiments of the present invention are not limited to the embodiments, and any other changes, modifications, and modifications made without departing from the spirit and principles of the present invention. Alternatives, combinations, and simplifications are all equivalents and are included in the scope of the present invention.

Claims (5)

  1. 一种基于贪婪算法的电子元件传热优化排布方法,其特征在于,包括如下A method for optimally transferring heat transfer of electronic components based on greedy algorithm, characterized in that it comprises the following
    S1进行元件放置,具体如下:S1 performs component placement as follows:
    S1-1将放置电子元件的基板划分为多个大小相等的正方形网格,每个网格为电子元件允许放置的位置;S1-1 divides the substrate on which the electronic component is placed into a plurality of square grids of equal size, each grid being a position at which the electronic component is allowed to be placed;
    S1-2将基板上的电子元件等效为热源,以基板区域为计算域,数值求解温度控制方程,得到基板区域的温度分布;S1-2 equates the electronic component on the substrate into a heat source, takes the substrate region as a calculation domain, and numerically solves the temperature control equation to obtain a temperature distribution of the substrate region;
    S1-3分析已有电子元件布局,结合待放电子元件的大小,确定可放元件区域及不可放元件区域;S1-3 analyzes the layout of the existing electronic components, and combines the size of the electronic component to be placed, and determines the area where the component can be placed and the area where the component cannot be placed;
    S1-4根据S1-2计算的温度分布,将一个待放电子元件放入可放元件区域中温度最低的网格中,同时标记该电子元件放入基板的顺序;S1-4 according to the temperature distribution calculated by S1-2, placing an electronic component to be placed into a grid having the lowest temperature in the area where the component can be placed, and marking the order in which the electronic component is placed in the substrate;
    S1-5重复S1-2~S1-4,直到待放电子元件的数量达到指定数量,然后转到S1-6,否则返回步骤S1-2;S1-5 repeat S1-2 ~ S1-4, until the number of electronic components to be placed reaches a specified number, then go to S1-6, otherwise return to step S1-2;
    S1-6针对S1-5结束时得到的元件布局,计算基板区域的温度分布,评估该布局的目标函数值,将得到的元件布局及目标函数值记录为最佳布局信息,放置阶段结束;S1-6 calculates the temperature distribution of the substrate region at the end of the S1-5, evaluates the target function value of the layout, records the obtained component layout and the objective function value as the optimal layout information, and ends the placement phase;
    S2进行元件调整阶段,具体如下:S2 performs the component adjustment phase as follows:
    S2-1按照S1-4中电子元件放入基板的顺序依次取出电子元件,每取出一个电子元件,均重新计算基板的温度分布;S2-1 sequentially takes out the electronic components according to the order in which the electronic components are placed in the substrate in S1-4, and recalculates the temperature distribution of the substrate every time one electronic component is taken out;
    S2-2分析基板上已有电子元件布局,结合待放元件的大小,确定可放元件的区域;S2-2 analyzes the existing electronic component layout on the substrate, and determines the area where the component can be placed in combination with the size of the component to be placed;
    S2-3将取出的电子元件放在可放元件区域中温度最低的网格;S2-3 places the removed electronic component in a grid with the lowest temperature in the area where the component can be placed;
    S2-4计算调整后基板区域的温度分布,评估布局的目标函数值,与S1-6记录的最佳布局信息进行比较,优于则更新最佳布局及其目标函数值;S2-4 calculates the temperature distribution of the adjusted substrate region, evaluates the objective function value of the layout, compares with the optimal layout information recorded by S1-6, and updates the optimal layout and its objective function value if it is better than;
    S2-5S2-1至S2-4为一次布局调整,当布局调整次数达到指定调整次数时,停止调整,并记录最佳元件布局为最终的电子元件传热优化排布。S2-5S2-1 to S2-4 are one-time layout adjustment. When the number of layout adjustments reaches the specified number of adjustments, the adjustment is stopped, and the optimal component layout is recorded to optimize the final heat transfer of the electronic components.
  2. 根据权利要求1所述的方法,其特征在于,S1中的基板不含电子元件时,温度场为均匀温度场,首个待放电子元件放置位置需要人为确定。The method according to claim 1, wherein when the substrate in S1 does not contain electronic components, the temperature field is a uniform temperature field, and the first electronic component placement position needs to be manually determined.
  3. 根据权利要求1所述的方法,其特征在于,所述最终的电子元件传热优化排布的目标函数值包括区域最高温度、区域平均温度或区域温度标准差 The method according to claim 1, wherein the objective function value of the final heat transfer optimization of the electronic component comprises an area maximum temperature, a regional average temperature or a regional temperature standard deviation.
    区域最高温度的计算公式为:The calculation formula for the highest temperature in the area is:
    Figure PCTCN2015098521-appb-100001
    Figure PCTCN2015098521-appb-100001
    其中Tmax为区域的最高温度,Ti为区域离散后中第i个位置的温度,N为区域中考察温度的位置数量。Where T max is the highest temperature of the region, T i is the temperature of the i-th position after the region is dispersed, and N is the number of locations in the region where the temperature is examined.
    区域平均温度的计算公式为:The formula for calculating the regional average temperature is:
    Figure PCTCN2015098521-appb-100002
    Figure PCTCN2015098521-appb-100002
    其中Tmean为区域的平均温度。Where T mean is the average temperature of the area.
    区域的温度标准差来表征,计算公式为:The temperature standard deviation of the region is characterized by the formula:
    Figure PCTCN2015098521-appb-100003
    Figure PCTCN2015098521-appb-100003
    其中σT为温度的标准差。Where σ T is the standard deviation of temperature.
  4. 根据权利要求1所述的方法,其特征在于,所述将基板上的电子元件等效为热源,所述热源具有热源面积和热源强度,其中热源面积等于电子元件在基板上占有的面积,热源强度为电子元件发热功率除以热源面积。The method according to claim 1, wherein the electronic component on the substrate is equivalent to a heat source having a heat source area and a heat source intensity, wherein the heat source area is equal to an area occupied by the electronic component on the substrate, the heat source The intensity is the heating power of the electronic component divided by the heat source area.
  5. 根据权利要求1所述的方法,其特征在于,放入基板的电子元件试放在基板的每一个网格中,若该元件与基板中已有的任一元件重叠时,该网格定为不可放元件网格,否则定为可放元件网格,当遍历所有网格时,每个网格都被定为可放元件网格或者不可放元件网格,可放元件网格合起来称为可放元件区域,不可放元件网格合起来称为不可放元件区域。 The method according to claim 1, wherein the electronic component placed in the substrate is placed in each of the grids of the substrate, and if the component overlaps any of the existing components in the substrate, the grid is defined as You can't put the component mesh, otherwise it can be placed as a component mesh. When traversing all the meshes, each mesh is set to be a component mesh or a component mesh, and the component mesh can be put together. In order to place the component area, the non-displaceable component mesh is called a non-displaceable component area.
PCT/CN2015/098521 2015-07-23 2015-12-23 Method for heat transfer optimized arrangement of electronic elements based on greedy algorithm WO2017012262A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510439319.9A CN105138728B (en) 2015-07-23 2015-07-23 A kind of electronic component Heat Transfer Optimization arrangement method based on greedy algorithm
CN201510439319.9 2015-07-23

Publications (1)

Publication Number Publication Date
WO2017012262A1 true WO2017012262A1 (en) 2017-01-26

Family

ID=54724075

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/098521 WO2017012262A1 (en) 2015-07-23 2015-12-23 Method for heat transfer optimized arrangement of electronic elements based on greedy algorithm

Country Status (2)

Country Link
CN (1) CN105138728B (en)
WO (1) WO2017012262A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112257321A (en) * 2020-10-27 2021-01-22 中国人民解放军军事科学院国防科技创新研究院 Unsupervised learning-based satellite component temperature field determination method
CN115460895A (en) * 2022-11-10 2022-12-09 武汉至驱动力科技有限责任公司 Electronic water pump controller heat dissipation method based on temperature field image information

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105138728B (en) * 2015-07-23 2018-06-22 华南理工大学 A kind of electronic component Heat Transfer Optimization arrangement method based on greedy algorithm
CN107832500B (en) * 2017-10-20 2020-01-14 华南理工大学 Optimization method for determining outlet position of power battery air cooling system
CN112584665B (en) * 2019-09-27 2022-02-15 杭州海康威视数字技术股份有限公司 Heat dissipation structure of electronic equipment and construction method thereof
CN114417499B (en) * 2021-12-27 2023-02-28 中国人民解放军军事科学院国防科技创新研究院 Neural network agent model-based component thermal layout optimization design method
CN115081388B (en) * 2022-06-01 2024-03-22 华南理工大学 Electronic element heating intensity distribution optimization method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080168406A1 (en) * 2005-01-11 2008-07-10 Khalid Rahmat Methods and apparatuses for thermal analysis based circuit design
CN104461732A (en) * 2014-11-04 2015-03-25 上海盈方微电子有限公司 Network chip temperature optimization method applied to two-dimensional grid structure piece
CN105138728A (en) * 2015-07-23 2015-12-09 华南理工大学 Electronic element heat transfer optimization arrangement method based on greedy algorithm

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8650521B1 (en) * 2011-12-01 2014-02-11 The Florida State University Research Foundation, Inc. Dendritic cooling layer generator and method of fabrication
CN103286187B (en) * 2012-02-22 2015-11-18 上海微电子装备有限公司 A kind of method of sheet material blanking and typesetting and device
US9323870B2 (en) * 2012-05-01 2016-04-26 Advanced Micro Devices, Inc. Method and apparatus for improved integrated circuit temperature evaluation and IC design

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080168406A1 (en) * 2005-01-11 2008-07-10 Khalid Rahmat Methods and apparatuses for thermal analysis based circuit design
CN104461732A (en) * 2014-11-04 2015-03-25 上海盈方微电子有限公司 Network chip temperature optimization method applied to two-dimensional grid structure piece
CN105138728A (en) * 2015-07-23 2015-12-09 华南理工大学 Electronic element heat transfer optimization arrangement method based on greedy algorithm

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
KRAUSE, A. ET AL.: "Near-Optimal Sensor Placements in Gaussian Processes: Theory, Efficient Algorithms and Empirical Studies", JOURNAL OF MACHINE LEARNING RESEARCH, vol. 9, 29 February 2008 (2008-02-29), pages 235 - 284, XP058246451, ISSN: 1532-4435 *
WANG, NAILONG ET AL.: "VLSI Thermal Placement Optimization Using Simulated Annealing", CHINESE JOURNAL OF SEMICONDUCTORS, vol. 24, 30 April 2003 (2003-04-30), pages 427 - 432 *
ZHU, GUOXI ET AL.: "Placement Optimization of Electronic Components Based on Genetic Algorithm", COMPUTER ENGINEERING AND APPLICATIONS, vol. 43, no. 17, 15 September 2007 (2007-09-15), pages 100 - 103, ISSN: 1002-8331 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112257321A (en) * 2020-10-27 2021-01-22 中国人民解放军军事科学院国防科技创新研究院 Unsupervised learning-based satellite component temperature field determination method
CN115460895A (en) * 2022-11-10 2022-12-09 武汉至驱动力科技有限责任公司 Electronic water pump controller heat dissipation method based on temperature field image information
CN115460895B (en) * 2022-11-10 2023-02-17 武汉至驱动力科技有限责任公司 Electronic water pump controller heat dissipation method based on temperature field image information

Also Published As

Publication number Publication date
CN105138728A (en) 2015-12-09
CN105138728B (en) 2018-06-22

Similar Documents

Publication Publication Date Title
WO2017012262A1 (en) Method for heat transfer optimized arrangement of electronic elements based on greedy algorithm
Chen et al. Constructal optimization for “disc-point” heat conduction at micro and nanoscales
Cetkin et al. The natural emergence of asymmetric tree-shaped pathways for cooling of a non-uniformly heated domain
Hajmohammadi et al. New methods to cope with temperature elevations in heated segments of flat plates cooled by boundary layer flow
Baodong et al. Multi‐objective optimization design of a micro‐channel heat sink using adaptive genetic algorithm
CN104461732B (en) A kind of temperature optimization method applied to lattice structure on-chip network chip
Liang et al. Flow characteristics and heat transfer performance in a Y-Fractal mini/microchannel heat sink
Liang et al. Optimal design of plate-fin heat sink under natural convection using a particle swarm optimization algorithm
CN103700638B (en) A kind of hot buffer unit of phase-change material and method for high-power component radiating
Ahmadian-Elmi et al. Optimal design and placement of heat sink elements attached on a cylindrical heat-generating body for maximum cooling performance
Chi et al. Analysis of thermal performance of high power light emitting diodes package
Hou et al. A method to alleviate hot spot problem in 3D IC
Chen et al. Dynamic simulation, optimal design and control of pin-fin heat sink processes
Çetkin Inverted fins for cooling of a non-uniformly heated domain
CN109344460B (en) Bionic layering growth method of heat transfer structure
Zhu et al. Mathematical model and computation of heat distribution for LED heat sink
Xia et al. Influence on temperature distribution of COB deep UV LED due to different packaging density and substrate type
Zhang et al. Numerical investigation on the influence of installation angle of inclined interrupted fins heat sink on heat dissipation performance
CN107066765B (en) Bionic heat flow channel design method
Liu et al. Effects of microchannel width on fluid flow and temperature uniformity
Raj et al. Influence of the manufacturing technology on microchannel structure efficiency
Ma et al. Investigation of heat transfer and thermal stress during sapphire crystal growth process by heat exchanger method: Evaluation of radiation models
Mouhtadi et al. On the validity of the isothermal model for natural convection flow around blocks submitted to volumetric heat generation in a horizontal channel
Mo et al. Thermal transfer influence of delamination in the die attach layer of chip-on-board LED package base on entropy generation analysis
Deshmukh et al. Thermal Analysis and design optimization of heat sink using Taguchi method

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15898818

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 18.05.2018)

122 Ep: pct application non-entry in european phase

Ref document number: 15898818

Country of ref document: EP

Kind code of ref document: A1