WO2018225243A1 - 熱解析装置、熱解析方法及び熱解析プログラム - Google Patents

熱解析装置、熱解析方法及び熱解析プログラム Download PDF

Info

Publication number
WO2018225243A1
WO2018225243A1 PCT/JP2017/021459 JP2017021459W WO2018225243A1 WO 2018225243 A1 WO2018225243 A1 WO 2018225243A1 JP 2017021459 W JP2017021459 W JP 2017021459W WO 2018225243 A1 WO2018225243 A1 WO 2018225243A1
Authority
WO
WIPO (PCT)
Prior art keywords
thermal analysis
thermal
unit
network model
target product
Prior art date
Application number
PCT/JP2017/021459
Other languages
English (en)
French (fr)
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 富士通株式会社
Priority to JP2019523311A priority Critical patent/JP6753528B2/ja
Priority to PCT/JP2017/021459 priority patent/WO2018225243A1/ja
Priority to CN201780091202.3A priority patent/CN110709849A/zh
Priority to EP17912529.9A priority patent/EP3637286A4/en
Publication of WO2018225243A1 publication Critical patent/WO2018225243A1/ja
Priority to US16/679,372 priority patent/US20200074026A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • G06F30/23Design optimisation, verification or simulation using finite element methods [FEM] or finite difference methods [FDM]
    • 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
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2111/00Details relating to CAD techniques
    • G06F2111/20Configuration CAD, e.g. designing by assembling or positioning modules selected from libraries of predesigned modules
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2115/00Details relating to the type of the circuit
    • G06F2115/12Printed circuit boards [PCB] or multi-chip modules [MCM]
    • 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

