JPH0744525A - Data generating system for finite element analysis - Google Patents

Data generating system for finite element analysis

Info

Publication number
JPH0744525A
JPH0744525A JP15920793A JP15920793A JPH0744525A JP H0744525 A JPH0744525 A JP H0744525A JP 15920793 A JP15920793 A JP 15920793A JP 15920793 A JP15920793 A JP 15920793A JP H0744525 A JPH0744525 A JP H0744525A
Authority
JP
Japan
Prior art keywords
data
line
mesh
cross point
intersection
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP15920793A
Other languages
Japanese (ja)
Inventor
Shunji Nishi
俊二 西
Makoto Notomi
信 納富
Shinichi Miyazaki
新市 宮崎
Soichi Yamaguchi
荘一 山口
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
S II EE SOKEN KK
Nippon Steel Corp
Nippon Steel Plant Designing Corp
Original Assignee
S II EE SOKEN KK
Nittetsu Plant Designing Corp
Nippon Steel Corp
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 S II EE SOKEN KK, Nittetsu Plant Designing Corp, Nippon Steel Corp filed Critical S II EE SOKEN KK
Priority to JP15920793A priority Critical patent/JPH0744525A/en
Publication of JPH0744525A publication Critical patent/JPH0744525A/en
Pending legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PURPOSE:To simply generate mesh data required for desired finite element analysis with excellent operability by providing an input means inputting an optional line element corresponding to a drawing of an analysis object and extracting cross point and line segment data from the line element to generate the mesh data. CONSTITUTION:Optional line elements inputted by a drawing of an analysis object and a mouse or the like are stored in an input data file 2 and the stored data are read by a mesh data generating output section 10 and a cross point calculation section 3 makes cross point calculation processing. The cross point calculation processing extracts cross points of a contour line of the analysis object, cross points between the line elements, and a cross point between a contour line and the line element and the coordinate of each cross point is calculated and the cross point data are obtained and a mesh generating section 4 conducts mesh generation processing. The mesh processing section calculates line segment data from the cross points adjacent on the contour line or the line element and generates mesh data based on the cross point data and the calculated line segment data.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、有限要素法(FEM;F
inite Element method)による数値解析に使用されるメ
ッシュデータを生成するデータ生成システムに関する。
The present invention relates to the finite element method (FEM; F).
The present invention relates to a data generation system that generates mesh data used for numerical analysis by the inite Element method.

【0002】[0002]

【従来の技術】有限要素法によって数値解析を行なう場
合、解析対象の形状モデルをブロック分割し、その形状
モデルを数値データとして表わしたメッシュデータを生
成し、このメッシュデータに対して有限要素法の実際の
演算が行なわれる。現実には、演算に使用される計算機
のメモリ容量や演算時間などの制約から、メッシュデー
タでの要素数や節点数が制約される。この制約条件の下
で高精度の解を得るために、例えば、応力集中部ではメ
ッシュの間隔を狭くして要素密度を高めるなどのノウハ
ウがある。
2. Description of the Related Art When performing a numerical analysis by the finite element method, a shape model to be analyzed is divided into blocks, mesh data representing the shape model as numerical data is generated, and the finite element method is applied to this mesh data. The actual calculation is performed. In reality, the number of elements and the number of nodes in the mesh data are restricted due to restrictions such as the memory capacity of the computer used for the calculation and the calculation time. In order to obtain a highly accurate solution under this constraint condition, for example, there is know-how such as narrowing the mesh interval in the stress concentration part to increase the element density.

【0003】従来、メッシュデータの作成には、プリプ
ロセッサが使用されている。プリプロセッサでは、メッ
シュデータの作成機能に重点が置かれており、ブロック
分割に対応する比較的単純なブロック外形データをユー
ザが座標値のキーボード入力で作成し、その後、細分割
操作などを対話的に行なって最終要素形状を決定するこ
とによって、メッシュデータが自動的に作成される。し
かし、プリプロセッサの作図機能が劣るため、外形形状
が複雑になると、ブロック座標の算出と座標のキーボー
ド入力作業に多くの労力が必要となる。また、ブロック
分割を行なう場合、内部にトーラス部分(内部ループ)
を含まないようにする必要がある。
Conventionally, a preprocessor has been used to create mesh data. In the preprocessor, the emphasis is on the mesh data creation function, and the user creates relatively simple block outline data corresponding to block division by keyboard input of coordinate values, and then interactively performs subdivision operations etc. The mesh data is automatically created by running and determining the final element shape. However, since the drawing function of the preprocessor is inferior, if the outer shape becomes complicated, a lot of work is required for the calculation of the block coordinates and the keyboard input work of the coordinates. Also, when dividing into blocks, the torus part (internal loop) is inside.
Should not be included.

