WO2015052787A1 - 解析データ表示システムおよび解析データの転送表示方法 - Google Patents

解析データ表示システムおよび解析データの転送表示方法 Download PDF

Info

Publication number
WO2015052787A1
WO2015052787A1 PCT/JP2013/077425 JP2013077425W WO2015052787A1 WO 2015052787 A1 WO2015052787 A1 WO 2015052787A1 JP 2013077425 W JP2013077425 W JP 2013077425W WO 2015052787 A1 WO2015052787 A1 WO 2015052787A1
Authority
WO
WIPO (PCT)
Prior art keywords
analysis data
data
analysis
compressed
uncompressed
Prior art date
Application number
PCT/JP2013/077425
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 PCT/JP2013/077425 priority Critical patent/WO2015052787A1/ja
Priority to JP2015541346A priority patent/JPWO2015052787A1/ja
Publication of WO2015052787A1 publication Critical patent/WO2015052787A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction

Definitions

  • the present invention relates to an analysis data display system for transferring data analysis results via a network.
  • CAE Computer Aided Engineering
  • the analysis data compression method to reduce the amount of transferred data includes a lossless data compression method that can restore the original data without changing the numerical value of the compressed data, and a post-compression method that approximates the numerical value of the data.
  • the lossy data compression method the data capacity when compressed is smaller than that of the lossless data compression.
  • the lossless data compression method the data capacity when compressed is larger than that in the lossy data compression method, but it is possible to restore the data to the original value.
  • Patent Document 1 determines whether the result data calculated as an analysis result is data that can be linearly interpolated, and if it is determined that the data cannot be linearly interpolated, It is described that the result data is saved in a predetermined storage unit, and at the time of restoration, the saved result data is read and the result data is restored by performing linear interpolation using the read result data.
  • a technique is disclosed in which processing is performed so as not to reduce the accuracy of the analysis result, and only the calculation result that is highly necessary in the restoration processing is appropriately stored while reducing the data amount.
  • the data compression rate depends on the data content, and the more the data content changes, the lower the compression rate. For this reason, if the analysis result to be evaluated changes according to space and time, or if there is a change in the analysis data where it is unnecessary for the evaluation, the desired data compression rate cannot be obtained and the data transfer time May cause problems such as slow display of analysis results.
  • An object of the present invention is to solve the above problems and provide an analysis data display system and an analysis data display method for displaying a desired analysis result.
  • the analysis data display system of the present invention classifies analysis data into a compressed portion and an uncompressed portion according to a predetermined evaluation rule, compresses and transfers the data amount of the analysis data at the compressed portion, A data transmitting device that transfers the compressed analysis data without compression, the compressed analysis data and the non-compressed analysis data are received via a network, and the compressed analysis data is decompressed and displayed. And a data receiving device for displaying the uncompressed analysis data without decompression.
  • the analysis data display method of the analysis data display system of the present invention classifies the analysis data into a compressed portion and an uncompressed portion according to a predetermined evaluation rule, and the analysis data is rounded or the number of significant digits is reduced at the compressed portion. The amount of data is reduced, analysis data is not processed at the uncompressed location, analysis data at the compressed location and the uncompressed location is transferred, and at least the analysis data at the uncompressed location is displayed. I made it.
  • the present invention it is possible to transfer analysis data over a network in a short time while reducing the amount of analysis data without degrading the analysis result of the location to be evaluated.
  • the evaluation time can be shortened and the number of trials of design change per unit time can be increased, the design change can be performed smoothly.
  • the number of analyzes can be increased, limit design is also possible.
  • FIG. 1 is an example of a system configuration diagram of the first embodiment.
  • FIG. 2 is a diagram illustrating an example of a data processing flow of the system according to the first embodiment.
  • FIG. 3 is an explanatory diagram of an algorithm for extracting a space / time change portion of a physical quantity.
  • FIG. 4 is a diagram illustrating an example of a result of extracting a space / time change portion of a physical quantity.
  • FIG. 5 shows an example of a screen for performing data compression / transmission.
  • FIG. 6 is a diagram illustrating an example of a screen for setting an evaluation rule by a user.
  • FIG. 7 is a diagram showing an example of a screen for designating a compression / non-compression area.
  • FIG. 8 is a diagram showing an example of a screen for performing data restoration.
  • FIG. 9 is a diagram illustrating an example of a data processing flow of the system according to the second embodiment.
  • FIG. 1 is a system configuration diagram of the embodiment.
  • the analysis data display system of the embodiment is composed of a data transmission device 1 and a data reception device 2, and is connected by a network (not shown) to perform analysis processing in the data transmission device 1, and compressed analysis data is data.
  • the data is transferred from the transmission device 1 to the data reception device 2, and the analysis data is displayed on the data reception device 2.
  • the data transmitting apparatus 1 includes a data reading unit 102 that reads the analysis data 101 to be transferred, an analysis result prediction unit 103 that obtains the attention location of the analysis data, and whether or not analysis data compression / non-compression is possible for the obtained attention location.
  • a compression region determination unit 105 that performs determination and performs compression / non-compression region division, a data compression unit 106 that performs data compression of analysis data on the compression region, and a data transmission unit that transmits compression / non-compression analysis data 107.
  • the analysis result prediction unit 103 refers to the evaluation rule / past analysis database 104 that stores the evaluation rule of the target analysis data and the analysis result of the similar member performed in the past, and determines an attention location of the analysis data. By determining a point of interest by referring to the evaluation rule / past analysis database 104, a designer with less experience can make a design change utilizing past results and know-how.
  • the analysis result prediction unit 103 may specify the attention location of the analysis result by the user. In the case of evaluating strength confirmation due to structural changes, etc., analysis results at the same location are often evaluated repeatedly, and the amount of unnecessary analysis data transferred can be reduced to shorten the evaluation time. it can.
  • the data receiving apparatus 2 includes a data receiving unit 108 that receives data obtained by compressing / uncompressing an analysis result by the compression region determining unit 105 and the data compressing unit 106, a data restoring unit 109 that restores compressed data, and restored analysis data
  • the data display unit 110 displays
  • FIG. 2 shows the flow of data compression processing and data decompression processing.
  • steps 202 to 217 are processed by the data transmission apparatus 1
  • steps 220 to 225 are processed by the data reception apparatus 2.
  • the data transmitting apparatus 1 first reads analysis data (201) to be transferred (202). Subsequently, the evaluation rule stored in the evaluation rule / past analysis database (204) is read (205).
  • a part where the analysis data is evaluated as a spatial change is searched, and the spatial change part extraction data (207) is extracted (206).
  • a specific evaluation rule there is a rule that prescribes a physical quantity value included in an analysis result such that the peak value of Mises stress is equal to or greater than a threshold value.
  • a range of physical quantities such as stress distribution may be defined.
  • time change part extraction data (209) is extracted (208).
  • the procedure of extracting the time change point extraction data (208) is performed after the extraction of the space change point extraction data (206). The reverse may be possible.
  • space / time change location extraction data (211) is generated from the space change location extraction data (207) and the time change location extraction data (209), and the application result of the evaluation rule is presented to the user. Then, based on this, the user sets a compression / non-compression location (212). However, a compressed / uncompressed location may be set from the area itself extracted as a space or time-varying location without performing user settings.
  • the analysis data is divided into non-compression region analysis data (213) and compression region analysis data (214) based on the compression / non-compression location setting obtained above, and the compression region analysis data (214) is divided.
  • Data compression is performed to generate compression analysis data (216) (215).
  • the uncompressed region analysis data (213) and the compression analysis data (216) are transferred to the data receiving device 2 (217).
  • the data receiving device 2 receives the uncompressed region analysis data (218) and the compression analysis data (219) from the data transmitting device 1, and reads them as the uncompressed region analysis data (221) and the compression analysis data (222) (220). .
  • the compressed analysis data (222) is expanded to obtain the compressed region analysis data, and this and the uncompressed region analysis data (221) are combined to restore the analysis data (224) (223). Then, the restored analysis data (224) is displayed (225).
  • the attention point of the analysis data is determined by the evaluation rule. Therefore, in view of displaying the analysis data, it is sufficient that at least the contents of the non-compressed area analysis data (221) can be displayed, and the transfer of the compression analysis data (219) and the decompression process of the compression analysis data (222) are not performed. Also good. In this case, the data transfer amount becomes the smallest.
  • ⁇ As a method of compressing the analysis data of this embodiment, the data amount is reduced by rounding the numerical value of the analysis data or reducing the number of significant digits.
  • the analysis data is compressed by an irreversible data compression method.
  • the data amount is reduced by thinning out the analysis data.
  • FIG. 3 is a diagram for explaining an evaluation rule using the spatial distribution of Mises stress as an analysis result as an example of a rule for extracting a space / time change location of a physical quantity.
  • the Mises stress distribution 302 is ruled with the stress ⁇ (301) on the vertical axis and the distance x (303) from the center on the horizontal axis. It is determined whether the Mises stress exceeds the stress specified by the rule, and if it exceeds, it is extracted as a space change point.
  • an evaluation rule can be defined for the stress distribution, vibration mode, and stress strain.
  • FIG. 4 is a diagram for explaining a method of compressing data by designating a portion to be compressed and a non-compressed portion of the stress analysis data 401 of the connecting rod.
  • stress concentration due to a bending force occurs in a connection portion 402 between a stem portion and a large end portion.
  • a stress value exceeding a threshold value is detected at a position corresponding to the connection portion 402 between the stem portion and the large end portion according to the evaluation rule for the stress distribution, and the detected region is extracted as an uncompressed region.
  • the peripheral position information is obtained from the peak value location and the stress distribution rule, the stress value of the peripheral position information is extracted from the analysis result data (403) (404), and is extracted as the non-compressed region data. (405).
  • the analysis data describes the physical quantity, and the physical quantity corresponding to the area that should not be compressed is processed as the uncompressed area extraction data (406) as described above. Data other than the uncompressed area extraction data of the analysis data is processed as compressed area data.
  • FIG. 5 to FIG. 7 show examples of user operation screens of the data receiving device 2.
  • FIG. 5 shows a window screen when the analysis data is compressed and displayed, and shows an example in which the present invention is applied to the strength analysis of the connecting rod. It is assumed that position information is displayed and input instructions are given by a three-dimensional view of the connecting rod.
  • the window screen 501 includes a data reading button 502, an evaluation location extraction button 503, a compression / non-compression setting button 504, a compression execution button 505, and a data storage button 506. It is possible to specify a compression / non-compression area and execute compression.
  • the data reading button 502 is pressed, the display data of the analysis object is received from the data transmission device 1 and displayed on the screen.
  • FIG. 6 shows an example in which an evaluation rule is set by the user.
  • an evaluation rule is set that uses the Mises stress range set in the text box ⁇ _min (509) and the text box ⁇ _max (510) as an extraction condition.
  • the vibration mode evaluation button 511 is pressed, an evaluation rule is set that uses the vibration extraction of the order set in the vibration mode order text box 512 as an extraction condition.
  • the stress / strain evaluation button 513 is pressed, an evaluation rule using the stress / strain range set in the text box ⁇ _min (514) and the text box ⁇ _max (515) as an extraction condition is set.
  • the analysis result extraction button 516 is pressed, the analysis data is evaluated according to the evaluation rule set above.
  • the evaluation rule is set by performing the process 205 for reading the evaluation rule recorded in the evaluation rule / past analysis database 204.
  • the user can also set as shown in FIG.
  • FIG. 7 is a screen that is displayed when the evaluation location extraction button is selected in FIG. 5.
  • the space / time change location extracted in response to pressing of the button is displayed, and the analysis data of the region is compressed / uncompressed.
  • the region (601) extracted as the evaluation location is displayed so as to be distinguishable from others
  • the indication display (602) such as a mouse cursor is aligned with the position of the region (601) extracted as the evaluation location
  • the left mouse button Click to designate as an uncompressed area, and click the right mouse button to designate as a compressed area.
  • compression / non-compression is designated for each region by the above-described mouse operation.
  • FIG. 8 shows an example of a preparation screen for displaying analysis data.
  • the data read button 701 When the data read button 701 is pressed, the analysis data compressed in data is read.
  • the data restoration button 702 is pressed, the received analysis data in the compressed area is expanded and merged with the analysis data in the non-compressed area to restore the analysis data.
  • the data save button 703 When the data save button 703 is pressed, the analysis data is temporarily saved.
  • the analysis data is displayed by popping up the analysis data of the coordinate position of the connecting rod corresponding to the cursor position when the screen cursor (not shown) overlaps the 3D diagram of the connecting rod.
  • Such a display is suitable for displaying analysis data of a stress value or strain value at one point.
  • Example 2 Next, an example in which the present invention is applied to a system in which CAD data is modeled and analyzed, and the analysis result is evaluated and fed back to CAD data will be described.
  • FIG. 9 shows the overall processing flow of this embodiment.
  • Analysis data 201 is the first analysis data obtained by modeling and analyzing CAD data. Using this analysis data 201, the same processing as the flow shown in FIG. 2 is performed and a restoration result (analysis data) display 225 is performed. The processing so far is the same as that in FIG. When the analysis data displayed as the restoration result is evaluated and the design specification is satisfied, the processing is terminated (not shown).
  • the shape is corrected by CAD (901).
  • modeling is performed again based on the corrected CAD data, and analysis is executed (902).
  • this analysis result is processed as analysis data 201, and a restoration result (analysis data) display 225 is displayed.
  • the transfer data time is reduced by compressing the analysis data that is not an evaluation target, thereby reducing the design time.
  • the number of analyzes within a predetermined time can be increased, the accuracy of design contents can be improved.