Definitions

  • the present invention relates to a thermal analysis apparatus, a thermal analysis method, and a thermal analysis program.
  • an object of the present invention is to provide a thermal analysis apparatus, a thermal analysis method, and a thermal analysis program that can shorten the time required for thermal analysis.
  • the thermal analysis apparatus refers to the first storage unit that stores information on the presence / absence of contact between two parts obtained from design information of past products, and determines whether each pair of parts included in the target product is in contact.
  • the thermal network of the component pair included in the target product is referred to by referring to a second storage unit that stores an estimation unit to be estimated, a parameter relating to heat transfer of two components, and the number of divisions in the thermal network model
  • a determination unit that determines the number of divisions in the model, a thermal analysis unit that constructs a thermal circuit network model of the target product using the estimation result of the estimation unit and the determination result of the determination unit, and performs thermal analysis And.
  • the time required for thermal analysis can be shortened.
  • FIG. 4A to FIG. 4C are diagrams for explaining the division method. It is a figure which shows an example of the data structure of division system DB. It is a figure which shows an example of component data.
  • FIG. 7A is a diagram illustrating an estimation model table
  • FIG. 7B is a diagram illustrating a contact determination table. It is a table
  • FIG. 9A is a diagram illustrating an example of division method data added by the learning unit to the division method DB, and FIG.
  • FIG. 9B illustrates an example of model data added by the learning unit to the design asset DB.
  • FIG. It is a flowchart which shows the process of a thermal-analysis apparatus. It is a figure for demonstrating the utilization method of a thermal analysis. It is a figure for demonstrating a modification. It is a figure which shows about the example which a cloud server has the function of a thermal-analysis apparatus.
  • FIG. 1 shows the hardware configuration of the thermal analysis apparatus 10.
  • the thermal analysis apparatus 10 is a PC (Personal Computer) or the like.
  • a CPU Central Processing Unit
  • ROM Read Only Memory
  • RAM Random Access Memory
  • a storage unit (here) 1 includes an HDD (Hard Disk Drive) 96, a network interface 97, a display unit 93, an input unit 95, a portable storage medium drive 99, and the like.
  • Each component of the thermal analysis apparatus 10 is connected to a bus 98.
  • the display unit 93 includes a liquid crystal display and the input unit 95 includes a keyboard, a mouse, a touch panel, and the like.
  • FIG. 2 also illustrates a database (DB) stored in the HDD 96 of the thermal analysis apparatus 10.
  • the CPU 90 executes the program, whereby the contact determination model generation unit 30, the division method acquisition unit 32, the component data acquisition unit 12, and the estimation model generation / output unit 14 as an estimation unit illustrated in FIG. 2.
  • a contact determination table acquisition unit 16 an allowable error acquisition unit 18 as a reception unit, a division number determination unit 20 as a determination unit, a thermal circuit network model analysis unit 22 as a thermal analysis unit, and a learning unit 24 as an update unit. The function is realized.
  • the contact determination model generation unit 30 acquires information on past products stored in the design asset DB 40, and generates data (FIG. 3) for each part pair based on the acquired information.
  • the design asset DB 40 is a database that stores data similar to model data (see FIG. 9B) described later.
  • the data of each part pair includes data of two parts that are in contact with or face each other in the product. Specifically, the data of each part pair includes “part name 1” and “part name 2”, which are names of two parts constituting the part pair, and “size 1” which is the size of each part.
  • the contact determination model generation unit 30 performs logistic regression analysis on the data of each part pair to generate a contact determination model.
  • the contact determination model is a model (for example, a model for calculating a contact probability) for determining the presence or absence of contact between two parts (part pairs) included in a product.
  • the contact determination model generation unit 30 stores the generated contact determination model in the contact determination model DB 42 as the first storage unit. It can be said that the contact determination model is information relating to the presence or absence of contact between two parts obtained from design information of past products.
  • the division method acquisition unit 32 acquires information on a division method based on a thermal network model that has been proven in past thermal analysis created by the user.
  • the division method of this embodiment is a method of determining the number of divisions using the area ratio of two components and the heat transport force ratio of two components as parameters.
  • FIG. 4A to FIG. 4C are diagrams for explaining the division method.
  • Sr area of component 2 / area of component 1
  • Tr heat transport force of part 2 / heat transport force of part 1 (2)
  • the heat transport force [W / K] is expressed as the following equation (3).
  • Heat transport capacity thermal conductivity x component height (thickness) (3)
  • the user divides into a simple division method (a division method with a large tolerance) and a detailed division method (a division method with a small tolerance), and based on a thermal network model that has been proven in past thermal analysis. Determine the division method.
  • the division method acquisition unit 32 performs thermal analysis of the sample data (part data of the sample product) using a simple division method and a detailed division method, and obtains an error between the analysis result and the actual measurement value.
  • storage part as shown in FIG. 5 is produced
  • the division method DB 44 includes a plurality of records (rows), and the division method associated with the error closest to the allowable error value input by the user is used in the division number determination unit 20 described later. Shall be. Note that the user uses each division method, for example, a simple division method is used when the allowable error is greater than or equal to a predetermined value, and a detailed division method is used when the allowable error is less than the predetermined value. May be determined in advance.
  • the component data acquisition unit 12 acquires the component data of the target product of the thermal analysis input by the user of the thermal analysis device 10.
  • the component data is assumed to be data as shown in FIG. 6 as an example.
  • the part data is information on parts included in the target product, and includes fields of “part name”, “size”, “thermal conductivity”, and “heat generation”.
  • the “component name” field stores the name of the component
  • the “size” field stores D (depth), W (width), and H (height) dimensions (unit [mm]).
  • the “thermal conductivity” field stores a thermal conductivity value (unit [W / mK])
  • the “calorific value” field stores a calorific value (unit [W]). Is done.
  • the estimation model generation / output unit 14 refers to the contact determination model DB 42 and estimates the presence / absence of contact between components included in the component data acquired by the component data acquisition unit 12. Further, the estimation model generation / output unit 14 generates an estimation model table as shown in FIG. 7A as an estimation result and displays the estimation model table on the display unit 93.
  • the estimation model table includes fields of “part name 1” and “part name 2”, which are names of the parts included in the part pair, and a “contact” field indicating whether the part pair is in contact. Have.
  • the user refers to the estimated model table and corrects information if there is information to be corrected. Then, when the correction is completed, a confirmation operation (for example, pressing a confirmation button) is executed.
  • the estimated model table is a contact determination table as illustrated in FIG.
  • the contact determination table of FIG. 7B the contact state of the component name 1 “LCD_Metal” and the component name 2 “graphite sheet” is corrected by the user, as can be seen from comparison with FIG. 7A.
  • the contact determination table acquisition unit 16 acquires the estimated model table determined by the user (that is, the contact determination table of FIG. 7B), and converts the acquired contact determination table into the division number determination unit 20 and It transmits to the thermal circuit network model analysis part 22.
  • the allowable error acquisition unit 18 prompts the user to input an allowable error (that is, required accuracy), acquires the input allowable error value, and transmits it to the division number determination unit 20.
  • the division number determination unit 20 uses the allowable error acquired by the allowable error acquisition unit 18 and the data of the contact determination table acquired by the contact determination table acquisition unit 16, and based on the division method DB 44 (FIG. 5), the thermal circuit network model. Determine the number of divisions in.
  • the division number determination unit 20 transmits information on the determined division number to the thermal circuit network model analysis unit 22.
  • the thermal network model analysis unit 22 uses the division number determined by the division number determination unit 20 and information in the contact determination table to construct a thermal circuit network model and perform thermal analysis. Note that the component data acquired by the component data acquisition unit 12 is also used in the thermal analysis.
  • the learning unit 24 obtains the analysis result obtained by the thermal network model analysis unit 22 and calculates an error between the analysis result and the actual measurement value when obtaining the actual measurement value or the simulation result (hereinafter simply referred to as “actual measurement value”). To do.
  • FIG. 8 shows, as an example, a circuit network analysis result, an actual measurement value, and an error regarding the rising temperature of the display.
  • the learning unit 24 updates the division method DB 44 using the calculated error and the division method, and adds information on the contact determination table used for the thermal analysis to the design asset DB 40.
  • the learning unit 24 adds the data shown in FIG. 9A to the division method DB 44 and adds the model data shown in FIG. 9B to the design asset DB 40.
  • the model data in FIG. 9B is a summary of the part names and sizes of parts pairs included in the product subjected to thermal analysis, and the presence or absence of contact.
  • the contact determination model generation unit 30 may generate a new contact determination model each time new data is added to the design asset DB 40, or may generate only the contact determination model specified by the user. .
  • the learning unit 24 may appropriately modify the contact determination model DB 42 and the division method DB 44 when the calculated error deviates from the allowable error input by the user.
  • the contact determination model DB 42 stores the contact determination model generated by the contact determination model generation unit 30, and the division method DB 44 has the configuration shown in FIG. It is assumed that data is generated and stored by the division method acquisition unit 32.
  • the part data acquisition unit 12 waits until part data is input in step S10.
  • the component data acquisition unit 12 proceeds to step S12 and acquires the input component data (FIG. 6).
  • step S14 the allowable error acquisition unit 18 requests the user to input the allowable error via the display unit 93. Specifically, an allowable error input screen is displayed on the display unit 93 to prompt the user to input the allowable error.
  • step S16 the allowable error acquisition unit 18 stands by until an allowable error is input.
  • the allowable error acquisition unit 18 proceeds to step S18 and acquires the input allowable error.
  • step S20 the estimated model generation / output unit 14 refers to the contact determination model DB 42 and generates an estimated model table (FIG. 7A) from the component data.
  • step S22 the estimated model generation / output unit 14 displays the estimated model table generated in step S20 on the display unit 93.
  • step S24 the contact determination table acquisition unit 16 waits until a confirmation operation is performed by the user.
  • the contact determination table acquisition unit 16 proceeds to step S26 and acquires an estimated model table (that is, a contact determination table) that has been changed and determined.
  • step S28 the division number determination unit 20 refers to the division method DB 44 and determines the division number in each part pair based on the allowable error.
  • step S30 the thermal network model analysis unit 22 constructs a thermal network model based on the number of divisions determined in step S28, the contact determination table, component data, and the like, and executes thermal analysis processing.
  • the thermal analysis result is output (displayed on the display unit 93).
  • step S30 when the processing up to step S30 has been performed, the entire processing in FIG. 10 ends.
  • the thermal analysis can be performed in a short time.
  • the learning unit 24 appropriately performs the above-described processing at the timing when the actual measurement value and the simulation result are obtained.
  • the thermal analysis result in this case is shown in FIG.
  • the result shown in FIG. 11 can be obtained in a short time by executing the process according to the flowchart of FIG. 10 in the thermal analysis. From this result, it can be seen that increasing the thermal conductivity of the rear case rather than increasing the heat transfer coefficient of the graphite sheet increases the IC temperature reduction effect. Can be designed. The man-hours for obtaining the results shown in Fig.
  • the estimated model generation / output unit 14 is included in the target product with reference to the contact determination model DB 42 that stores the contact determination model obtained from the past design asset.
  • the presence / absence of contact of each component pair is estimated, and an estimated model table is generated (S20).
  • the division number determination unit 20 is included in the target product with reference to the division method DB 44 that stores the relationship between the parameters (Sr, Tr) regarding the heat transfer of the two components and the division number in the thermal circuit network model.
  • the number of divisions in the thermal network model of the component pair is determined (S28).
  • the thermal network model analysis unit 22 uses the contact determination table in which the estimated model table is corrected and the division number determined by the division number determination unit 20 to construct a thermal circuit network model of the target product, Thermal analysis is executed (S30).
  • the thermal network model analysis unit 22 uses the contact determination table in which the estimated model table is corrected and the division number determined by the division number determination unit 20 to construct a thermal circuit network model of the target product, Thermal analysis is executed (S30).
  • the estimated model table generated by the estimated model generation / output unit 14 is output, and a thermal circuit network model is constructed using a table (contact determination table) determined after confirmation, correction, etc. by the user To do. Thereby, it is possible to perform a thermal analysis after reflecting the user's design guidelines.
  • the allowable error acquisition unit 18 receives the input of the allowable error in the thermal analysis and determines the number of divisions by the division method corresponding to the allowable error, so that the appropriate division is performed with the accuracy required by the user. The number can be determined.
  • the design asset DB 40 and the division method DB 44 are updated (learned) based on the thermal analysis result, it is possible to improve the determination accuracy of the presence / absence of contact and the determination accuracy of the number of divisions.
  • the thermal analysis processing of a product such as a portable terminal has been described.
  • the present invention is not limited to this, and for example, a model for estimating the temperature of a difficult-to-predict location from the analysis result of a failed LSI is constructed.
  • the same method as in the above embodiment can be adopted.
  • the number of divisions of a certain layer for example, the lower layer fine wiring portion
  • another The number of divisions of a layer may be determined by different division methods.
  • the area ratio and the heat transport force ratio are used as the parameters related to the heat transfer of the two components used when determining the number of divisions.
  • the present invention is not limited to this, and the area ratio and the heat transport force are not limited thereto. Only one of the ratios may be used. Further, parameters other than the area ratio and the heat transport force ratio may be employed as parameters relating to heat transfer between the two components.
  • the division number determination unit 20 determines the division number based on the allowable error.
  • the present invention is not limited to this.
  • the division number determination unit 20 may determine the division number without using an allowable error. In this case, only one type of division method needs to be prepared.
  • the cloud server 50 connected to a network 80 such as the Internet as shown in FIG.
  • the cloud server 50 receives the component data, the allowable error, and the like input from the user terminal 70, and the cloud server 50 executes the process of FIG.
  • the cloud server 50 may be installed either in Japan or overseas.
  • the above processing functions can be realized by a computer.
  • a program describing the processing contents of the functions that the processing apparatus should have is provided.
  • the program describing the processing contents can be recorded on a computer-readable recording medium (except for a carrier wave).
  • the program When the program is distributed, for example, it is sold in the form of a portable recording medium such as a DVD (Digital Versatile Disc) or CD-ROM (Compact Disc Read Only Memory) on which the program is recorded. It is also possible to store the program in a storage device of a server computer and transfer the program from the server computer to another computer via a network.
  • a portable recording medium such as a DVD (Digital Versatile Disc) or CD-ROM (Compact Disc Read Only Memory) on which the program is recorded. It is also possible to store the program in a storage device of a server computer and transfer the program from the server computer to another computer via a network.
  • the computer that executes the program stores, for example, the program recorded on the portable recording medium or the program transferred from the server computer in its own storage device. Then, the computer reads the program from its own storage device and executes processing according to the program. The computer can also read the program directly from the portable recording medium and execute processing according to the program. Further, each time the program is transferred from the server computer, the computer can sequentially execute processing according to the received program.
  • Thermal Analysis Device 14 Estimated Model Generation / Output Unit (Estimation Unit) 18 Tolerance acquisition unit (reception unit) 20 Number of division determination unit (determination unit) 22 Thermal network model analysis unit (thermal analysis unit) 24 learning part (update part) 42 Contact determination model DB (first storage unit) 44 Division method DB (second storage unit)

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)
  • Investigating Or Analyzing Materials Using Thermal Means (AREA)