【0004】特開平3−75970号公報には、直線で
表わされた分割線をブロックに対して指定し、ブロック
の外形線と分割線との交点、ブロック内の内部ループと
分割線との交点、分割線相互の交点を計算によって算出
し、外形線ごとに交点をソートして3角形要素あるいは
4角形要素を総当たりで抽出する方法が、開示されてい
る。この方法によれば、ブロック内の内部ループを意識
することなくメッシュデータを生成することができる。
In Japanese Laid-Open Patent Publication No. 3-75970, a dividing line represented by a straight line is designated for a block, and the intersection of the contour line of the block and the dividing line, the internal loop in the block and the dividing line. A method is disclosed in which the intersections and the intersections of the dividing lines are calculated, and the intersections are sorted for each outline to extract the triangular elements or the quadrilateral elements by brute force. According to this method, mesh data can be generated without being aware of the inner loop in the block.

【0005】[0005]

【発明が解決しようとする課題】上述した従来のメッシ
ュデータの生成方法では、ブロック座標の算出や座標の
キーボード入力を手で行なう必要があって作業量が多く
なるとともに、プリプロセッサを使いこなすためのノウ
ハウも必要となるという問題点がある。また、特開平3
−75970号公報に示されたものでは、同一ブロック
内で要素密度を変化させることが難しく、所望の有限要
素法解析を行なおうとすればブロック分割を細かく行な
わなければならず、作業が煩雑になるという問題点があ
る。
In the above-mentioned conventional method for generating mesh data, it is necessary to calculate the block coordinates and input the coordinates on the keyboard by hand, which increases the amount of work and requires know-how for mastering the preprocessor. There is a problem in that In addition, JP-A-3
In the one disclosed in Japanese Patent Publication No. -75970, it is difficult to change the element density in the same block, and in order to perform a desired finite element method analysis, block division must be performed finely, and the work is complicated. There is a problem that

【0006】本発明の目的は、操作性に優れ、所望の有
限要素法解析を行なうために必要なメッシュデータを簡
単に生成することのできるメッシュデータ生成システム
を提供することにある。
An object of the present invention is to provide a mesh data generation system which is excellent in operability and can easily generate mesh data necessary for performing a desired finite element method analysis.

【0007】[0007]

【課題を解決するための手段】本発明の有限要素法解析
のデータ生成システムは、解析対象物の図面に対応して
任意の線要素を入力する入力手段と、前記線要素相互の
交点を算出して交点データとする交点算出手段と、前記
線要素に関して隣接する前記交点から線分データを算出
し、前記線分データと前記交点データとからメッシュデ
ータを生成するメッシュデータ生成手段と、前記メッシ
ュデータを出力する出力手段とを有する。
A data generation system for finite element method analysis according to the present invention calculates an intersection between the line means and an input means for inputting an arbitrary line element corresponding to a drawing of an object to be analyzed. And intersection data calculating means for calculating intersection data, mesh data generation means for calculating line segment data from the intersections adjacent to the line element, and mesh data for generating mesh data from the line segment data and the intersection data, and the mesh And output means for outputting data.

【0008】[0008]