Abstract

 評価する解析結果が空間・時間に応じて変化する場合や、評価に不要な個所で解析データに変化がある場合には、所望のデータ圧縮率を得ることができずにデータ転送時間が過大となり、解析結果の表示が遅い等の問題が生じることがある。本表示システムは、解析データを所定の評価ルールにより圧縮箇所と非圧縮箇所に分類し、圧縮箇所の解析データのデータ量を圧縮して転送し、非圧縮箇所の解析データは圧縮せずに転送するデータ送信装置と、ネットワークを介して前記圧縮された解析データと前記非圧縮の解析データを受信し、前記圧縮された解析データは伸長して表示し、前記非圧縮の解析データは伸長せずに表示するデータ受信装置と、を備えるようにした。

Description

解析データ表示システムおよび解析データの転送表示方法
 本発明は、ネットワーク経由でデータ解析結果を転送する解析データ表示システムに関する。
 近年、製品のグローバル化に伴い、製品開発においても設計開発拠点の海外展開が進み、現地での製品のローカライズがおこなわれている。標準機をベースに設計変更をおこなった際には、変更に伴う影響を評価する必要があり、CAE(Computer Aided Engineering)等により、変更した内容で問題がないかどうかを検証するための解析がおこなわれることがある。例えば、変更した際の製品の強度などの構造を評価する際には、構造データから解析モデルを作成し、強度解析をおこなっている。
 最近、解析モデルを共有した連成解析の研究等が進められ、解析結果を含めた解析モデルの共有が可能となってきており、ネットワーク経由で解析サービスを提供できるようになってきた。ただ、解析結果が大容量のデータとなる場合には、解析結果を表示する装置のデータの転送時間がネックとなる。このため、解析データのデータ転送時間を短縮する技術が望まれている。
 データ転送時間を短縮するには、転送データ量を削減することが有効である。転送データ量の削減のための解析データの圧縮方法としては、圧縮したデータの数値を変更せずに元のデータに復元可能な可逆型データ圧縮法と、データの数値を近似して圧縮後のデータ容量を軽減するが、元データに復元不可能な非可逆型データ圧縮法がある。非可逆型データ圧縮法では、圧縮した際のデータ容量は可逆型データ圧縮と比較して少ない。一方、可逆型データ圧縮法では、圧縮した際のデータ容量は、非可逆型データ圧縮法と比較して多くなるが、データを元通りの数値に復元することが可能である。
 他の解析データ量を削減する方法として、特許文献1には、解析結果として計算された結果データが線形補間できるデータであるか判定し、線形補間できないデータであると判定した場合には、当該結果データを所定の記憶部に保存し、復元時には、保存された結果データを読み出すとともに、読み出された結果データを用いて、線形補間をおこなって結果データを復元することが記載されている。これにより、解析結果の精度低下がないように処理するとともに、データ量を削減しつつ、復元処理において必要性が高い計算結果のみを適切に保存する効果を奏する技術が開示されている。