Abstract

熱解析に要する時間を短縮するため、推定モデル生成・出力部が、過去の設計資産から得られる接触判定モデルを記憶する接触判定モデルDBを参照して、対象製品に含まれる部品対それぞれの接触有無を推定して、推定モデルテーブルを生成する(S20)。また、分割数決定部が、2つの部品の熱伝達に関するパラメータ(Sr、Tr)と、熱回路網モデルにおける分割数との関係を記憶する分割方式DBを参照して、対象製品に含まれる部品対の熱回路網モデルにおける分割数を決定する(S28)。そして、熱回路網モデル解析部が、修正後の推定モデルテーブルである接触判定テーブルと、分割数決定部が決定した分割数とを用いて、対象製品の熱回路網モデルを構築し、熱解析を実行する(S30)。

Description

熱解析装置、熱解析方法及び熱解析プログラム
 本発明は、熱解析装置、熱解析方法及び熱解析プログラムに関する。
 従来、発熱部品を搭載したプリント回路板の熱解析においては、解析目的や解析精度に応じて、都度、専門家等がモデルを作成して熱解析を行っていた。しかるに、モデル作成には習熟した知識等が必要であり、迅速に熱解析を行えないことから、近年においては、モデルを自動的に構築する技術の検討が進められている(例えば、特許文献1~3等参照)。
特開2004-318250号公報 特開2007-122506号公報 特開2012-64036号公報
 製品設計の上流工程において熱解析を行うことができれば、設計指針を立てやすくなるが、このためには、短時間で熱解析を行えるようにする必要がある。
 1つの側面では、本発明は、熱解析に要する時間を短縮することが可能な熱解析装置、熱解析方法及び熱解析プログラムを提供することを目的とする。
 一つの態様では、熱解析装置は、過去の製品の設計情報から得られる2つの部品の接触有無に関する情報を記憶する第1記憶部を参照し、対象製品に含まれる部品対それぞれの接触有無を推定する推定部と、2つの部品の熱伝達に関するパラメータと、熱回路網モデルにおける分割数との関係を記憶する第2記憶部を参照し、前記対象製品に含まれる部品対の前記熱回路網モデルにおける分割数を決定する決定部と、前記推定部の推定結果と、前記決定部の決定結果とを用いて、前記対象製品の熱回路網モデルを構築し、熱解析を実行する熱解析部と、を備えている。
 熱解析に要する時間を短縮することができる。