【作用】解析対象物の図面に対応して任意の線要素を入
力する入力手段が設けられ、この線要素から交点や線分
データを抽出してメッシュデータを生成するので、操作
性に優れ、必要に応じてメッシュの要素密度を変更する
ことが容易に行なえる。ここで線要素とは、直線に限ら
れるものでなく曲線を含むものであり、マウスやドラッ
グボールなどの任意のポインティングデバイスで直接入
力されるものも含まれる。
[Function] Since the input means for inputting an arbitrary line element corresponding to the drawing of the object to be analyzed is provided and the intersection point and line segment data are extracted from this line element to generate the mesh data, the operability is excellent, The element density of the mesh can be easily changed as needed. Here, the line element is not limited to a straight line but includes a curved line, and includes a line element directly input by an arbitrary pointing device such as a mouse or a drag ball.

【0009】入力手段としては、解析対象物の図面に対
応して任意の線要素を入力するものであれば任意のもの
が使用されるが、例えば、解析対象物の図面を表示す
る表示部と、表示部に表示された図面に対し線要素を表
示部に逐次表示しつつ入力するための指示入力部とを有
するものや、線要素が書き加えられた解析対象物の図
面を読み込み前記線要素を抽出する画像読取手段からな
るものを使用することができる。に示したものは具体
的にはCAD装置であり、CAD装置を用いて解析対象
物を設計し、設計データに基づいてCAD装置のディス
プレイに解析対象物を表示し、その後、マウスなどのポ
インティングデバイスを用いて線要素を手で入力してい
けばよい。また、解析対象物の設計データ(図形デー
タ)が入手できる場合には、そのデータを読み込んでデ
ィスプレイ上に表示させるようにしてもよい。に示し
たものは具体的にはスキャナと画像処理装置とを組み合
わせたものであり、線要素が書き加えられた図面をスキ
ャナで読み込み、画像処理装置を用いて読み込まれた画
像データから線要素を抽出すればよい。
Any input means may be used as long as it can input an arbitrary line element corresponding to the drawing of the object to be analyzed. For example, a display section for displaying the drawing of the object to be analyzed. A line element for reading the drawing of the analysis object to which a line element is added, or a line input element for sequentially inputting a line element to the drawing displayed on the display unit It is possible to use an image reading means for extracting the. Specifically, a CAD device is shown. The analysis target is designed using the CAD device, the analysis target is displayed on the display of the CAD device based on the design data, and then a pointing device such as a mouse. You can enter the line element by hand using. If design data (graphic data) of the analysis object is available, the data may be read and displayed on the display. Specifically, the one shown in Fig. 2 is a combination of a scanner and an image processing device.A drawing with a line element added is read by a scanner, and the line element is read from the image data read by the image processing device. Just extract it.

【0010】[0010]

【実施例】次に、本発明の実施例について、図面を参照
して説明する。図1は本発明の一実施例の有限要素法解
析システムの構成を示すブロック図である。このシステ
ムは、メッシュデータの作成後、さらに有限要素法によ
る数値解析を行なうように構成されている。
Embodiments of the present invention will now be described with reference to the drawings. FIG. 1 is a block diagram showing the configuration of a finite element method analysis system according to an embodiment of the present invention. This system is configured to further perform numerical analysis by the finite element method after creating mesh data.

【0011】ディスプレイを有するCAD装置1が、設
けられている。CAD装置1は、解析対象物の設計や解
析対象物の図形データの読み込みに使用され、さらに、
ディスプレイに解析対象物の図面を表示した状態で、メ
ッシュデータの生成に用いられる任意の線要素がマウス
などによって入力されるように構成されている。この場
合、マウスなどで入力される線要素は、解析対象物の図
面と重畳するようにして、ディスプレイ上に逐次表示さ
れる。解析対象物の図面および入力された線要素は、入
力データファイル2に格納されるようになっている。
A CAD device 1 having a display is provided. The CAD device 1 is used for designing an analysis target and reading graphic data of the analysis target.
An arbitrary line element used for generating mesh data is configured to be input by a mouse or the like in a state where the drawing of the analysis target is displayed on the display. In this case, line elements input with a mouse or the like are sequentially displayed on the display so as to overlap with the drawing of the analysis target. The drawing of the analysis object and the input line element are stored in the input data file 2.