特開2010-92190号公報
 上記の解析データの削減方法は、いずれも、データの圧縮率がデータの内容に依存するものとなっており、データの内容変化が多いものほど、圧縮率が低くなってしまう。このため、評価する解析結果が空間・時間に応じて変化する場合や、評価に不要な個所で解析データに変化がある場合には、所望のデータ圧縮率を得ることができずにデータ転送時間が過大となり、解析結果の表示が遅い等の問題が生じることがある。
 特に、ネットワーク経由でネットワークサービスやクラウドサービスとして解析データを得る場合には、ネットワークの転送帯域変動が大きいため、解析データ量を小さくして転送することが望ましい。
 本発明は、上記の問題を解決し、所望の解析結果を表示する解析データ表示システムおよび解析データ表示方法を提供することを目的とする。
 前記課題を解決するため、本発明の解析データ表示システムは、解析データを所定の評価ルールにより圧縮箇所と非圧縮箇所に分類し、圧縮箇所の解析データのデータ量を圧縮して転送し、非圧縮箇所の解析データは圧縮せずに転送するデータ送信装置と、ネットワークを介して前記圧縮された解析データと前記非圧縮の解析データを受信し、前記圧縮された解析データは伸長して表示し、前記非圧縮の解析データは伸長せずに表示するデータ受信装置と、を備えるようにした。
 また、本発明の解析データ表示システムの解析データの表示方法は、解析データを所定の評価ルールにより圧縮箇所と非圧縮箇所に分類し、前記圧縮箇所では、解析データの丸めあるいは有効桁数を少なくしてデータ量を削減し、前記非圧縮箇所では、解析データの処理はおこなわず、前記圧縮箇所と前記非圧縮箇所の解析データを転送し、少なくとも、前記非圧縮箇所の解析データを表示するようにした。
 本発明によれば、評価する箇所の解析結果を劣化することなしに解析データの量を削減しつつ、ネットワークを介して解析データを短時間に転送できる。これにより、評価時間の短縮や単位時間あたりの設計変更の試行回数を増加することができるので、設計変更を円滑におこなうことができる。また、解析回数を増加できるので、限界設計も可能となる。