一実施形態に係る熱解析装置のハードウェア構成を概略的に示す図である。 熱解析装置の機能ブロック図である。 各部品対のデータを示す図である。 図4(a)~図4(c)は、分割方式について説明するための図である。 分割方式DBのデータ構造の一例を示す図である。 部品データの一例を示す図である。 図7(a)は、推定モデルテーブルを示す図であり、図7(b)は、接触判定テーブルを示す図である。 ディスプレイの上昇温度についての、回路網解析結果と、実測値と、誤差を示す表である。 図9(a)は、学習部が分割方式DBに追加する分割方式のデータの例を示す図であり、図9(b)は、学習部が設計資産DBに追加するモデルデータの例を示す図である。 熱解析装置の処理を示すフローチャートである。 熱解析の活用方法について説明するための図である。 変形例を説明するための図である。 熱解析装置の機能をクラウドサーバが有する例について示す図である。
 以下、熱解析装置の一実施形態について、図1~図11に基づいて詳細に説明する。
 図1には、熱解析装置10のハードウェア構成が示されている。熱解析装置10は、PC(Personal Computer)等であり、図1に示すように、CPU(Central Processing Unit)90、ROM(Read Only Memory)92、RAM(Random Access Memory)94、記憶部(ここではHDD(Hard Disk Drive))96、ネットワークインタフェース97、表示部93、入力部95、及び可搬型記憶媒体用ドライブ99等を備えている。これら熱解析装置10の構成各部は、バス98に接続されている。表示部93は、液晶ディスプレイ等を含み、入力部95は、キーボード、マウス、タッチパネル等を含む。熱解析装置10では、ROM92あるいはHDD96に格納されているプログラム(熱解析プログラムを含む)、或いは可搬型記憶媒体用ドライブ99が可搬型記憶媒体91から読み取ったプログラム(熱解析プログラムを含む)をCPU90が実行することにより、図2に示す、各部の機能が実現される。なお、図2には、熱解析装置10のHDD96等に格納されているデータベース(DB)についても図示されている。
 熱解析装置10では、CPU90がプログラムを実行することにより、図2に示す、接触判定モデル生成部30、分割方式取得部32、部品データ取得部12、推定部としての推定モデル生成・出力部14、接触判定テーブル取得部16、受付部としての許容誤差取得部18、決定部としての分割数決定部20、熱解析部としての熱回路網モデル解析部22、更新部としての学習部24、の機能が実現されている。
 接触判定モデル生成部30は、設計資産DB40に格納されている過去の製品に関する情報を取得し、取得した情報に基づいて、各部品対のデータ(図3)を生成する。ここで、設計資産DB40には、後述するモデルデータ(図9(b)参照)と同様のデータを格納するデータベースである。また、各部品対のデータには、製品において接触又は対向する2つの部品のデータが含まれる。具体的には、各部品対のデータには、部品対をなす2つの部品の名称である「部品名1」、「部品名2」のデータと、各部品のサイズである「サイズ1」、「サイズ2」のデータと、熱解析に用いた回路網モデルの名称である「回路網モデル」のデータと、部品対の接触の有無を示す「接触」のデータを有する。「接触」のデータは、部品対が接触している場合の値が「1」、接触していない場合の値が「0」となる。
 また、接触判定モデル生成部30は、図3に示すように、各部品対のデータをロジスティック回帰分析し、接触判定モデルを生成する。接触判定モデルは、製品に含まれる2つの部品(部品対)における接触の有無を判定するためのモデル(例えば接触の確率を計算するためのモデル)である。接触判定モデル生成部30は、生成した接触判定モデルを、第1記憶部としての接触判定モデルDB42に格納する。なお、接触判定モデルは、過去の製品の設計情報から得られる2つの部品の接触有無に関する情報であるといえる。
 分割方式取得部32は、ユーザが作成した、過去の熱解析において実績のある熱回路網モデルに基づく分割方式の情報を取得する。
 本実施形態の分割方式は、一例として、2つの部品の面積比と、2つの部品の熱輸送力比とをパラメータとして用いて分割数を決定する方式であるものとする。図4(a)~図4(c)は、分割方式について説明するための図である。図4(a)に示すように、部品対として部品1と部品2がある場合に、面積比Srと熱輸送力比Trは次式(1)、(2)のように表される。
 Sr=部品2の面積/部品1の面積   …(1)
 Tr=部品2の熱輸送力/部品1の熱輸送力   …(2)
 なお、熱輸送力[W/K]は、次式(3)のように表される。
 熱輸送力=熱伝導率×部品の高さ(厚さ)   …(3)
 そして、ユーザは、簡易的な分割方式(許容誤差が大きい分割方式)と、詳細な分割方式(許容誤差が小さい分割方式)に分け、過去の熱解析において実績のある熱回路網モデルに基づいて、分割方式を決定する。
 例えば、図4(b)の例では、簡易的な分割方式であれば、Sr<3.0の場合、分割なしとし、3.0≦Srの場合、分割ありとする。また、Tr<7.7であれば分割なしとし、7.7≦Tr<100の場合、9分割、100≦Trの場合、2分割とする。一方、詳細な分割方式であれば、図4(c)に示すように、Sr<1.1の場合、分割なしとし、1.1≦Srの場合、分割ありとする。また、Tr<3であれば分割なしとし、3≦Tr<100の場合、100分割、100≦Trの場合、10分割とする。
 そして、分割方式取得部32は、簡易的な分割方式と詳細な分割方式を用いて、サンプルデータ(サンプルの製品の部品データ)の熱解析を行い、解析結果と実測値との誤差を求める。そして、求められた誤差と分割方式とを対応付けて、図5に示すような第2記憶部としての分割方式DB44を生成する。なお、分割方式DB44には、複数のレコード(行)が存在しており、ユーザが入力する許容誤差の値に最も近い誤差に対応付けられている分割方式が後述する分割数決定部20において利用されるものとする。なお、ユーザは、例えば、簡易的な分割方式は、許容誤差が所定値以上の場合に用い、詳細な分割方式は、許容誤差が所定値未満の場合に用いるというように、各分割方式の用い方を予め定めてもよい。
 図2に戻り、部品データ取得部12は、熱解析装置10のユーザが入力する、熱解析の対象製品の部品データを取得する。ここで、部品データは、一例として、図6に示すようなデータであるものとする。具体的には、部品データは、対象製品に含まれる部品の情報であり、「部品名」、「サイズ」、「熱伝導率」、「発熱量」の各フィールドを有する。「部品名」のフィールドには、部品の名称が格納され、「サイズ」のフィールドには、D(奥行)、W(幅)、H(高さ)の寸法(単位[mm])が格納される。また、「熱伝導率」のフィールドには、熱伝導率の値(単位[W/mK])が格納され、「発熱量」のフィールドには、発熱量の値(単位[W])が格納される。
 推定モデル生成・出力部14は、接触判定モデルDB42を参照して、部品データ取得部12が取得した部品データに含まれる部品間の接触の有無を推定する。また、推定モデル生成・出力部14は、推定結果として、図7(a)に示すような推定モデルテーブルを生成し、表示部93上に表示する。ここで、推定モデルテーブルは、部品対に含まれる各部品の名称である「部品名1」、「部品名2」のフィールドと、部品対の接触の有無を示す「接触」のフィールドと、を有する。なお、ユーザは、推定モデルテーブルを参照し、修正すべき情報があれば、修正を行うものとする。そして、修正が完了した段階で、確定操作(例えば確定ボタンを押す等)を実行する。ユーザにより確定操作が行われた場合、推定モデルテーブルは、図7(b)に示すような接触判定テーブルとなる。なお、図7(b)の接触判定テーブルは、図7(a)と比較するとわかるように、部品名1「LCD_Metal」、部品名2「グラファイトシート」の接触状態がユーザによって修正されている。
 図2に戻り、接触判定テーブル取得部16は、ユーザによって確定された推定モデルテーブル(すなわち、図7(b)の接触判定テーブル)を取得し、取得した接触判定テーブルを分割数決定部20及び熱回路網モデル解析部22に送信する。
 許容誤差取得部18は、ユーザに対して許容誤差(すなわち要求精度)の入力を促し、入力された許容誤差の値を取得し、分割数決定部20に送信する。
 分割数決定部20は、許容誤差取得部18が取得した許容誤差及び接触判定テーブル取得部16が取得した接触判定テーブルのデータを用い、分割方式DB44(図5)に基づいて、熱回路網モデルにおける分割数を決定する。分割数決定部20は、決定した分割数の情報を熱回路網モデル解析部22に送信する。
 熱回路網モデル解析部22は、分割数決定部20が決定した分割数と、接触判定テーブルの情報とを用いて、熱回路網モデルを構築し、熱解析を行う。なお、熱解析の際には、部品データ取得部12が取得した部品データ等も用いる。
 学習部24は、熱回路網モデル解析部22による解析結果を取得するとともに、実測値やシミュレーション結果(以下、単に「実測値」と呼ぶ)を取得すると、解析結果と実測値との誤差を算出する。図8には、一例としてディスプレイの上昇温度についての、回路網解析結果と、実測値と、誤差が示されている。誤差Pは、上昇温度の回路網解析結果をΔT1、上昇温度の実測値をΔT2とすると、次式(4)にて算出することができる。
 P(%)=(|ΔT1-ΔT2|/ΔT1)×100   …(4)
 そして、学習部24は、算出した誤差と分割方式を用いて分割方式DB44を更新するとともに、熱解析に利用した接触判定テーブルの情報を設計資産DB40に追加する。例えば、学習部24は、分割方式DB44に、図9(a)のデータを追加し、設計資産DB40には、図9(b)に示すモデルデータを追加するものとする。なお、図9(b)のモデルデータは、熱解析を行った製品に含まれる部品対の部品名とサイズおよび接触の有無をまとめたものである。なお、接触判定モデル生成部30は、設計資産DB40に新たなデータが追加されるたびに接触判定モデルを新たに生成してもよいし、ユーザーが指定した接触判定モデルのみを生成してもよい。なお、学習部24は、算出した誤差が、ユーザが入力した許容誤差と乖離していた場合に、接触判定モデルDB42や分割方式DB44を適宜修正するようにしてもよい。