【0012】入力データファイル2に格納されたデータ
からメッシュデータを生成するメッシュデータ生成出力
部10が設けられている。メッシュデータ生成出力部1
0は、入力データファイル2を参照して交点計算処理を
行なう交点計算部3と、交点計算部3の計算結果に基づ
いてメッシュデータを生成するメッシュ生成部4と、生
成されたメッシュデータをメッシュデータファイル6と
して出力するメッシュ出力部5とによって構成されてい
る。交点計算部3は、解析対象物の図面を構成する線
(以下、外形線という)と上述のように入力された線要
素について、それら外形線相互の交点、線要素相互の交
点、外形線と線要素との交点を抽出し交点の座標を算出
して交点データとするように構成されている。交点の検
索や交点座標の計算には、公知の方法が用いられる。メ
ッシュ生成部4は、外形線あるいは線要素上で相互に隣
接する交点から線分データを算出し、交点データと算出
された線分データとからメッシュデータを生成するもの
である。ここで線分データは、メッシュ境界線(要素境
界線)に対応するものである。
A mesh data generation / output unit 10 for generating mesh data from the data stored in the input data file 2 is provided. Mesh data generation output unit 1
0 is an intersection point calculation unit 3 that performs an intersection point calculation process by referring to the input data file 2, a mesh generation unit 4 that generates mesh data based on the calculation result of the intersection point calculation unit 3, and the generated mesh data is a mesh. The mesh output unit 5 outputs the data file 6. The intersection calculation unit 3 determines the intersections of the outlines, the intersections of the line elements, and the outlines with respect to the lines (hereinafter referred to as outlines) forming the drawing of the analysis target and the line elements input as described above. It is configured to extract the intersections with the line elements, calculate the coordinates of the intersections, and use them as the intersection data. A known method is used for searching the intersection and calculating the coordinates of the intersection. The mesh generation unit 4 calculates line segment data from intersections that are adjacent to each other on the outline or line element, and generates mesh data from the intersection point data and the calculated line segment data. Here, the line segment data corresponds to a mesh boundary line (element boundary line).

【0013】メッシュ生成部4におけるメッシュデータ
の生成方法としては、例えば、交点と線分データとを用
いて最も内側にある「閉領域」をなす要素を認識し、さ
らに節点の番号が左回りであることを確認して個々の要
素であることを決定する方法がある。この生成方法は、
膨大かつ複雑なデータの検索・並び換え・登録が必要と
なるが、ある交点はどの要素境界線に乗っているか、ま
た逆にある要素境界線はどの交点を含んでいるか、の双
方向の検索を可能とするオブジェクト構造を採用しハッ
シュアルゴリズムを採用することにより、現実的なメモ
リ使用量・検索時間で行なうことができる。
As a method of generating mesh data in the mesh generating unit 4, for example, the innermost "closed region" element is recognized using the intersection and the line segment data, and the node number is counterclockwise. There is a method of confirming the existence and determining the individual elements. This generation method is
A huge amount of complicated data needs to be searched, sorted, and registered, but bidirectional search for which element boundary line an intersection is on, and which element boundary line on the contrary includes which intersection By adopting an object structure that enables the above and adopting a hash algorithm, it is possible to carry out with realistic memory usage and search time.

【0014】メッシュデータファイル6に格納されたメ
ッシュデータが入力する条件入力部7が設けられてい
る。条件入力部7は、有限要素法解析に必要な各種パラ
メータ、例えば荷重条件や境界条件の入力が行なわれる
ところである。そして、条件入力部7の出力側には有限
要素法解析の数値演算を実際に行なう有限要素法解析計
算部8が設けられており、有限要素法解析計算部8によ
って求められた解析結果は、解析結果ファイル9に出力
されるようになっている。
A condition input section 7 for inputting the mesh data stored in the mesh data file 6 is provided. The condition input unit 7 is where various parameters necessary for the finite element method analysis, such as load conditions and boundary conditions, are input. The output side of the condition input unit 7 is provided with a finite element method analysis calculation unit 8 that actually performs the numerical operation of the finite element method analysis, and the analysis result obtained by the finite element method analysis calculation unit 8 is The data is output to the analysis result file 9.

【0015】次に本実施例の動作について、図2のフロ
ーチャートを用いて説明する。
Next, the operation of this embodiment will be described with reference to the flowchart of FIG.