図1は実施例1のシステム構成図の一例である。 図2は実施例1のシステムのデータ処理フローの一例を示す図である。 図3は物理量の空間・時間変化箇所を抽出するアルゴリズムの説明図である。 図4は物理量の空間・時間変化箇所を抽出した結果の一例を示す図である。 図5はデータ圧縮・送信を行う画面の一例を示す図である。 図6は評価ルールをユーザ設定する画面の一例を示す図である。 図7は圧縮/非圧縮領域を指定する画面の一例を示す図である。 図8はデータ復元を行う画面の一例を示す図である。 図9は実施例2のシステムのデータ処理フローの一例を示す図である。
 以下、図面を参照して実施例に係る解析データ表示システムおよび解析データの転送表示方法を説明する。
  (実施例1)
  図1は、実施例のシステム構成図である。実施例の解析データ表示システムは、データ送信装置1とデータ受信装置2から構成され、図示していないネットワークにより接続されて、データ送信装置1で解析処理がおこなわれ、圧縮された解析データがデータ送信装置1からデータ受信装置2に転送され、データ受信装置2で解析データが表示される。
 データ送信装置1は、転送する対象の解析データ101を読み込むデータ読込部102と、解析データの注目箇所を求める解析結果予測部103と、求めた注目箇所について、解析データ圧縮/非圧縮の可否を判定し、圧縮/非圧縮領域分割を行う圧縮領域判定部105と、圧縮領域に対して解析データのデータ圧縮を行うデータ圧縮部106と、圧縮/非圧縮された解析データを送信するデータ送信部107で構成される。
 解析結果予測部103は、対象の解析データの評価ルールや過去におこなった類似部材の解析結果を格納した評価ルール・過去解析データベース104を参照して、解析データの注目箇所を決める。この評価ルール・過去解析データベース104を参照して注目箇所を決めることで、経験年数の少ない設計者でも過去の実績やノウハウを活かした設計変更をおこなうことができる。
  また、解析結果予測部103は、解析結果の注目箇所をユーザ指定するようにしてもよい。構造変更に伴う強度確認の評価をおこなう場合等では、同一箇所の解析結果を繰り返し評価する場合が多く、不必要な解析データの転送量を低減することにより、評価時間の短縮化を図ることができる。
 図1の圧縮領域判定部105とデータ圧縮部106とデータ転送部107の詳細については後述する。
 データ受信装置2は、圧縮領域判定部105とデータ圧縮部106により解析結果を圧縮/非圧縮したデータを受信するデータ受信部108と、圧縮データを復元するデータ復元部109と、復元した解析データを表示するデータ表示部110で構成される。
 図2は、データ圧縮処理およびデータ復元処理の流れを示したものである。フロー図は、ひとつの流れで記載されているが、202から217のステップが、データ送信装置1で処理され、220から225のステップがデータ受信装置2で処理される。
  データ送信装置1は、まず、転送する解析データ(201)を読み込む(202)。続いて、評価ルール・過去解析データベース(204)に格納された評価ルールを読み込む(205)。
 そして、評価ルールに基づいて、解析データを空間変化として評価する箇所を検索し、空間変化箇所抽出データ(207)を抽出する(206)。具体的な評価ルールとしては、ミゼス応力のピーク値が閾値以上であるといった解析結果に含まれる物理量の値を規定するものがある。これ以外にも、応力分布などの物理量の範囲を規定するものであってもよい。この応力分布が評価ルールに登録されている場合、物理量のピーク値となっている箇所だけでなく、周辺箇所も空間変化箇所抽出データとして抽出することもできる。
 また、評価ルールに基づいて、解析データを時間変化として評価する箇所を検索し、時間変化箇所抽出データ(209)を抽出する(208)。図2のフローでは、空間変化箇所抽出データの抽出(206)の後に、時間変化箇所抽出データの抽出(208)をおこなう手順となっているが、どちらか一方であってもよいし、順序が逆であってもよい。
 つぎに、本実施例では、空間変化箇所抽出データ(207)と時間変化箇所抽出データ(209)とから空間・時間変化箇所抽出データ(211)を生成し、ユーザに評価ルールの適用結果を提示し(210)、これに基づきユーザは圧縮/非圧縮箇所を設定する(212)。しかし、ユーザ設定をおこなわずに、空間あるいは時間変化箇所として抽出した領域そのものから圧縮/非圧縮箇所を設定してもよい。
 つぎに、解析データを上記で求めた圧縮/非圧縮箇所の設定に基づいて、非圧縮領域解析データ(213)と圧縮領域解析データ(214)に分割し、この圧縮領域解析データ(214)についてデータ圧縮をおこない、圧縮解析データ(216)を生成する(215)。そして、非圧縮領域解析データ(213)と圧縮解析データ(216)をデータ受信装置2に転送する(217)。
 データ受信装置2では、データ送信装置1から非圧縮領域解析データ(218)と圧縮解析データ(219)を受信し、非圧縮領域解析データ(221)と圧縮解析データ(222)として読み込む(220)。
  つぎに、圧縮解析データ(222)を伸長して圧縮領域解析データを取得し、これと非圧縮領域解析データ(221)を合成して解析データ(224)をデータ復元する(223)。
  そして、復元した解析データ(224)を表示する(225)。
 本実施例の解析データ表示システムでは、解析データの注目箇所は評価ルールによって決定される。したがって、解析データを表示する点においては、少なくとも、非圧縮領域解析データ(221)の内容を表示できれば良く、圧縮解析データ(219)の転送と圧縮解析データ(222)の伸長処理はおこなわなくても良い。この場合が最もデータ転送量が小さくなる。
 本実施例の解析データを圧縮する方法としては、解析データの数値を丸めあるいは有効桁数を少なくしてデータ量を軽減する。あるいは、非可逆型データ圧縮法により解析データの圧縮をおこなう。あるいは、解析データの間引きをおこないデータ量を削減する。
 図3は、物理量の空間・時間変化箇所を抽出するルールの一例として、ミゼス応力の空間分布を解析結果とした評価ルールを説明する図である。この例では、ミゼス応力の分布302を、縦軸を応力σ(301)、横軸を中心からの距離x(303)としてルール化しておき、ピーク値を取る箇所のみ抽出するのでなく、周辺のミゼス応力がルールで規定された応力を超えているかを判定し、超えている場合には空間変化箇所として抽出する。
 また、空間変化箇所だけでなく、時間とともに応力が変化するケースもあり、解析のステップ数と、解析条件、例えば静解析か動解析かといった条件により、時間変化を評価する必要もあり、解析条件とステップ数を表形式のような形でルール化しておくことにより、評価すべき箇所を抽出する。
  これ以外にも、応力分布や振動モードや応力ひずみについて評価ルールを定めることができる。
 図4は、コネクティングロッドの応力解析データ401の圧縮すべき箇所と非圧縮箇所を指定し、データを圧縮する方法を説明する図である。一般に、コネクティングロッドでは、ステム部と大端部の接続部402に曲げ力による応力集中が生じることが知られている。
 本実施例では、応力分布についての評価ルールにより、ステム部と大端部の接続部402に相応する位置に、閾値を超える応力値が検出され、検出された領域を非圧縮領域として抽出する。非圧縮領域の抽出においては、ピーク値となる箇所と応力分布ルールから周辺位置情報を求めて、周辺位置情報の応力値を解析結果データ(403)から取出し(404)、非圧縮領域データとして取出す(405)。解析データには、物理量が記載されており、圧縮すべきでない領域に対応する物理量を非圧縮領域抽出データ(406)として前述のとおり処理する。解析データの非圧縮領域抽出データ以外のデータは、圧縮領域データとして処理される。
 つぎに、図5から図7に、データ受信装置2のユーザ操作画面の一例をしめす。
  図5は、解析データ圧縮・データ表示する際のウィンドウ画面を示したもので、コネクティングロッドの強度解析に本発明を適用した場合の例を示している。コネクティングロッドの立体図により位置情報の表示や入力指示をおこなうものとする。
 ウィンドウ画面501には、データ読込ボタン502、評価箇所抽出ボタン503、圧縮/非圧縮設定ボタン504、圧縮実行ボタン505、データ保存ボタン506があり、物理量の空間・時間変化箇所の抽出や、対話的な圧縮/非圧縮領域の指定、及び圧縮実行を行うことが可能である。データ読込ボタン502を押すと、データ送信装置1から解析対象物の表示データを受信し、画面に表示する。
 図6は、評価ルールをユーザ設定する例を示したものである。ミゼス応力の評価ボタン508を押下すると、テキストボックスσ_min(509)とテキストボックスσ_max(510)に設定されたミゼス応力範囲を抽出条件とする評価ルールが設定される。振動モード評価のボタン511を押下すると、振動モードの次数のテキストボックス512に設定された次数の振動抽出を抽出条件とする評価ルールが設定される。また、応力ひずみ評価のボタン513を押下すると、テキストボックスε_min(514)とテキストボックスε_max(515)に設定された応力ひずみ範囲を抽出条件とする評価ルールが設定される。
  そして、解析結果抽出ボタン516の押下により、上述で設定された評価ルールに従って、解析データの評価がおこなわれる。
 図2に示した処理では、評価ルール・過去解析データベース204に記録されている評価ルールを読込む処理205をおこなって評価ルールを設定していた。これに替えて、図6に示したようにユーザが設定することもできる。
 図7は、図5において評価箇所抽出ボタンを選択した際に表示される画面であり、ボタン押下に応じて抽出された空間・時間変化箇所を表示し、当該領域の解析データの圧縮/非圧縮を設定する。
  例えば、評価箇所として抽出された領域(601)を他と弁別可能に表示し、マウスカーソル等の指示表示(602)を評価箇所として抽出された領域(601)の位置に合わせ、マウスの左ボタンをクリックすると非圧縮領域として指定し、マウスの右ボタンをクリックすると圧縮領域として指定するようにする。また、複数の評価箇所が抽出表示されている場合には、それぞれの領域について上記のマウス操作により圧縮/非圧縮の指定をおこなう。
 上記の圧縮/非圧縮の領域指定の後に、圧縮/非圧縮設定ボタン504が押下されると、圧縮/非圧縮領域の設定状態が確定される。
  その後、圧縮実行ボタン505が押下されると、解析データの非圧縮領域の抽出と圧縮領域に対するデータ圧縮が行われる。これは、図2のステップ215に相当する。
 図8は、解析データを表示するための準備画面の一例を示している。データ読込ボタン701の押下により、データ圧縮された解析データを読み込む。データ復元ボタン702の押下により、受信した圧縮領域の解析データが伸張され、非圧縮領域の解析データとマージして解析データを復元する。データ保存ボタン703を押下すると、解析データを一時保存する。
 解析データの表示は、図示していない画面カーソルがコネクティングロッドの立体図に重なったときに、カーソル位置に対応するコネクティングロッドの座標位置の解析データをポップアップ表示する。このような表示は、一点の応力値や歪値の解析データを表示するのに適している。
 (実施例2)
  つぎに、CADデータをモデリングして解析をおこない、解析結果を評価してCADデータにフィードバックすることにより設計をおこなうシステムに、本発明を適用した例について説明する。
  図9に本実施例の全体処理フローを示す。
 解析データ201は、CADデータをモデリングして解析した最初の解析データである。この解析データ201を用いて、図2に示したフローと同じ処理をおこない復元結果(解析データ)表示225をおこなう。これまでの処理は図2と同じため説明は省略する。復元結果表示された解析データを評価し、設計仕様を満たす場合には、処理を終了する(図示していない)。
 設計仕様を満たさない場合には、CADにより形状修正をおこなう(901)。つぎに、修正したCADデータを基に再度モデリングをおこない、解析を実行する(902)。そして、フローの頭に戻り、この解析結果を解析データ201として処理をおこない、復元結果(解析データ)表示225をおこなう。これらの処理を設計仕様が満たされるまで繰り返す。
  例えば、コネクティングロッドのステム部と大端部の接続部の応力集中を低減するために、R寸法を変えて応力値の評価をおこなう。
 本実施例では、解析が繰り返しおこなわれるため、評価対象とならない解析データの圧縮により転送データ時間が低減して設計時間の短縮につながる。また、所定時間内の解析回数の増加を図ることができるため、設計内容の正確さの向上にもなる。
 1   データ送信装置
 2   データ受信装置
 101 解析データ
 102 データ読込部
 103 解析結果予測部
 104 評価ルール・過去解析データベース
 105 圧縮領域判定部
 106 データ圧縮部
 107 データ送信部
 108 データ受信部
 109 データ復元部
 110 データ表示部