(熱解析装置10の処理について)
 次に、図10のフローチャートに沿って、熱解析装置10の処理について、説明する。なお、図10の処理が実行される段階では、接触判定モデルDB42には、接触判定モデル生成部30により生成された接触判定モデルが格納されており、分割方式DB44には、図5のようなデータが分割方式取得部32により生成され、格納されているものとする。
 図10の処理が開始されると、部品データ取得部12は、ステップS10において、部品データが入力されるまで待機する。部品データが入力されると、部品データ取得部12は、ステップS12に移行し、入力された部品データ(図6)を取得する。
 次いで、ステップS14では、許容誤差取得部18が、表示部93を介して、許容誤差の入力をユーザに対して要求する。具体的には、許容誤差の入力画面を表示部93上に表示するなどして、ユーザに対して許容誤差の入力を促す。
 次いで、ステップS16では、許容誤差取得部18が、許容誤差の入力があるまで待機する。ユーザが入力部95を介して許容誤差を入力すると、許容誤差取得部18は、ステップS18に移行し、入力された許容誤差を取得する。
 次いで、ステップS20では、推定モデル生成・出力部14が、接触判定モデルDB42を参照して、部品データから推定モデルテーブル(図7(a))を生成する。次いで、ステップS22では、推定モデル生成・出力部14が、ステップS20で生成した推定モデルテーブルを表示部93上に表示する。
 次いで、ステップS24では、接触判定テーブル取得部16が、ユーザにより確定操作がなされるまで待機する。ユーザが確定操作を行うと、接触判定テーブル取得部16は、ステップS26に移行し、変更等され、確定した推定モデルテーブル(すなわち、接触判定テーブル)を取得する。
 次いで、ステップS28では、分割数決定部20が、分割方式DB44を参照して、許容誤差に基づいて、各部品対における分割数を決定する。
 次いで、ステップS30では、熱回路網モデル解析部22が、ステップS28で決定された分割数や、接触判定テーブル、部品データ等に基づいて、熱回路網モデルを構築し、熱解析処理を実行し、熱解析結果を出力する(表示部93に表示等する)。
 以上のようにして、ステップS30までの処理が行われた段階で、図10の全処理が終了する。本実施形態では、図10の処理が実行されることで、ユーザが習熟した専門家でなくても、短時間で、熱解析を行うことができる。なお、学習部24は、実測価やシミュレーション結果が得られたタイミングで、適宜、上述した処理を行うものとする。
 ここで、例えば、携帯端末の設計段階において、IC(Integrated Circuit)のディスプレイ側に設けられるグラファイトシートの熱伝導率と、リアケースの熱伝導率を変化させた場合のICの温度を熱解析するとする。この場合の熱解析結果が図11に示されている。本実施形態では、熱解析において、図10のフローチャートに沿った処理を実行することで、短時間で図11のような結果を得ることができる。この結果からは、グラファイトシートの熱伝達率を大きくするよりも、リアケースの熱伝導率を大きくすることで、ICの温度低減効果が大きくなることがわかるので、設計者は、この結果に基づいて設計を行うことが可能である。なお、図11の結果を得るための工数は、モデルを構築するためにCAD(Computer Aided Design)データを参照しながら、熱設計に反映する放熱パスを見極めたり、部品当たりの節点数を実験データや設計資産を参照しつつ人が設定する場合(比較例)と比べて、1/3程度に減らすことができた。
 以上、詳細に説明したように、本実施形態によると、推定モデル生成・出力部14は、過去の設計資産から得られる接触判定モデルを記憶する接触判定モデルDB42を参照して、対象製品に含まれる部品対それぞれの接触有無を推定して、推定モデルテーブルを生成する(S20)。また、分割数決定部20は、2つの部品の熱伝達に関するパラメータ(Sr、Tr)と、熱回路網モデルにおける分割数との関係を記憶する分割方式DB44を参照して、対象製品に含まれる部品対の熱回路網モデルにおける分割数を決定する(S28)。そして、熱回路網モデル解析部22は、推定モデルテーブルが修正等された接触判定テーブルと、分割数決定部20が決定した分割数とを用いて、対象製品の熱回路網モデルを構築し、熱解析を実行する(S30)。これにより、本実施形態では、熟練した設計者等でなくても、接触判定テーブルを簡易に作成できるとともに、分割数を自動的に決定することができるので、熱回路網モデルの構築と、熱解析を短時間で行うことができる。したがって、製品の設計における上流工程において、多数の製品構成を検討することができるようになるため、設計がしやすくなる。また、部品やサイズが混在する系の熱解析であっても、接触判定モデルを用いることで、効率的に行うことができる。
 また、本実施形態では、推定モデル生成・出力部14が生成した推定モデルテーブルを出力し、ユーザが確認、修正等した後に確定したテーブル(接触判定テーブル)を用いて、熱回路網モデルを構築する。これにより、ユーザの設計指針を反映させたうえで、熱解析を行うことが可能である。
 また、本実施形態では、許容誤差取得部18が、熱解析における許容誤差の入力を受け付け、許容誤差に対応する分割方式で分割数を決定するので、ユーザが必要とする精度で、適切な分割数を決定することができる。
 また、本実施形態では、熱解析結果に基づいて、設計資産DB40や、分割方式DB44を更新(学習)するため、接触の有無の判定精度や、分割数の決定精度を向上することができる。
 なお、上記実施形態では、携帯端末等の製品の熱解析処理について説明したが、これに限らず、例えば、故障したLSIの分析結果から、予測困難な箇所の温度を推定するためのモデルを構築する際にも、上記実施形態と同様の方法を採用することができる。この場合、例えば多層配線の場合のように、層によって解析対象のサイズや材質が大きく異なる場合には、図12に示すように、ある層(例えば下層微細配線部)の分割数と、別の層(例えばトランジスタ部)の分割数を異なる分割方式により決定することとしてもよい。
 なお、上記実施形態では、分割数を決定する際に用いる2つの部品の熱伝達に関するパラメータとして、面積比と、熱輸送力比を用いたが、これに限らず、面積比と、熱輸送力比のいずれか一方のみを用いることとしてもよい。また、2つの部品の熱伝達に関するパラメータとしては、面積比や熱輸送力比以外のパラメータを採用することとしてもよい。
 なお、上記実施形態では、ユーザに許容誤差を入力させ、分割数決定部20は、許容誤差に基づいて分割数を決定する場合について説明したが、これに限られるものではない。例えば、分割数決定部20は、許容誤差を用いずに分割数を決定してもよい。この場合、分割方式は1種類のみ用意しておけばよい。
 なお、上記実施形態では、熱解析装置10が、図2の各機能を有する場合について説明したが、これに限られるものではない。例えば、図2の各機能を、図13に示すような、インターネットなどのネットワーク80に接続されたクラウドサーバ50が有していてもよい。この場合、利用者端末70から入力された部品データや許容誤差などをクラウドサーバ50が受信し、クラウドサーバ50において図10の処理を実行する。なお、クラウドサーバ50は、国内、海外のいずれに設置されてもよい。
 なお、上記の処理機能は、コンピュータによって実現することができる。その場合、処理装置が有すべき機能の処理内容を記述したプログラムが提供される。そのプログラムをコンピュータで実行することにより、上記処理機能がコンピュータ上で実現される。処理内容を記述したプログラムは、コンピュータで読み取り可能な記録媒体(ただし、搬送波は除く)に記録しておくことができる。
 プログラムを流通させる場合には、例えば、そのプログラムが記録されたDVD(Digital Versatile Disc)、CD-ROM(Compact Disc Read Only Memory)などの可搬型記録媒体の形態で販売される。また、プログラムをサーバコンピュータの記憶装置に格納しておき、ネットワークを介して、サーバコンピュータから他のコンピュータにそのプログラムを転送することもできる。
 プログラムを実行するコンピュータは、例えば、可搬型記録媒体に記録されたプログラムもしくはサーバコンピュータから転送されたプログラムを、自己の記憶装置に格納する。そして、コンピュータは、自己の記憶装置からプログラムを読み取り、プログラムに従った処理を実行する。なお、コンピュータは、可搬型記録媒体から直接プログラムを読み取り、そのプログラムに従った処理を実行することもできる。また、コンピュータは、サーバコンピュータからプログラムが転送されるごとに、逐次、受け取ったプログラムに従った処理を実行することもできる。
 上述した実施形態は本発明の好適な実施の例である。但し、これに限定されるものではなく、本発明の要旨を逸脱しない範囲内において種々変形実施可能である。
  10 熱解析装置
  14 推定モデル生成・出力部(推定部)
  18 許容誤差取得部(受付部)
  20 分割数決定部(決定部)
  22 熱回路網モデル解析部(熱解析部)
  24 学習部(更新部)
  42 接触判定モデルDB(第1記憶部)
  44 分割方式DB(第2記憶部)