【0016】まず、CAD装置1において、解析対象物
を設計するか解析対象物の図形データを読み込み、解析
対象物の図面をディスプレイ上に表示しながら、メッシ
ュデータの作成に用いられる線要素を入力する。線要素
の入力にはCAD装置1に付属するマウスなどが使用さ
れる。線要素としては、端点の2点によって指定される
直線のほか、スプライン曲線、円弧、あるいはマウスの
軌跡による自由曲線などがある。このとき、メッシュデ
ータにおける要素密度を高めたい領域では線要素を多く
引き、要素密度を低くしておく領域では、線要素をまば
らに引くようにする。このようにして入力された線要素
のデータは、解析対象物の図形データとともに、入力デ
ータファイル2に格納される。
First, in the CAD device 1, an analysis target is designed or graphic data of the analysis target is read, and a line element used for creating mesh data is input while displaying a drawing of the analysis target on the display. To do. A mouse attached to the CAD device 1 is used for inputting the line elements. As the line element, there are a straight line designated by two end points, a spline curve, a circular arc, or a free curve formed by a locus of a mouse. At this time, a large number of line elements are drawn in the region where the element density is desired to be high in the mesh data, and line elements are drawn sparsely in the region where the element density is kept low. The line element data input in this manner is stored in the input data file 2 together with the graphic data of the analysis target.

【0017】次に、入力データファイル2に格納された
データがメッシュデータ生成出力部10によって読み込
まれ(ステップ101)、読み込まれたデータに基づい
て交点計算部3で交点計算処理が行なわれる(ステップ
102)。交点計算処理では、解析対象物の外形線相互
の交点、線要素相互の交点、外形線と線要素との交点が
抽出され、これら交点の座標が計算され、交点データが
求められる。そして、交点計算処理の結果に基づいて、
メッシュ生成部4でメッシュ生成処理が行なわれる(ス
テップ103)。メッシュ生成処理では、外形線あるい
は線要素上で相互に隣接する交点から線分データを算出
し、交点データと算出された線分データとから上述した
ようにしてメッシュデータが生成される。このとき、あ
る交点間の線分データを抽出したら、その線分データに
対応する線要素の該当する区間のデータを削除すること
により、メモリの容量が不足気味の場合の作動不良を回
避することができる。そして、このメッシュデータは、
メッシュ出力部5によって、メッシュデータファイル6
に出力される(ステップ104)。
Next, the data stored in the input data file 2 is read by the mesh data generation / output unit 10 (step 101), and the intersection calculation unit 3 performs the intersection calculation process based on the read data (step 101). 102). In the intersection point calculation process, intersection points between contour lines of the object to be analyzed, intersection points between line elements, and intersection points between contour lines and line elements are extracted, coordinates of these intersection points are calculated, and intersection point data is obtained. Then, based on the result of the intersection calculation processing,
Mesh generation processing is performed by the mesh generation unit 4 (step 103). In the mesh generation process, line segment data is calculated from the intersection points that are adjacent to each other on the outline or line element, and the mesh data is generated as described above from the intersection point data and the calculated line segment data. At this time, when the line segment data between certain intersections is extracted, the data in the corresponding section of the line element corresponding to the line segment data is deleted to avoid malfunction when the memory capacity is insufficient. You can And this mesh data is
The mesh data file 6 by the mesh output unit 5
(Step 104).

【0018】その後、メッシュデータファイル6が条件
入力部7に読み込まれ、条件入力部7で各種パラメータ
が設定され、有限要素法解析計算部8において実際の数
値解析演算が行なわれる。そして、有限要素法解析計算
部8によって求められた解析結果が解析結果ファイル9
に格納される。
After that, the mesh data file 6 is read into the condition input unit 7, various parameters are set in the condition input unit 7, and the finite element method analysis calculation unit 8 performs actual numerical analysis calculation. Then, the analysis result obtained by the finite element method analysis calculation unit 8 is the analysis result file 9
Stored in.