Claims (8)

  1.  解析データを所定の評価ルールにより圧縮箇所と非圧縮箇所に分類し、圧縮箇所の解析データのデータ量を圧縮して転送し、非圧縮箇所の解析データは圧縮せずに転送するデータ送信装置と、
      ネットワークを介して前記圧縮された解析データと前記非圧縮の解析データを受信し、前記圧縮された解析データは伸長して表示し、前記非圧縮の解析データは伸長せずに表示するデータ受信装置と、
    を備えたことを特徴とする解析データ表示システム。
  2.  請求項1に記載の解析データ表示システムにおいて、
      前記評価ルールは、解析データ値の空間的変化または時間的変化に基づくものである
    ことを特徴とする解析データ表示システム。
  3.  請求項2に記載の解析データ表示システムにおいて、
      前記評価ルールは、応力分布値あるいは応力ひずみ値あるいは振動変位量が閾値以上であるか否かであり、
      解析データが閾値以上のときは当該解析データを非圧縮とし、
      解析データが閾値より小さいときに当該解析データを圧縮する
    ことを特徴とする解析データ表示システム。
  4.  請求項2に記載の解析データ表示システムにおいて、
      前記評価ルールは、解析データの位置がユーザ指定範囲の範囲中であるか否かであり、
      範囲内のときは当該解析データを非圧縮とし、
      範囲外のときは当該解析データを圧縮する
    ことを特徴とする解析データ表示システム。
  5.  請求項1に記載の解析データ表示システムにおいて、
      解析データのデータ量の圧縮は、解析データの値の丸めあるいは有効桁数を少なくしてデータ量を削減し、圧縮伸長はおこなわない
    ことを特徴とする解析データ表示システム。
  6.  解析データ表示システムの解析データの表示方法は、
      解析データを所定の評価ルールにより圧縮箇所と非圧縮箇所に分類し、
      前記圧縮箇所では、解析データの丸めあるいは有効桁数を少なくしてデータ量を削減し、
      前記非圧縮箇所では、解析データの処理はおこなわず、
      前記圧縮箇所と前記非圧縮箇所の解析データを転送し、
      少なくとも、前記非圧縮箇所の解析データを表示する
    ことを特徴とする解析データの転送表示方法。
  7.  請求項6に記載の解析データの転送表示方法において、
      前記圧縮箇所の解析データを表示する場合に、解析データが丸められた状態あるいは有効桁数を少なく状態で表示する
    ことを特徴とする解析データの転送表示方法。
  8.  データ送信装置からネットワークを介して解析データをデータ受信装置に転送して表示する解析データ表示システムにおいて、
      前記データ送信装置は、
      表示する解析データを読み込むデータ読込部と、
      前記解析データの注目箇所を定義する評価ルールを記憶する記憶装置と、
      前記評価ルールに基づき解析データの注目箇所を求める解析結果予想部と、
      前記注目箇所について解析データの圧縮/非圧縮の可否を判定し、圧縮/非圧縮の領域分割をおこなう圧縮領域判定部と、
      圧縮領域の解析データのデータ量の圧縮をおこなうデータ圧縮部と、
      圧縮された解析データまたは非圧縮の解析データを送信するデータ送信部と、
    を備え、
      前記データ受信装置は、
      圧縮された解析データまたは非圧縮の解析データを受信するデータ受信部と、
      受信した圧縮解析データを復元するデータ復元部と、
      復元した解析データと受信した非圧縮解析データを表示するデータ表示部と、を備えることを特徴とする解析データ表示システム。