Claims (13)

  1.  過去の製品の設計情報から得られる2つの部品の接触有無に関する情報を記憶する第1記憶部を参照し、対象製品に含まれる部品対それぞれの接触有無を推定する推定部と、
     2つの部品の熱伝達に関するパラメータと、熱回路網モデルにおける分割数との関係を記憶する第2記憶部を参照し、前記対象製品に含まれる部品対の前記熱回路網モデルにおける分割数を決定する決定部と、
     前記推定部の推定結果と、前記決定部の決定結果とを用いて、前記対象製品の熱回路網モデルを構築し、熱解析を実行する熱解析部と、を備える熱解析装置。
  2.  前記熱解析部は、前記推定部の推定結果の修正要求の入力を受け付け、該修正要求を反映させた前記推定結果を用いて、前記対象製品の熱回路網モデルを構築することを特徴とする請求項1に記載の熱解析装置。
  3.  前記熱解析に対する要求精度の入力を受け付ける受付部をさらに備え、
     前記第2記憶部は、異なる要求精度に対応付けて、2つの部品の熱伝達に関するパラメータと、熱回路網モデルにおける分割数との関係を記憶し、
     前記決定部は、前記受付部が受け付けた要求精度に対応する前記パラメータと前記分割数との関係を用いて、前記対象製品に含まれる部品対の前記熱回路網モデルにおける分割数を決定する、ことを特徴とする請求項1又は2に記載の熱解析装置。
  4.  前記熱伝達に関するパラメータは、2つの部品の面積比を含むことを特徴とする請求項1~3のいずれか一項に記載の熱解析装置。
  5.  前記熱伝達に関するパラメータは、2つの部品における熱伝達のしやすさの比を含むことを特徴とする請求項1~4のいずれか一項に記載の熱解析装置。
  6.  前記熱解析部の熱解析結果に基づいて、前記推定部の推定結果を用いて前記第1記憶部を更新し、前記決定部の決定結果を用いて前記第2記憶部を更新する更新部をさらに備える請求項1~5のいずれか一項に記載の熱解析装置。
  7.  過去の製品の設計情報から得られる2つの部品の接触有無に関する情報を記憶する第1記憶部を参照し、対象製品に含まれる部品対それぞれの接触有無を推定し、
     2つの部品の熱伝達に関するパラメータと、熱回路網モデルにおける分割数との関係を記憶する第2記憶部を参照し、前記対象製品に含まれる部品対の前記熱回路網モデルにおける分割数を決定し、
     前記推定する処理における推定結果と、前記決定する処理における決定結果とを用いて、前記対象製品の熱回路網モデルを構築し、熱解析を実行する、
    処理をコンピュータが実行することを特徴とする熱解析方法。
  8.  前記熱解析を実行する処理では、前記推定する処理の推定結果の修正要求の入力を受け付け、該修正要求を反映させた前記推定結果を用いて、前記対象製品の熱回路網モデルを構築することを特徴とする請求項7に記載の熱解析方法。
  9.  前記熱解析に対する要求精度の入力を受け付ける処理を前記コンピュータがさらに実行し、
     前記第2記憶部は、異なる要求精度に対応付けて、2つの部品の熱伝達に関するパラメータと、熱回路網モデルにおける分割数との関係を記憶し、
     前記決定する処理では、前記受け付ける処理で受け付けた要求精度に対応する前記パラメータと前記分割数との関係を用いて、前記対象製品に含まれる部品対の前記熱回路網モデルにおける分割数を決定する、ことを特徴とする請求項7又は8に記載の熱解析方法。
  10.  前記熱伝達に関するパラメータは、2つの部品の面積比を含むことを特徴とする請求項7~9のいずれか一項に記載の熱解析方法。
  11.  前記熱伝達に関するパラメータは、2つの部品における熱伝達のしやすさの比を含むことを特徴とする請求項7~10のいずれか一項に記載の熱解析方法。
  12.  前記熱解析を実行する処理の熱解析結果に基づいて、前記推定する処理の推定結果を用いて前記第1記憶部を更新し、前記決定する処理の決定結果を用いて前記第2記憶部を更新する、処理を前記コンピュータがさらに実行することを特徴とする請求項7~11のいずれか一項に記載の熱解析方法。
  13.  過去の製品の設計情報から得られる2つの部品の接触有無に関する情報を記憶する第1記憶部を参照し、対象製品に含まれる部品対それぞれの接触有無を推定し、
     2つの部品の熱伝達に関するパラメータと、熱回路網モデルにおける分割数との関係を記憶する第2記憶部を参照し、前記対象製品に含まれる部品対の前記熱回路網モデルにおける分割数を決定し、
     前記推定する処理における推定結果と、前記決定する処理における決定結果とを用いて、前記対象製品の熱回路網モデルを構築し、熱解析を実行する、
    処理をコンピュータに実行させるための熱解析プログラム。