【0019】次に、交点演算処理とメッシュ生成処理に
ついて、実例を挙げて説明する。例えば、CAD装置1
において、線要素として図3(a)に示されたものが入力
されたとする。線要素はそれぞれ曲線21で表わされて
いる。この段階では、CAD装置1のディスプレイ上で
の曲線21相互の交点は、交点として認識されていな
い。このような線要素に対して交点計算処理を施すこと
により、交点22が認識され、交点22の座標が算出さ
れる。交点22は、メッシュデータでの節点となる。そ
して、メッシュ生成処理を行なうことにより、曲線21
に対応して交点22相互を結ぶ要素境界線(線分デー
タ)23が求められ、各要素24が抽出される。この状
態が図3(b)に示されている。なお、要素境界線23
は、交点22相互を結ぶものとして定義されるので、も
との曲線21でひげ状となっている部分は、無視され
る。また、曲線21の引き方によって、図示されるよう
に、3角形の要素あるいは4角形の要素を任意に生成で
きる。
Next, the intersection calculation process and the mesh generation process will be described with reference to actual examples. For example, CAD device 1
In, it is assumed that the line element shown in FIG. 3A is input. Each line element is represented by a curve 21. At this stage, the intersection of the curves 21 on the display of the CAD device 1 is not recognized as the intersection. By performing the intersection calculation processing on such a line element, the intersection 22 is recognized and the coordinates of the intersection 22 are calculated. The intersection 22 is a node in the mesh data. Then, by performing mesh generation processing, the curve 21
The element boundary line (line segment data) 23 that connects the intersections 22 with each other is obtained, and each element 24 is extracted. This state is shown in FIG. 3 (b). The element boundary line 23
Is defined as connecting the intersections 22 with each other, so that the whisker-shaped portion of the original curve 21 is ignored. Further, depending on how the curve 21 is drawn, triangular elements or quadrangular elements can be arbitrarily generated as shown in the drawing.

【0020】さらに実例について説明する。図4(a)は
解析対象物の一例を示す図である。この解析対象物は、
複数のブロック31に分割されており(ブロック分割線
は点線で示される)、いくつかのブロック31の内部に
は、内部ループ(トーラス部分)32が存在する。この
解析対象物に対してCAD装置1を用いて線要素を適宜
入力したものが、図4(b)に示されている。内部ループ
32周囲の応力集中部には、重点的に線要素が加えられ
ている。本実施例によれば、この図に示されるように、
解析者の意に沿うように任意にメッシュを設定すること
ができる。
Further, an actual example will be described. FIG. 4A is a diagram showing an example of the analysis object. This analysis object is
It is divided into a plurality of blocks 31 (block division lines are shown by dotted lines), and inside some blocks 31, an inner loop (torus portion) 32 exists. FIG. 4B shows a line element appropriately input to the object to be analyzed using the CAD device 1. Line elements are predominantly added to the stress concentration portion around the inner loop 32. According to this embodiment, as shown in this figure,
The mesh can be set arbitrarily according to the analyst's wishes.

【0021】次に、本発明の別の実施例について説明す
る。上述の実施例は、CAD装置を用いてディスプレイ
上に表示された解析対象物を見ながら、マウスなどを用
いて線要素を入力するものであった。しかし、任意の線
要素の入力方法はこれに限られるものではない。CAD
装置の代りに、スキャナと画像処理装置を組み合わせた
ものも使用することができる。
Next, another embodiment of the present invention will be described. In the above-described embodiment, the line element is input using the mouse or the like while watching the analysis target displayed on the display using the CAD device. However, the input method of arbitrary line elements is not limited to this. CAD
Instead of the device, a combination of a scanner and an image processing device can also be used.

【0022】スキャナと画像処理装置とを組み合わせた
場合には、メッシュデータに対応する線要素が書き加え
られた解析対象物の図面を用意する。そして、この図面
をスキャナで読み込み、画像処理装置によって解析対象
物の外形線と記入された線要素とを抽出する。あとは抽
出されたデータについて、交点計算処理からの処理を上
述の実施例と同様に行なうことにより、メッシュデータ
が生成される。
When the scanner and the image processing apparatus are combined, a drawing of the analysis object to which line elements corresponding to the mesh data are added is prepared. Then, this drawing is read by a scanner, and the outline and the written line elements of the analysis object are extracted by the image processing apparatus. After that, the mesh data is generated by performing the processing from the intersection calculation processing on the extracted data in the same manner as in the above-described embodiment.