PCT/JP2013/077425 2013-10-09 2013-10-09 解析データ表示システムおよび解析データの転送表示方法 WO2015052787A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/JP2013/077425 WO2015052787A1 (ja) 2013-10-09 2013-10-09 解析データ表示システムおよび解析データの転送表示方法
JP2015541346A JPWO2015052787A1 (ja) 2013-10-09 2013-10-09 解析データ表示システムおよび解析データの転送表示方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2013/077425 WO2015052787A1 (ja) 2013-10-09 2013-10-09 解析データ表示システムおよび解析データの転送表示方法

Publications (1)

Publication Number Publication Date
WO2015052787A1 true WO2015052787A1 (ja) 2015-04-16

Family

ID=52812635

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2013/077425 WO2015052787A1 (ja) 2013-10-09 2013-10-09 解析データ表示システムおよび解析データの転送表示方法

Country Status (2)

Country Link
JP (1) JPWO2015052787A1 (ja)
WO (1) WO2015052787A1 (ja)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07307940A (ja) * 1994-05-13 1995-11-21 Canon Inc 画像圧縮符号化装置
JP2002271793A (ja) * 2001-03-12 2002-09-20 Canon Inc 画像圧縮符号化装置及び方法
JP2005513883A (ja) * 2001-12-17 2005-05-12 マイクロソフト コーポレーション スキップマクロブロックコード化
JP2010092190A (ja) * 2008-10-06 2010-04-22 Fujitsu Ltd 解析装置、データ保存方法およびデータ保存プログラム
JP2011238236A (ja) * 2010-05-11 2011-11-24 Dassault Systemes 数値データの圧縮及び伸張
JP2013110525A (ja) * 2011-11-18 2013-06-06 Samsung Techwin Co Ltd 画像処理装置及び画像処理方法

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07307940A (ja) * 1994-05-13 1995-11-21 Canon Inc 画像圧縮符号化装置
JP2002271793A (ja) * 2001-03-12 2002-09-20 Canon Inc 画像圧縮符号化装置及び方法
JP2005513883A (ja) * 2001-12-17 2005-05-12 マイクロソフト コーポレーション スキップマクロブロックコード化
JP2010092190A (ja) * 2008-10-06 2010-04-22 Fujitsu Ltd 解析装置、データ保存方法およびデータ保存プログラム
JP2011238236A (ja) * 2010-05-11 2011-11-24 Dassault Systemes 数値データの圧縮及び伸張
JP2013110525A (ja) * 2011-11-18 2013-06-06 Samsung Techwin Co Ltd 画像処理装置及び画像処理方法