PCT/JP2017/021459 2017-06-09 2017-06-09 熱解析装置、熱解析方法及び熱解析プログラム WO2018225243A1 (ja)

Priority Applications (5)

Application Number Priority Date Filing Date Title
JP2019523311A JP6753528B2 (ja) 2017-06-09 2017-06-09 熱解析装置、熱解析方法及び熱解析プログラム
PCT/JP2017/021459 WO2018225243A1 (ja) 2017-06-09 2017-06-09 熱解析装置、熱解析方法及び熱解析プログラム
CN201780091202.3A CN110709849A (zh) 2017-06-09 2017-06-09 热分析装置、热分析方法和热分析程序
EP17912529.9A EP3637286A4 (en) 2017-06-09 2017-06-09 THERMAL ANALYSIS DEVICE, THERMAL ANALYSIS METHOD AND THERMAL ANALYSIS PROGRAM
US16/679,372 US20200074026A1 (en) 2017-06-09 2019-11-11 Thermal analysis device and thermal analysis method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2017/021459 WO2018225243A1 (ja) 2017-06-09 2017-06-09 熱解析装置、熱解析方法及び熱解析プログラム

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US16/679,372 Continuation US20200074026A1 (en) 2017-06-09 2019-11-11 Thermal analysis device and thermal analysis method

Publications (1)