【0023】[0023]

【発明の効果】以上説明したように本発明は、解析対象
物の図面に対応して任意の線要素を入力する入力手段
と、線要素相互の交点を算出して交点データとする交点
算出手段と、線要素に関して隣接する交点から線分デー
タを算出し、線分データと交点データとからメッシュデ
ータを生成するメッシュデータ生成手段とを設けること
により、任意に入力された線要素から交点や線分データ
を抽出してメッシュデータが生成できるので、操作性に
優れ、必要に応じてメッシュの要素密度を変更すること
などが容易に行なえるようになるという効果がある。
As described above, according to the present invention, the input means for inputting an arbitrary line element corresponding to the drawing of the object to be analyzed and the intersection point calculating means for calculating the intersection points of the line elements to obtain the intersection point data. And a mesh data generation unit that calculates line segment data from adjacent intersections with respect to the line element and generates mesh data from the line segment data and the intersection point data. Since the minute data can be extracted to generate the mesh data, the operability is excellent, and it is possible to easily change the element density of the mesh as necessary.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例の有限要素法解析システムの
構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a finite element method analysis system according to an embodiment of the present invention.

【図2】図1のシステムの動作を説明するフローチャー
トである。
FIG. 2 is a flowchart illustrating the operation of the system of FIG.

【図3】(a)はCAD装置に入力された線要素を例示す
る図、(b)は例示された線要素から生成されたメッシュ
データを示す図である。
FIG. 3A is a diagram illustrating a line element input to a CAD device, and FIG. 3B is a diagram illustrating mesh data generated from the exemplified line element.

【図4】(a)は解析対象物の一例を示す図、(b)はこの解
析対象物に線要素を加えた状態を示す図である。
4A is a diagram showing an example of an analysis target object, and FIG. 4B is a diagram showing a state in which a line element is added to the analysis target object.

【符号の説明】[Explanation of symbols]

1 CAD装置 2 入力データファイル 3 交点計算部 4 メッシュ生成部 5 メッシュ出力部 6 メッシュデータファイル 7 条件入力部 8 有限要素法解析計算部 9 解析結果ファイル 10 メッシュデータ生成出力部 21 曲線 22 交点 23 要素境界線 24 要素 101〜104 ステップ 1 CAD device 2 Input data file 3 Intersection calculation part 4 Mesh generation part 5 Mesh output part 6 Mesh data file 7 Condition input part 8 Finite element method analysis calculation part 9 Analysis result file 10 Mesh data generation output part 21 Curve 22 Intersection point 23 element Boundary line 24 elements 101 to 104 steps

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.6 識別記号 庁内整理番号 FI 技術表示箇所 7623−5L G06F 15/60 450 (72)発明者 納富 信 福岡県北九州市戸畑区大字中原46番地の59 日鐵プラント設計株式会社内 (72)発明者 宮崎 新市 福岡県北九州市戸畑区大字中原46番地の59 日鐵プラント設計株式会社内 (72)発明者 山口 荘一 長崎県佐世保市名切町3番3号 株式会社 エス・イー・エー創研内─────────────────────────────────────────────────── ─── Continuation of the front page (51) Int.Cl. 6 Identification number Reference number within the agency FI technical display location 7623-5L G06F 15/60 450 (72) Inventor Nobuto Nobu 46 Nakahara, Tobata-ku, Kitakyushu, Fukuoka Prefecture 59 Nippon Steel Plant Design Co., Ltd. (72) Inventor Miyazaki Shin-shi 59 Nippon Steel Plant Design Co., Ltd. 46 Nakahara, Tobata-ku, Kitakyushu, Fukuoka Prefecture (72) Inventor Shoichi Yamaguchi Sasebo City, Nagasaki Prefecture Nagiri Town No. 3-3 SEA Soken Co., Ltd.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 有限要素法解析に使用されるメッシュデ
ータを生成するデータ生成システムであって、 解析対象物の図面に対応して任意の線要素を入力する入
力手段と、 前記線要素相互の交点を算出して交点データとする交点
算出手段と、 前記線要素に関して隣接する前記交点から線分データを
算出し、前記線分データと前記交点データとからメッシ
ュデータを生成するメッシュデータ生成手段と、 前記メッシュデータを出力する出力手段とを有すること
を特徴とする有限要素法解析のデータ生成システム。
1. A data generation system for generating mesh data used for finite element method analysis, comprising: input means for inputting an arbitrary line element corresponding to a drawing of an object to be analyzed; Intersection calculation means for calculating intersections to obtain intersection data; and mesh data generation means for calculating line segment data from the intersections adjacent to the line element and generating mesh data from the line segment data and the intersection data. A data generation system for finite element method analysis, comprising: an output unit that outputs the mesh data.
【請求項2】 入力手段が、解析対象物の図面を表示す
る表示部と、前記表示部に表示された図面に対し線要素
を前記表示部に逐次表示しつつ入力するための指示入力
部とを有する、請求項1に記載の有限要素法解析のデー
タ生成システム。
2. The input means comprises: a display unit for displaying a drawing of an object to be analyzed; and an instruction input unit for inputting line elements on the drawing displayed on the display unit while sequentially displaying the line elements on the display unit. The data generation system for finite element method analysis according to claim 1, further comprising:
【請求項3】 入力手段が、線要素が書き加えられた解
析対象物の図面を読み込み前記線要素を抽出する画像読
取手段からなる、請求項1に記載の有限要素法解析のデ
ータ生成システム。
3. The data generation system for finite element method analysis according to claim 1, wherein the input means comprises image reading means for reading the drawing of the analysis object to which line elements are added and extracting the line elements.
JP15920793A 1993-06-29 1993-06-29 Data generating system for finite element analysis Pending JPH0744525A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP15920793A JPH0744525A (en) 1993-06-29 1993-06-29 Data generating system for finite element analysis

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP15920793A JPH0744525A (en) 1993-06-29 1993-06-29 Data generating system for finite element analysis