Also Published As

Publication number Publication date
JPWO2015052787A1 (ja) 2017-03-09

Similar Documents

Publication Publication Date Title
Pajarola et al. Compressed progressive meshes
US8339395B2 (en) Method and apparatus for model compression
US20130114910A1 (en) Method for compressing/decompressing a three-dimensional mesh
CN103914582A (zh) 从服务器向远程客户端流传输模拟的三维建模的对象
JP2013126185A (ja) 情報処理装置、画像送信方法及び画像送信プログラム
CN108492338B (zh) 动画文件的压缩方法、装置、存储介质和电子装置
JP5664289B2 (ja) 情報処理装置、画像送信プログラムおよび画像表示方法
CN110830807A (zh) 图像压缩方法、装置及存储介质
JP2012074026A (ja) 相対および絶対デルタ値を使用するデータ圧縮および復元
CN104834597A (zh) 应用响应时长的测量方法和系统
KR102245137B1 (ko) 렌더링 데이터의 압축을 해제하는 장치, 방법 및 기록매체
WO2016016607A1 (en) Managing display data for display
CN107229426B (zh) Bim模型数据压缩、还原方法及装置
WO2015052787A1 (ja) 解析データ表示システムおよび解析データの転送表示方法
KR101470505B1 (ko) 공간 데이터 압축 장치 및 그 방법과, 압축된 공간 데이터 복원 장치 및 그 방법
CN112215238A (zh) 一种通用特征提取模型构建方法、系统及装置
KR101741212B1 (ko) 3차원 오브젝트의 단면 이미지 송신 시스템 및 방법과 이를 수행하기 위한 송신 장치
JP5110304B2 (ja) 画面データ送信装置、画面データ送信方法及び画面データ送信プログラム
JP6132914B2 (ja) データ転送システム及び方法
CN104572408B (zh) 进度条显示处理方法和装置
CN113240788A (zh) 三维数据的传输和接收方法、设备和计算机可读存储介质
CN114666658A (zh) 云渲染方法、装置及系统、用户终端
CN105469433B (zh) 一种图片压缩方法及其设备
KR20220074674A (ko) 3차원 데이터 생성 장치 및 방법
WO2016027318A1 (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: 13895292

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2015541346

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13895292

Country of ref document: EP

Kind code of ref document: A1