Publication Number Publication Date
WO2018225243A1 true WO2018225243A1 (ja) 2018-12-13

Family

ID=64566641

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2017/021459 WO2018225243A1 (ja) 2017-06-09 2017-06-09 熱解析装置、熱解析方法及び熱解析プログラム

Country Status (5)

Country Link
US (1) US20200074026A1 (ja)
EP (1) EP3637286A4 (ja)
JP (1) JP6753528B2 (ja)
CN (1) CN110709849A (ja)
WO (1) WO2018225243A1 (ja)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002183223A (ja) * 2000-12-15 2002-06-28 Sharp Corp メッシュ処理装置、メッシュ処理方法およびメッシュ処理プログラムを記録したコンピュータで読取可能な記録媒体
JP2003011199A (ja) * 2001-07-04 2003-01-15 Canon Inc 射出成形プロセスシミュレーション装置および形状精度予測方法
JP2004318250A (ja) 2003-04-11 2004-11-11 Fujitsu Ltd 熱解析モデリング方法および熱解析モデリングプログラム
JP2007122506A (ja) 2005-10-28 2007-05-17 Fujitsu Ltd 熱流体解析モデル生成プログラム、熱流体解析モデル生成装置及び熱流体解析モデル生成方法
JP2012064036A (ja) 2010-09-16 2012-03-29 Fujitsu Ltd 熱解析モデル生成装置、熱解析モデル生成プログラム、熱解析モデル生成方法および熱解析装置
JP2016192160A (ja) * 2015-03-31 2016-11-10 キヤノン株式会社 情報処理装置、情報処理方法およびプログラム

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5202843A (en) * 1990-04-25 1993-04-13 Oki Electric Industry Co., Ltd. CAE system for automatic heat analysis of electronic equipment
JP2002230047A (ja) * 2001-02-02 2002-08-16 Nec Corp 熱回路網データの生成システム、方法及び記録媒体
JP4097176B2 (ja) * 2001-08-02 2008-06-11 本田技研工業株式会社 熱解析方法および装置
JP2007293382A (ja) * 2006-04-20 2007-11-08 Sony Corp 熱解析装置、熱解析方法及び熱解析処理プログラム
JP2008082901A (ja) * 2006-09-27 2008-04-10 Sharp Corp 熱解析方法、熱解析装置および熱解析プログラム
JP2009026085A (ja) * 2007-07-19 2009-02-05 Sharp Corp 熱解析装置、熱解析方法、プログラムおよび記録媒体
JP2009129196A (ja) * 2007-11-22 2009-06-11 Sharp Corp 熱解析モデル生成装置、熱解析モデル生成方法、熱解析装置および熱解析方法
US8103996B2 (en) * 2008-06-24 2012-01-24 Cadence Design Systems, Inc. Method and apparatus for thermal analysis of through-silicon via (TSV)

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002183223A (ja) * 2000-12-15 2002-06-28 Sharp Corp メッシュ処理装置、メッシュ処理方法およびメッシュ処理プログラムを記録したコンピュータで読取可能な記録媒体
JP2003011199A (ja) * 2001-07-04 2003-01-15 Canon Inc 射出成形プロセスシミュレーション装置および形状精度予測方法
JP2004318250A (ja) 2003-04-11 2004-11-11 Fujitsu Ltd 熱解析モデリング方法および熱解析モデリングプログラム
JP2007122506A (ja) 2005-10-28 2007-05-17 Fujitsu Ltd 熱流体解析モデル生成プログラム、熱流体解析モデル生成装置及び熱流体解析モデル生成方法
JP2012064036A (ja) 2010-09-16 2012-03-29 Fujitsu Ltd 熱解析モデル生成装置、熱解析モデル生成プログラム、熱解析モデル生成方法および熱解析装置
JP2016192160A (ja) * 2015-03-31 2016-11-10 キヤノン株式会社 情報処理装置、情報処理方法およびプログラム

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP3637286A4 *

Also Published As

Publication number Publication date
EP3637286A1 (en) 2020-04-15
US20200074026A1 (en) 2020-03-05
JPWO2018225243A1 (ja) 2019-12-12
EP3637286A4 (en) 2020-06-17
JP6753528B2 (ja) 2020-09-09
CN110709849A (zh) 2020-01-17

Similar Documents

Publication Publication Date Title
US11170320B2 (en) Updating machine learning models on edge servers
US8170979B2 (en) Systems and methods for calibrating user ratings
Broekgaarden et al. STROOPWAFEL: Simulating rare outcomes from astrophysical populations, with application to gravitational-wave sources
CN110245287B (zh) 分析驱动参与
US8650161B1 (en) Self healing system for inaccurate metadata
JP2011529224A (ja) 相関性のある情報の推薦
JP6493006B2 (ja) 人口推計方法、人口推計プログラム、および人口推計装置
CN106447419B (zh) 基于特征选择的拜访者标识
KR20140005157A (ko) 온라인 점포에 대한 평판 채점
JP5880101B2 (ja) 情報処理装置、情報処理方法およびプログラム
GB2445844A (en) Environmental operational analysis of datacentre
JP2002183416A (ja) システム提案方法及びその実施装置並びにその処理プログラムを記録した記録媒体
CN112102043B (zh) 物品推荐页面生成方法、装置、电子设备和可读介质
JP2015108983A (ja) アイテム推薦装置、アイテム推薦方法、およびアイテム推薦プログラム
WO2018225243A1 (ja) 熱解析装置、熱解析方法及び熱解析プログラム
Hauke et al. Mesh adaptivity for the transport equation led by variational multiscale error estimators
Liao et al. Efficient and accurate finite difference schemes for solving one-dimensional Burgers’ equation
JP5928248B2 (ja) 評価方法、情報処理装置およびプログラム
US20120035892A1 (en) Method and system of developing corner models for various classes on nonlinear systems
JP6601888B1 (ja) 情報処理装置、情報処理方法および情報処理プログラム
CN111768124A (zh) 一种测试评估方法、系统、设备及计算机可读存储介质
JP6725405B2 (ja) 情報処理システム、情報処理装置、および情報処理方法
US20230401282A1 (en) Computing inverse temperature upper and lower bounds
EP4345701A1 (en) Modeling and managing affinity networks
JP6541736B2 (ja) 情報処理装置、情報処理方法および情報処理プログラム

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: 17912529

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2019523311

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2017912529

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2017912529

Country of ref document: EP

Effective date: 20200109