Publications (1)

Publication Number Publication Date
JPH0744525A true JPH0744525A (en) 1995-02-14

Family

ID=15688666

Family Applications (1)

Application Number Title Priority Date Filing Date
JP15920793A Pending JPH0744525A (en) 1993-06-29 1993-06-29 Data generating system for finite element analysis

Country Status (1)

Country Link
JP (1) JPH0744525A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10326358A (en) * 1997-05-27 1998-12-08 Toyota Motor Corp Finite element dividing method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10326358A (en) * 1997-05-27 1998-12-08 Toyota Motor Corp Finite element dividing method

Similar Documents

Publication Publication Date Title
JP3027009B2 (en) Design capture system
US6212666B1 (en) Graphic representation of circuit analysis for circuit design and timing performance evaluation
JP2002279005A (en) Method, device and program for generating three- dimensional analytic model and its recording medium
US20080104088A1 (en) Apparatus, method, and program for visualizing boolean expressions
JP4092637B2 (en) Shape model simplification device
JPH0816824A (en) Three-dimensional computer aided design device/method
JPH0744525A (en) Data generating system for finite element analysis
JPH0589199A (en) Hardware design assisting system
JP2938717B2 (en) Pipe network analyzer
JP4298333B2 (en) Satisfiable solution enumeration system
JPH08166973A (en) Image data managing system
JP2815364B2 (en) CAD equipment
JP2937381B2 (en) Integrated circuit design method and design apparatus
JPH0773030A (en) Dynamic model design support method
JPH06259507A (en) Graphic dividing device
JP4089806B2 (en) Curve generating device and method, and storage medium
JP2001338001A (en) Cad model preparing system and recording medium with cad model preparation program recorded
JP2002149725A (en) Device and method for generating three-dimensional expansion data
JPH0695862A (en) Instruction string optimization supporting device
JPH08202741A (en) Device and method for supporting function design
JPH10187771A (en) Device and method for analytic model generation
Luders et al. Improving browsing in information by the automatic display layout
JPH05314208A (en) Truth table input supporting system and logic cad system
JP2000200296A (en) Three-dimensional model deforming operation device
JPH0214370A (en) Information processor

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20010711