JP2001027994A - Method and device for generating numeric data for calculation from analytic model by finite element method - Google Patents
Method and device for generating numeric data for calculation from analytic model by finite element methodInfo
- Publication number
- JP2001027994A JP2001027994A JP11200860A JP20086099A JP2001027994A JP 2001027994 A JP2001027994 A JP 2001027994A JP 11200860 A JP11200860 A JP 11200860A JP 20086099 A JP20086099 A JP 20086099A JP 2001027994 A JP2001027994 A JP 2001027994A
- Authority
- JP
- Japan
- Prior art keywords
- analysis model
- elements
- calculation
- divided
- data
- 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
Links
Landscapes
- Complex Calculations (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、有限要素法による
構造解析に用いる解析モデルから計算用数値データを生
成するデータ生成方法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data generation method for generating numerical data for calculation from an analysis model used for structural analysis by the finite element method.
【0002】[0002]
【従来の技術】従来から、有限要素法により構造解析等
を実行する際に、解析を行う構造体の解析モデルを設定
し、その解析モデルにより計算用の数値データを生成し
て構造解析を行うことが知られている。また、一般的に
有限要素法を用いて構造体の運動や熱伝導等の解析を行
う場合には、概略的に以下の手順に従って処理等を行
う。 (1)構造体の解析モデルを設定し、解析モデルを有限
要素に分割する。 (2)分割された各要素、及び、各要素上の各節点の各
々に通し番号を割り振る。 (3)各節点の座標、及び、各要素上の各節点の番号、
等を含む数値データを生成する。 上記手順を更に詳しく説明すると次のようになる。最初
に構造体をどのように解析するかにより有限要素法によ
る解析モデルを設定し、その解析モデルを解析に必要な
細かさに分割して要素(例えば、2次元モデルにあって
は三角形または四角形{=四辺形}の要素、3次元モデ
ルにあっては4面体または6面体等の要素)を設定し、
その要素の角(節点)毎に節点番号を割り当て、各節点
番号毎に周辺の節点番号の成分を含んだ要素行列を生成
し、その要素行列を統合することにより全体行列を生成
して解析の計算を行う。ところで、解析モデルを分割す
る際に従来は、解析モデルを解析に必要な細かさの要素
まで1度に分割し、各節点に任意の順番に節点番号を割
り当てていた。2. Description of the Related Art Conventionally, when performing a structural analysis or the like by the finite element method, an analysis model of a structure to be analyzed is set, and numerical data for calculation is generated by the analysis model to perform a structural analysis. It is known. In general, when analyzing the motion or heat conduction of a structure using the finite element method, processing is generally performed according to the following procedure. (1) An analysis model of a structure is set, and the analysis model is divided into finite elements. (2) A serial number is assigned to each divided element and each node on each element. (3) the coordinates of each node, the number of each node on each element,
Generate numerical data including The above procedure is described in more detail as follows. First, an analysis model based on the finite element method is set depending on how the structure is analyzed, and the analysis model is divided into fine parts necessary for the analysis, and the elements (for example, a triangle or a quadrangle in the case of a two-dimensional model) are set. {= Quadrilateral} element, in the case of a three-dimensional model, a tetrahedron or hexahedron element)
A node number is assigned to each corner (node) of the element, an element matrix including the components of the peripheral node numbers is generated for each node number, and the entire matrix is generated by integrating the element matrices to perform analysis. Perform calculations. By the way, conventionally, when an analysis model is divided, the analysis model is divided at once into elements of fineness necessary for analysis, and node numbers are assigned to nodes in an arbitrary order.
【0003】しかし、節点番号を任意の順番に割り当て
る場合には、一つの要素(例えば、四辺形要素)におけ
る最大の節点番号と最小の節点番号の差が大きくなり、
後述する半バンド幅が大きくなることから解析の計算に
要する時間とコストが大きくなるという問題を有してい
る。例えば、同じように要素分割を行った同じ節点数の
解析モデルであっても、節点番号の割り振り方法の違い
により、その後に実施される有限要素法解析における計
算量や必要とされるメモリ量が大きく変化する。これ
は、節点番号の割り振り方により生成される行列におけ
る0要素と非0要素の行列内の位置が異なることによ
る。一般的に有限要素法により生成される非0要素の行
列は、行列内の対角成分を中心にして所定幅の成分を含
むバンド行列であり、そのバンド行列の半バンド幅によ
り、行列の計算量や計算に要するメモリ量は決定され
る。この節点番号の割り振り方により計算時間が増える
という問題を解決するために、例えば、細分要素の節点
番号を付け替える手法としてCuthill-Mckee法という手
法が知られている。Cuthill-Mckee法は、文献「E.H.Cut
hill and J.M.Mckee, Reducing the bandwidth of spar
se symmetric matrices. Proc. 24th National Confere
nce ACM, Bandon Systems Press, HJ, 1969, 157-172」
に記載されたように、所定のアルゴリズムを適用して各
要素の節点番号を付け替えることにより、解析の計算効
率を上げて計算に要する時間を少なくすることができる
方法である。しかし、Cuthill-Mckee法は、節点番号を
並べ替えるアルゴリズムの計算量が膨大であり、処理時
間が多く必要であることから、要素数及び節点数が少な
い場合には、解析の計算に要する時間を少なくするとい
う問題を解決する手法として有効な場合もあるが、要素
数及び節点数が多い場合にはその問題解決に適していな
い。ここで、節点番号の割り振り方により行列の計算量
が異なることについて、実際の例を用いて説明する。However, when the node numbers are assigned in an arbitrary order, the difference between the maximum node number and the minimum node number in one element (for example, a quadrilateral element) increases,
There is a problem that the time and cost required for the analysis calculation are increased due to the increase in the half bandwidth described later. For example, even if an analysis model with the same number of nodes is divided in the same way, the calculation amount and the required memory amount in the finite element method analysis performed thereafter will differ due to the difference in the node number allocation method. It changes greatly. This is because the positions of the 0 element and the non-zero element in the matrix generated by the assignment of the node numbers are different. Generally, a matrix of non-zero elements generated by the finite element method is a band matrix including components of a predetermined width centered on diagonal components in the matrix, and the matrix is calculated by a half bandwidth of the band matrix. The amount and the amount of memory required for the calculation are determined. In order to solve the problem that the calculation time is increased by the way of assigning the node numbers, for example, a method called Cuthill-Mckee method is known as a method of replacing the node numbers of the subdivision elements. The Cuthill-Mckee method is described in the literature "EHCut
hill and JMMckee, Reducing the bandwidth of spar
se symmetric matrices. Proc. 24th National Confere
nce ACM, Bandon Systems Press, HJ, 1969, 157-172 ''
As described in (1), by applying a predetermined algorithm and changing the node number of each element, the calculation efficiency of the analysis can be increased and the time required for the calculation can be reduced. However, the Cuthill-Mckee method requires an enormous amount of calculation of the algorithm for rearranging the node numbers and requires a long processing time.Therefore, when the number of elements and the number of nodes are small, the time required for the calculation of the analysis is reduced. There is a case where it is effective as a method for solving the problem of reducing the number, but when the number of elements and the number of nodes are large, it is not suitable for solving the problem. Here, the fact that the amount of matrix calculation differs depending on how node numbers are allocated will be described using an actual example.
【0004】図7は、一般的に有限要素法により生成さ
れる行列を示す図である。図7の行列の左上角から右下
角に向けた対角線は、行列における対角成分を示し、そ
の対角成分の両側に非0要素のバンド行列が形成され
る。行列におけるバンド行列の外側は0要素の三角行列
である。この行列において、対角成分からバンド行列の
最も外側の要素成分までの幅が半バンド幅となる。図8
は、図7の行列の具体例を示す図である。図8(a)
は、直方体形状の解析モデルを6分割した場合を示す図
である。図8(a)における解析モデルは、上下方向に
2分割されると共に左右方向に3分割されて6分割され
ている。分割された解析モデルの各要素は、左下から右
に向けてe1、e2、e3の各要素が並び、左上から右
に向けてe4、e5、e6の各要素が並んでいる。図8
(a)の節点番号は、要素e1〜e3の下辺に位置する
節点番号が左から順に1、2、3、4であり、要素e1
〜e3と要素e4〜e6の境界辺に位置する節点番号が
左から順に5、6、7、8であり、要素e4〜e6の上
辺に位置する節点番号が左から順に9、10、11、1
2である。図8(b)は、図8(a)の要素e1の各節
点番号における要素行列を示す図である。図8(a)の
ように節点番号を割り振ることにより、図8(b)の要
素行列における行と列のそれぞれに順に1、2、5、6
が割り振られる。この図8(b)の要素行列における全
ての要素は、通常非0要素である。図8(c)は、図8
(b)に示した要素e1についての要素行列に準じた要
素e2〜要素e6までの要素行列を生成し、その各要素
行列を統合した全体行列を生成した図である。例えば、
節点番号1の行については、図8(b)に示したよう
に、節点番号1、2、5、6の列との交点の要素が非0
要素となる。同様に、節点番号2の行については、節点
番号1と同様の、節点番号1、2、5、6の列との交
点、に加えて、要素e2の節点番号である節点番号2、
3、6、7の列との交点要素が非0要素となるが、節点
番号2と6は要素e1と要素e2に共通であるので、節
点番号1、2、3、5、6、7の列との交点の要素が非
0要素となる。以下、同様に節点番号3から12の行に
ついて前記各要素行列を基にして非0要素を配置してバ
ンド行列を形成する。また、対角成分の要素からバンド
行列の末端の要素までの幅を半バンド幅とすると、図8
(c)では6となる。また、この場合の半バンド幅は、
各要素毎の節点番号の最大値と最小値の差を全要素につ
いて抽出した中の最大値である。この半バンド幅が広い
か狭いかにより、有限要素法を用いた構造体の解析にお
ける計算量が変化する。図8(c)の場合の半バンド幅
は6であるが、これが7になれば計算量が増え、5にな
れば計算量が減る。この半バンド幅を減らすためには、
前記したように節点番号の付け替えが行われる。FIG. 7 is a diagram showing a matrix generally generated by the finite element method. A diagonal line from the upper left corner to the lower right corner of the matrix in FIG. 7 indicates a diagonal component in the matrix, and a band matrix of non-zero elements is formed on both sides of the diagonal component. Outside the band matrix in the matrix is a triangular matrix of 0 elements. In this matrix, the width from the diagonal component to the outermost element component of the band matrix is a half bandwidth. FIG.
FIG. 8 is a diagram illustrating a specific example of the matrix in FIG. 7. FIG. 8 (a)
FIG. 4 is a diagram showing a case where an analysis model having a rectangular parallelepiped shape is divided into six parts. The analysis model in FIG. 8A is divided into two in the vertical direction and into three in the left and right direction and divided into six. In each element of the divided analysis model, elements e1, e2, and e3 are arranged from the lower left to the right, and elements e4, e5, and e6 are arranged from the upper left to the right. FIG.
In the node number of (a), the node numbers located on the lower side of the elements e1 to e3 are 1, 2, 3, and 4 from the left, and the element e1
The node numbers located on the boundary side between the elements e4 to e3 and the elements e4 to e6 are 5, 6, 7, 8 in order from the left, and the node numbers located on the upper side of the elements e4 to e6 are 9, 10, 11, in the order from the left. 1
2. FIG. 8B is a diagram showing an element matrix at each node number of the element e1 in FIG. 8A. By allocating node numbers as shown in FIG. 8A, 1, 2, 5, 6 in the rows and columns in the element matrix of FIG.
Is allocated. All the elements in the element matrix of FIG. 8B are usually non-zero elements. FIG.
FIG. 14 is a diagram in which element matrices from element e2 to element e6 are generated according to the element matrix for element e1 shown in (b), and an overall matrix is created by integrating the element matrices. For example,
As shown in FIG. 8B, for the row of the node number 1, the element at the intersection with the columns of the node numbers 1, 2, 5, and 6 is non-zero.
Element. Similarly, for the row of the node number 2, in addition to the intersection with the column of the node numbers 1, 2, 5, and 6 similar to the node number 1, in addition to the node number 2, which is the node number of the element e2,
The intersection elements with the columns 3, 6, and 7 are non-zero elements. However, since the node numbers 2 and 6 are common to the elements e1 and e2, the node numbers 1, 2, 3, 5, 6, and 7 The element at the intersection with the column is a non-zero element. Hereinafter, the band matrix is formed by arranging non-zero elements in the rows of the node numbers 3 to 12 based on the respective element matrices. Assuming that the width from the diagonal element to the terminal element of the band matrix is a half bandwidth, FIG.
In (c), it becomes 6. Also, the half bandwidth in this case is
The difference between the maximum value and the minimum value of the node number for each element is the maximum value among all the elements extracted. The amount of calculation in the analysis of the structure using the finite element method changes depending on whether the half bandwidth is wide or narrow. In the case of FIG. 8C, the half bandwidth is 6, but when it becomes 7, the calculation amount increases, and when it becomes 5, the calculation amount decreases. To reduce this half bandwidth,
The node numbers are changed as described above.
【0005】図9は、図8の解析モデルの節点番号を付
け替えることにより、半バンド幅を減らすことができる
ことの具体例を示した図である。図9(a)は、図8
(a)と同様に直方体形状の解析モデルを6分割した場
合を示し、その解析モデルは、上下方向に2分割される
と共に左右方向に3分割されて6分割されている。分割
された解析モデルの各要素は、左下から右に向けてe1
1、e12、e13の各要素が並び、左上から右に向け
てe14、e15、e16の各要素が並んでいる。図9
(a)の節点番号は、要素e11とe14の左辺に位置
する節点番号が下から順に1、2、3であり、要素e1
1とe14及び要素e12とe15の境界辺に位置する
節点番号が下から順に4、5、6であり、要素e12と
e15及び要素e13とe16の境界辺に位置する節点
番号が下から順に7、8、9であり、要素e13とe1
6の右辺に位置する節点番号が下から順に10、11、
12である。図9(b)は、図9(a)の要素e11の
各節点番号における要素行列を示す図である。図9
(a)のように節点番号を割り振ることにより、図9
(b)の要素行列における行と列のそれぞれに順に1、
2、4、5が割り振られる。この図9(b)の要素行列
における全ての要素は、通常非0要素である。図9
(c)は、図9(b)に示した要素e11についての要
素行列に準じた要素e12〜要素e16までの要素行列
を生成し、その各要素行列を統合した全体行列を生成し
た図である。例えば、節点番号1の行については、図9
(b)に示したように、節点番号1、2、4、5の列と
の交点の要素が非0要素となる。同様に、節点番号2の
行については、節点番号1と同様の、節点番号1、2、
4、5の列との交点、に加えて、要素e14の節点番号
である節点番号2、3、5、6の列との交点要素が非0
要素となるが、節点番号2と5は要素e11と要素e1
4に共通であるので、節点番号1、2、3、4、5、6
の列との交点の要素が非0要素となる。以下、同様に節
点番号3から12の行について前記各要素行列を基にし
て非0要素を配置してバンド行列を形成する。また、対
角成分の要素からバンド行列の末端の要素までの幅を半
バンド幅とすると、図9(c)では5となる。図9
(c)の場合の半バンド幅は5であるので、図8(c)
の場合の半バンド幅6よりも狭いことになる。従って、
図8(c)の場合から図9(c)の場合のように節点番
号を付け替えたことにより全体行列の計算量が減ったこ
とになる。FIG. 9 is a diagram showing a specific example in which the half bandwidth can be reduced by changing the node numbers of the analysis model of FIG. FIG. 9A shows FIG.
A case where the rectangular parallelepiped analysis model is divided into six in the same manner as (a) is shown, and the analysis model is divided into two in the vertical direction and divided into three in the horizontal direction and divided into six. Each element of the divided analysis model is e1 from the lower left to the right.
Elements e1, e12, and e13 are arranged, and elements e14, e15, and e16 are arranged from the upper left to the right. FIG.
In the node number of (a), the node numbers located on the left side of the elements e11 and e14 are 1, 2, and 3 in order from the bottom, and the element e1
The node numbers located at the boundary sides of 1 and e14 and the elements e12 and e15 are 4, 5 and 6 from the bottom, and the node numbers located at the boundary sides of the elements e12 and e15 and the elements e13 and e16 are 7 from the bottom. , 8, 9 and the elements e13 and e1
The node numbers located on the right side of 6 are 10, 11,
Twelve. FIG. 9B is a diagram showing an element matrix at each node number of the element e11 in FIG. 9A. FIG.
By assigning node numbers as shown in FIG.
In each of the rows and columns in the element matrix of FIG.
2, 4, and 5 are allocated. All elements in the element matrix of FIG. 9B are usually non-zero elements. FIG.
(C) is a diagram in which element matrices from element e12 to element e16 are generated according to the element matrix for element e11 shown in FIG. 9 (b), and an overall matrix in which the element matrices are integrated is generated. . For example, for the row of node number 1, FIG.
As shown in (b), the elements at the intersections with the columns of the node numbers 1, 2, 4, and 5 are non-zero elements. Similarly, for the row of the node number 2, the node numbers 1, 2,
In addition to the intersections with the columns 4 and 5, the intersection elements with the columns of the node numbers 2, 3, 5, and 6, which are the node numbers of the element e14, are non-zero.
The node numbers 2 and 5 are elements e11 and e1
4, the node numbers 1, 2, 3, 4, 5, 6
The element at the intersection with the column is a non-zero element. Hereinafter, the band matrix is formed by arranging non-zero elements in the rows of the node numbers 3 to 12 based on the respective element matrices. If the width from the element of the diagonal component to the element at the end of the band matrix is a half band width, it is 5 in FIG. 9C. FIG.
Since the half-band width in the case of (c) is 5, FIG.
In this case, the half band width 6 is narrower. Therefore,
By changing the node numbers from the case of FIG. 8C to the case of FIG. 9C, the calculation amount of the entire matrix is reduced.
【0006】[0006]
【発明が解決しようとする課題】ところで、図8や図9
の場合のように、解析モデルの形状が単純であり、且つ
要素数及び節点数が少ない場合には、上記のように節点
番号の付け替えは容易に実施することができるが、解析
モデルの形状が複雑になり、且つ要素数及び節点数が多
くなると、容易に節点番号の付け替えを実施することは
できなくなる。即ち、複雑な形状や大きな形状の構造体
(即ち、解析モデル)の場合には、容易に節点番号の付
け替えはできず、前記したCuthill-Mckee法も要素が多
い場合には節点番号の付け替えに要する計算量が多くな
るため、計算量や必要とするメモリ量を減らすことがで
きない。計算量やメモリ量の増加に計算機側が対応でき
ない場合には、解析モデルを粗く分割した上で有限要素
法による構造体の解析をせざるを得ず、計算の精度低下
を招くことになる。本発明は、上述した如き従来の問題
を解決するためになされたものであって、構造体の形状
が複雑であり、且つ要素数及び節点数が多い場合であっ
ても、有限要素法による解析モデルから有限要素法等の
構造解析に必要となる計算量及びメモリ量を減らすこと
ができる計算用数値データを生成するデータ生成方法を
提供することを目的とする。8 and 9 are diagrams.
In the case where the shape of the analysis model is simple and the number of elements and the number of nodes are small as in the case of (2), the node number can be easily changed as described above, but the shape of the analysis model is When the number of elements and the number of nodes are increased, the number of nodes cannot be easily changed. That is, in the case of a structure having a complicated shape or a large shape (that is, an analysis model), it is not easy to change the node numbers, and the Cuthill-Mckee method described above is also used to change the node numbers when there are many elements. Since the required amount of calculation increases, the amount of calculation and the required amount of memory cannot be reduced. If the computer cannot cope with the increase in the amount of calculation or the amount of memory, the analysis model must be roughly divided and the structure must be analyzed by the finite element method, resulting in a decrease in calculation accuracy. The present invention has been made in order to solve the conventional problems as described above, and it has been proposed that the analysis by the finite element method can be performed even when the structure of the structure is complicated and the number of elements and the number of nodes are large. An object of the present invention is to provide a data generation method for generating numerical data for calculation capable of reducing the amount of calculation and memory required for structural analysis such as the finite element method from a model.
【0007】[0007]
【課題を解決するための手段】上述の目的を達成するた
め、請求項1の本発明の有限要素法による解析モデルか
ら計算用数値データを生成するデータ生成方法は、構造
体の解析モデルを複数の要素に分割すると共に各要素毎
の節点に節点番号を与え、各節点番号における物理量を
表す数値を足し合わせることにより構造体全体の挙動を
解析する有限要素法による解析モデルから計算用数値デ
ータを生成するデータ生成方法であって、前記解析モデ
ルを要素に分割する処理は、前記解析モデルを粗く分割
して粗分割要素とする第1段階と、前記粗分割要素を更
に再分割して細分要素とする第2段階との2段階に分け
て行うことを特徴とする。請求項2の本発明は、請求項
1に記載の有限要素法による解析モデルから計算用数値
データを生成するデータ生成方法において、前記解析モ
デルの第1段階の分割処理において、一方向に並んだ複
数の前記粗分割要素について1列の粗分割要素列を設定
することにより、前記解析モデルを複数の前記粗分割要
素列により構成したことを特徴とする。請求項3の本発
明は、請求項2に記載の有限要素法による解析モデルか
ら計算用数値データを生成するデータ生成方法におい
て、前記複数の粗分割要素列毎に前記粗分割要素の並ぶ
方向に沿って、前記各節点に対する節点番号を粗分割列
用節点番号として設定することを特徴とする。In order to achieve the above object, a data generating method for generating numerical data for calculation from an analytical model by the finite element method according to the present invention is characterized in that a plurality of structural model analytical models are provided. Numerical data for calculation is obtained from an analysis model by the finite element method that analyzes the behavior of the entire structure by dividing the elements into elements and assigning node numbers to the nodes of each element, and adding the numerical values representing the physical quantities at each node number. In the data generation method for generating, the processing of dividing the analysis model into elements includes a first step of roughly dividing the analysis model into coarsely divided elements, and a step of further dividing the coarsely divided elements into subdivided elements. It is characterized in that it is performed in two stages, the second stage and the second stage. According to a second aspect of the present invention, in the data generation method for generating numerical data for calculation from the analytic model by the finite element method according to the first aspect, the analysis model is arranged in one direction in a first stage division processing. The analysis model is constituted by a plurality of the coarsely divided element sequences by setting one coarsely divided element sequence for the plurality of the coarsely divided elements. According to a third aspect of the present invention, there is provided a data generation method for generating numerical data for calculation from an analysis model based on the finite element method according to the second aspect, wherein in each of the plurality of coarsely divided element columns, Along with this, a node number for each of the nodes is set as a node number for a coarsely divided column.
【0008】請求項4の本発明は、請求項3に記載の有
限要素法による解析モデルから計算用数値データを生成
するデータ生成方法において、前記祖分割要素列の各列
を統合して前記解析モデルの全体形状に戻すと共に、前
記粗分割列用接点番号の順に基づき、前記解析モデル全
体の節点番号を統合した順の節点番号に設定し直すこと
を特徴とする。請求項5の本発明の有限要素法による解
析モデルから計算用数値データを生成するデータ生成装
置は、データやプログラム等の各種文字及び数値を入力
できる入力装置と、少なくとも構造体の有限要素法によ
る解析モデルを記憶すると共に該解析モデルにより構造
体の挙動を解析するプログラム及びデータを記憶する記
憶装置と、前記プログラム及び前記データを適用して前
記解析モデルから計算用数値データを計算により生成す
るプロセッサ等を備えた計算装置と、前記計算装置の計
算結果をディスプレイ装置、印刷装置、外部記憶装置、
または、通信装置等に出力することができる出力装置と
を備えた有限要素法による解析モデルから計算用数値デ
ータを生成するデータ生成装置であって、前記プログラ
ムには、請求項1〜3の何れか1項に記載された有限要
素法による解析モデルから計算用数値データを生成する
データ生成方法を実行するするための内容が記載され、
前記計算装置では、前記データ生成方法により前記解析
モデルから計算用数値データを生成することを特徴とす
る。上記のように、構造体の解析モデルを最初は粗く粗
分割要素に分割して、次に、その粗分割要素が一方向に
複数並んだものを1列と設定することにより、構造体の
解析モデルを複数の列から構成されるようにし、更に前
記粗分割要素を細分要素に再分割して、各細分要素の各
節点に前記列の並びに沿って節点番号を設定し、最後に
前記複数の列を統合して全体の解析モデルとすると共
に、各細分要素の各節点における節点番号について解析
モデル全体を通しての節点番号に付け替えることによ
り、有限要素法等の構造解析に必要となる計算量及びメ
モリ量を減らすことを可能にする。According to a fourth aspect of the present invention, there is provided a data generating method for generating numerical data for calculation from an analysis model by the finite element method according to the third aspect, wherein the analysis is performed by integrating the respective columns of the ancestor divided element columns. The method is characterized by returning to the overall shape of the model and resetting the node numbers of the entire analysis model to the integrated node numbers based on the order of the coarsely divided column contact numbers. A data generating apparatus for generating numerical data for calculation from an analysis model based on the finite element method according to the present invention includes an input device capable of inputting various characters and numerical values such as data and programs, and at least a finite element method for a structure. A storage device that stores an analysis model and stores a program and data for analyzing the behavior of the structure using the analysis model, and a processor that generates the numerical data for calculation from the analysis model by applying the program and the data A computing device having a display device, a printing device, an external storage device,
A data generating device for generating numerical data for calculation from an analytic model by a finite element method, comprising: an output device capable of outputting to a communication device or the like; Or a content for executing a data generation method for generating numerical data for calculation from an analysis model based on the finite element method described in item 1;
The calculation device generates numerical data for calculation from the analysis model by the data generation method. As described above, an analysis model of a structure is first divided roughly into coarsely divided elements, and then a plurality of the coarsely divided elements arranged in one direction is set as one row, thereby analyzing the structure. The model is made up of a plurality of columns, the coarsely divided elements are further subdivided into subdivided elements, and each node of each subdivided element is set with a node number along the row of the column. By integrating the columns into the entire analysis model, and by replacing the node numbers at each node of each subelement with the node numbers throughout the analysis model, the amount of computation and memory required for structural analysis such as the finite element method Allows you to reduce the amount.
【0009】[0009]
【発明の実施の形態】以下、本発明を図示した実施形態
に基づいて説明する。図1は、構造体の解析モデルの一
例を示す図である。図1に示すように、本解析モデル
は、五角形の形状を有する2次元の解析モデルS1とし
た。この解析モデルS1を4辺形の要素に分割する場合
について以下に説明する。図2に示すように、まず、解
析モデルS1を4辺形の粗分割要素RE1〜RE5に粗
く分割する。図3は、図2の粗分割要素の一方向の並び
に従って粗分割列を設定した場合を示す図である。粗分
割要素RE1と粗分割要素RE2は、図中左右の一方向
(1次元的配列方向)に並んでおり、粗分割要素RE1
と粗分割要素RE2により粗分割列1を設定する。同様
にして、粗分割要素RE3〜粗分割要素RE5は、図中
左右の一方向(1次元的配列方向)に並んでおり、粗分
割要素RE3〜粗分割要素RE5により粗分割列2を設
定する。図4は、図3の粗分割列1と粗分割列2の各粗
分割要素を解析に必要な細分要素に再分割した場合を示
す図である。図4の粗分割列1は、更に上下に2分割さ
れ、粗分割要素RE1と粗分割要素RE2も各々が左右
に2分割される。即ち、粗分割要素RE1と粗分割要素
RE2は、それぞれの粗分割要素が更に4分割され、分
割されたそれぞれの要素が細分要素となる。粗分割列1
が上下に2分割された下側の列の細分要素を左から順
に、FE1、FE2、FE3、FE4とする。また、そ
の上側の列の細分要素を左から順に、FE5、FE6、
FE7、FE8とする。節点番号は、細分要素FE1、
FE2、FE3、FE4の下側の節点番号について、左
から順に1、2、3、4、5と設定する。また、細分要
素FE1、FE2、FE3、FE4の上側、且つ、細分
要素FE5、FE6、FE7、FE8の下側の節点番号
について、左から順に6、7、8、9、10と設定す
る。更に、細分要素FE5、FE6、FE7、FE8の
上側の節点番号について、左から順に11、12、1
3、14、15と設定する。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described based on illustrated embodiments. FIG. 1 is a diagram illustrating an example of an analysis model of a structure. As shown in FIG. 1, this analysis model was a two-dimensional analysis model S1 having a pentagonal shape. The case where the analysis model S1 is divided into quadrilateral elements will be described below. As shown in FIG. 2, first, the analysis model S1 is roughly divided into quadrilateral coarse division elements RE1 to RE5. FIG. 3 is a diagram showing a case where a coarsely divided row is set in accordance with the arrangement of the coarsely divided elements in one direction in FIG. The coarse division element RE1 and the coarse division element RE2 are arranged in one direction on the left and right in the drawing (one-dimensional arrangement direction).
And coarsely divided element RE2 to set coarsely divided row 1. Similarly, the coarsely divided elements RE3 to RE5 are arranged in one direction on the left and right in the drawing (one-dimensional arrangement direction), and the coarsely divided row 2 is set by the coarsely divided elements RE3 to RE5. . FIG. 4 is a diagram showing a case where each of the coarsely divided elements in the coarsely divided row 1 and the coarsely divided row 2 in FIG. 3 is subdivided into subdivided elements required for analysis. The coarsely divided row 1 in FIG. 4 is further divided vertically into two, and each of the coarsely divided element RE1 and the coarsely divided element RE2 is also horizontally divided into two. That is, each of the coarsely divided element RE1 and the coarsely divided element RE2 is further divided into four, and each of the divided elements becomes a subdivided element. Coarse division row 1
Are FE1, FE2, FE3, and FE4 in order from the left, with the subdivision elements of the lower row divided into two vertically. In addition, the subdivision elements in the upper row are FE5, FE6,
FE7 and FE8. The node number is a subdivision element FE1,
The node numbers on the lower side of FE2, FE3, and FE4 are set to 1, 2, 3, 4, and 5 in order from the left. Node numbers above the subdivision elements FE1, FE2, FE3, and FE4 and below subdivision elements FE5, FE6, FE7, and FE8 are set to 6, 7, 8, 9, and 10 from the left. Further, regarding the upper node numbers of the subdivision elements FE5, FE6, FE7, and FE8, 11, 12, 1
3, 14, and 15 are set.
【0010】図4の粗分割列2は、単純に上下に2分割
できないので、まず、粗分割要素RE3とRE4につい
て上下に2分割する。更に、粗分割要素RE4とRE5
について上下に2分割する。すると粗分割要素RE4は
4分割されることになる。粗分割要素RE3とRE5に
ついては、粗分割要素RE1、RE2と同様に左右に2
分割する。このように分割することにより、粗分割列2
の全ての粗分割要素RE3〜REが4分割され、分割さ
れたそれぞれの要素が細分要素となる。粗分割列2が上
下に2分割された下側の列の細分要素を左から順に、F
E9、FE10、FE11、FE12、FE13とす
る。また、その上側の列の細分要素を左から順に、FE
14、FE15、FE16、FE17、FE18、FE
19、FE20とする。節点番号は、細分要素FE9、
FE10、FE11、FE12、FE13の下側の節点
番号について、左から順に1、2、3、4、5と設定す
る。また、細分要素FE9、FE10、FE11、FE
12、FE13の上側、且つ、細分要素FE14、FE
15、FE16、FE17、FE18、FE19、FE
20の下側の節点番号について、左から順に6、7、
8、9、10、11、12と設定する。更に、細分要素
FE14、FE15、FE16、FE17、FE18、
FE19、FE20の上側の節点番号について、左から
順に13、14、15、16、17、18、19、2
0、21と設定する。図5は、図4の粗分割列を統合
し、節点番号を解析モデル全体に対して設定し直した
(付け替えた)ことを示す図である。図5においては、
粗分割列1と粗分割列2は統合されて解析モデルS1を
構成している。細分要素FE1〜FE20の構成は、粗
分割列1と粗分割列2が接合されている以外は図4の構
成と同様であるが、図4の粗分割列2における節点番号
は設定し直される。図4の粗分割列2の節点番号1〜5
については、粗分割列1との統合により粗分割列1の節
点番号11〜15と1対1に接合することから、節点番
号11〜15を生かして節点番号1〜5は消滅する。図
4の粗分割列2の節点番号6〜12については、粗分割
列1との統合により粗分割列1の節点番号11〜15の
次の節点番号になることから、節点番号6〜12は節点
番号16〜22と再設定される。図4の粗分割列2の節
点番号13〜21については、粗分割列1との統合によ
り粗分割列2の節点番号16〜22の次の節点番号にな
ることから、節点番号13〜21は節点番号23〜31
と再設定される。Since the coarsely divided row 2 in FIG. 4 cannot be simply divided into upper and lower parts, first, the coarsely divided elements RE3 and RE4 are divided into two parts. Further, the coarse division elements RE4 and RE5
Is divided into upper and lower parts. Then, the coarse division element RE4 is divided into four parts. The coarsely divided elements RE3 and RE5 have two left and right sides similarly to the coarsely divided elements RE1 and RE2.
To divide. By dividing in this manner, the coarsely divided row 2
Are divided into four, and each of the divided elements becomes a subdivided element. The subdivided elements of the lower row where the coarsely divided row 2 is vertically divided into two are sequentially assigned from left to
E9, FE10, FE11, FE12, and FE13. Further, the subdivision elements in the upper row are FE
14, FE15, FE16, FE17, FE18, FE
19 and FE20. The node number is a subdivision element FE9,
Node numbers on the lower side of FE10, FE11, FE12, and FE13 are set to 1, 2, 3, 4, and 5 in order from the left. Further, the subdivision elements FE9, FE10, FE11, FE
12, above FE13 and subdivided elements FE14, FE
15, FE16, FE17, FE18, FE19, FE
For the lower node numbers of 20, 20, 7, from the left,
8, 9, 10, 11, and 12 are set. Further, the subdivision elements FE14, FE15, FE16, FE17, FE18,
Regarding the node numbers on the upper side of FE19 and FE20, 13, 14, 15, 16, 17, 18, 19, 2
0 and 21 are set. FIG. 5 is a diagram showing that the coarsely divided columns of FIG. 4 are integrated and the node numbers are reset (replaced) for the entire analysis model. In FIG.
The coarsely divided row 1 and the coarsely divided row 2 are integrated to form an analysis model S1. The configuration of the subdivided elements FE1 to FE20 is the same as the configuration of FIG. 4 except that the coarsely divided row 1 and the coarsely divided row 2 are joined, but the node numbers in the coarsely divided row 2 of FIG. 4 are reset. . Node numbers 1 to 5 of coarsely divided row 2 in FIG.
With regard to, since the node numbers 11 to 15 of the coarsely divided row 1 are joined one-to-one by integration with the coarsely divided row 1, the node numbers 1 to 5 disappear using the node numbers 11 to 15. The node numbers 6 to 12 of the coarsely divided row 2 in FIG. 4 become the next node numbers of the node numbers 11 to 15 of the coarsely divided row 1 by integration with the coarsely divided row 1, so that the node numbers 6 to 12 Node numbers 16 to 22 are reset. The node numbers 13 to 21 of the coarsely divided row 2 in FIG. 4 become the next node numbers of the node numbers 16 to 22 of the coarsely divided row 2 by integration with the coarsely divided row 1, so that the node numbers 13 to 21 are Node numbers 23 to 31
Is reset.
【0011】図6は、本発明の有限要素法による解析モ
デルから計算用数値データを生成するデータ生成装置の
一実施形態を示すブロック図である。本発明の有限要素
法による解析モデルから計算用数値データを生成するデ
ータ生成装置1中には、キーボードやデジタイザ等の入
力装置2、複数のプロセッサからなる計算装置3、有限
要素法による解析モデルから計算用数値データを生成す
るデータ生成方法等のプログラムや各種設定値又は各種
データ等を記憶する記憶装置4、計算装置3による計算
結果等を出力する出力装置5により構成される。まず、
計算装置1の操作者は、有限要素法による解析モデルか
ら計算用数値データを生成するデータ生成方法等のプロ
グラムを予め入力装置2により入力して記憶装置4に記
憶させておく。次に、計算装置1の操作者は、各種設定
値やデータ等を入力装置2により入力する。計算装置3
は、入力された各種設定値により、有限要素法による解
析モデルから計算用数値データを生成するデータ生成方
法のプログラムを記憶装置4から読み出して入力された
各種設定値やデータに基づいた計算を行う。計算結果
は、計算装置1の出力装置5から出力される。計算装置
1から出力された計算結果には、ディスプレイ装置、印
刷装置等により操作者に認知されるか、外部記憶装置に
記憶されるか、通信装置によりネットワークに出力され
る等の処理が行われる。上記のように、構造体の解析を
計算装置により行う際に、本発明の有限要素法による解
析モデルから計算用数値データを生成するデータ生成方
法を用いてデータを生成することができるので、計算量
と計算に必要なメモリ量を削減することができる。尚、
本実施形態では、粗分割列について、粗分割要素が左右
(図における横方向)に並んだ列の場合を示したが、本
発明はこれに限るものではなく、粗分割列が一次元上に
並んでいればよく、上下(図における縦方向)に並んだ
列である場合や、斜めに並んだ列である場合にも適用す
ることができ、その配列が厳密に直線である必要はな
い。FIG. 6 is a block diagram showing an embodiment of a data generating apparatus for generating numerical data for calculation from an analysis model according to the finite element method of the present invention. The data generation device 1 for generating numerical data for calculation from the analysis model by the finite element method of the present invention includes an input device 2 such as a keyboard and a digitizer, a calculation device 3 including a plurality of processors, and an analysis model by the finite element method. It comprises a storage device 4 for storing programs such as a data generation method for generating numerical data for calculation, various setting values, various data, and the like, and an output device 5 for outputting calculation results and the like by the calculation device 3. First,
The operator of the calculation device 1 inputs a program such as a data generation method for generating numerical data for calculation from an analysis model by the finite element method from the input device 2 and stores the program in the storage device 4 in advance. Next, the operator of the computing device 1 inputs various setting values, data, and the like using the input device 2. Computing device 3
Reads a program of a data generation method for generating numerical data for calculation from an analysis model based on the finite element method from the input various set values from the storage device 4 and performs calculations based on the input various set values and data. . The calculation result is output from the output device 5 of the calculation device 1. The calculation result output from the calculation device 1 is subjected to processing such as recognition by an operator by a display device, a printing device, or the like, storage in an external storage device, or output to a network by a communication device. . As described above, when a structure is analyzed by a computing device, data can be generated using a data generation method for generating numerical data for calculation from an analysis model by the finite element method of the present invention. The amount and the amount of memory required for calculations can be reduced. still,
In the present embodiment, a case where the coarsely divided elements are arranged in the left and right direction (horizontal direction in the drawing) is shown, but the present invention is not limited to this. It is sufficient that they are arranged in a line, and the present invention can be applied to a case where the lines are arranged vertically (in the vertical direction in the figure) or a line which is arranged diagonally, and the arrangement does not need to be strictly straight.
【0012】[0012]
【発明の効果】上記のように本発明では、構造体の解析
モデルを最初は粗く粗分割要素に分割して、次に、その
粗分割要素が一方向に複数並んだものを1列と設定する
ことにより、構造体の解析モデルを複数の列に設定し、
更に前記粗分割要素を細分要素に再分割して、各細分要
素の各節点に前記列の並びに従って節点番号を設定し、
最後に前記複数の列を統合して全体の解析モデルとする
と共に、各細分要素の各節点における節点番号について
解析モデル全体を通しての節点番号に付け替えることか
ら、有限要素法等の構造解析に必要となる細かい要素分
割を行いながら、各要素における節点番号の差を比較的
小さくすることができる。従って、有限要素法を用いた
解析モデルの解析の計算時の計算量及び必要メモリ量を
減らすことができる。As described above, according to the present invention, an analysis model of a structure is first divided roughly into coarsely divided elements, and then a plurality of coarsely divided elements arranged in one direction is set as one row. By doing, the analysis model of the structure is set in multiple columns,
Further, the coarsely divided element is subdivided into subdivided elements, and a node number is set for each node of each subdivided element according to the arrangement of the column,
Finally, the plurality of columns are integrated to form the entire analysis model, and the node numbers at each node of each subelement are replaced with the node numbers throughout the analysis model, which is necessary for structural analysis such as the finite element method. It is possible to make the difference between the node numbers in each element relatively small while performing fine element division. Therefore, it is possible to reduce the amount of calculation and the required memory when calculating the analysis of the analysis model using the finite element method.
【図1】複雑な形状の構造体の解析モデルの一例を示す
図である。FIG. 1 is a diagram illustrating an example of an analysis model of a structure having a complicated shape.
【図2】図1の解析モデルを粗く4辺形要素に分割した
場合を示す図である。FIG. 2 is a diagram showing a case where the analysis model of FIG. 1 is roughly divided into quadrilateral elements.
【図3】図2の粗分割要素の一方向の並びに従って粗分
割列を設定した場合を示す図である。FIG. 3 is a diagram illustrating a case where a coarsely divided row is set in accordance with the arrangement of the coarsely divided elements in one direction in FIG. 2;
【図4】図3の粗分割列1と粗分割列2の各粗分割要素
を細分要素に再分割した場合を示す図である。FIG. 4 is a diagram showing a case where each of the coarsely divided elements in the coarsely divided row 1 and the coarsely divided row 2 in FIG. 3 is subdivided into subdivided elements;
【図5】図4の粗分割列を統合し、節点番号を解析モデ
ル全体に対して設定し直した(付け替えた)ことを示す
図である。5 is a diagram showing that the coarsely divided columns of FIG. 4 are integrated and the node numbers are reset (replaced) for the entire analysis model.
【図6】本発明の有限要素法による解析モデルから計算
用数値データを生成するデータ生成装置の一実施形態を
示すブロック図である。FIG. 6 is a block diagram showing one embodiment of a data generation device for generating numerical data for calculation from an analysis model by the finite element method of the present invention.
【図7】一般的に有限要素法により生成される行列を示
す図である。FIG. 7 is a diagram showing a matrix generally generated by the finite element method.
【図8】(a),(b),(c)は図7の行列の具体例
を示す図である。8A, 8B, and 8C are diagrams showing specific examples of the matrix shown in FIG. 7;
【図9】(a),(b),(c)は図8の解析モデルの
節点番号を付け替えることにより、半バンド幅を減らす
ことができることの具体例を示した図である。FIGS. 9A, 9B, and 9C are diagrams showing specific examples in which the half bandwidth can be reduced by changing the node numbers of the analysis model in FIG. 8;
1・・・計算装置、2・・・入力装置、3・・・演算装
置、4・・・記憶装置、5・・・出力装置DESCRIPTION OF SYMBOLS 1 ... Calculation device, 2 ... Input device, 3 ... Operation device, 4 ... Storage device, 5 ... Output device
───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B046 DA02 JA08 5B056 BB04 ──────────────────────────────────────────────────続 き Continued on the front page F-term (reference) 5B046 DA02 JA08 5B056 BB04
Claims (5)
すると共に各要素毎の節点に節点番号を与え、各節点番
号における物理量を表す数値を足し合わせることにより
構造体全体の挙動を解析する有限要素法による解析モデ
ルから計算用数値データを生成するデータ生成方法であ
って、 前記解析モデルを要素に分割する処理は、前記解析モデ
ルを粗く分割して粗分割要素とする第1段階と、前記粗
分割要素を更に再分割して細分要素とする第2段階との
2段階に分けて行うことを特徴とする有限要素法による
解析モデルから計算用数値データを生成するデータ生成
方法。1. An analysis model of a structure is divided into a plurality of elements, a node number is assigned to each node, and a numerical value representing a physical quantity at each node number is added to analyze the behavior of the entire structure. A data generation method for generating numerical data for calculation from an analysis model by a finite element method, wherein the processing of dividing the analysis model into elements is a first step of roughly dividing the analysis model into coarsely divided elements; A data generation method for generating numerical data for calculation from an analysis model by a finite element method, wherein the coarse division element is further subdivided into two sub-steps of subdividing into sub-elements.
おいて、一方向に並んだ複数の前記粗分割要素について
1列の粗分割要素列を設定することにより、前記解析モ
デルを複数の前記粗分割要素列により構成したことを特
徴とする請求項1に記載の有限要素法による解析モデル
から計算用数値データを生成するデータ生成方法。2. A method according to claim 1, wherein in the first stage of the analysis model division processing, one coarse division element row is set for the plurality of coarse division elements arranged in one direction, so that the analysis model is divided into the plurality of coarse division elements. 2. The data generation method for generating numerical data for calculation from an analysis model based on the finite element method according to claim 1, wherein the data generation method includes a series of divided elements.
要素の並ぶ方向に沿って、前記各節点に対する節点番号
を粗分割列用節点番号として設定することを特徴とする
請求項2に記載の有限要素法による解析モデルから計算
用数値データを生成するデータ生成方法。3. The method according to claim 2, wherein a node number for each of the nodes is set as a node number for a coarsely divided column along a direction in which the coarsely divided elements are arranged for each of the plurality of coarsely divided element columns. A data generation method for generating numerical data for calculation from an analytical model based on the finite element method described.
解析モデルの全体形状に戻すと共に、前記粗分割列用接
点番号の順に基づき、前記解析モデル全体の節点番号を
統合した順の節点番号に設定し直すことを特徴とする請
求項3に記載の有限要素法による解析モデルから計算用
数値データを生成するデータ生成方法。4. The method according to claim 1, further comprising: integrating the respective columns of the ancestral division element sequence to return to the overall shape of the analysis model; 4. The data generation method according to claim 3, wherein the node number is reset to a node number.
値を入力できる入力装置と、少なくとも構造体の有限要
素法による解析モデルを記憶すると共に該解析モデルに
より構造体の挙動を解析するプログラム及びデータを記
憶する記憶装置と、前記プログラム及び前記データを適
用して前記解析モデルから計算用数値データを計算によ
り生成するプロセッサ等を備えた計算装置と、前記計算
装置の計算結果をディスプレイ装置、印刷装置、外部記
憶装置、または、通信装置等に出力することができる出
力装置とを備えた有限要素法による解析モデルから計算
用数値データを生成するデータ生成装置であって、 前記プログラムには、請求項1〜3の何れか1項に記載
された有限要素法による解析モデルから計算用数値デー
タを生成するデータ生成方法を実行するするための内容
が記載され、前記計算装置では、前記データ生成方法に
より前記解析モデルから計算用数値データを生成するこ
とを特徴とする有限要素法による解析モデルから計算用
数値データを生成するデータ生成装置。5. An input device capable of inputting various characters and numerical values such as data and programs, a program and data for storing at least an analysis model of a structure by a finite element method and analyzing behavior of the structure by the analysis model. A storage device for storing, a computing device including a processor or the like that generates the numerical data for calculation from the analysis model by applying the program and the data, a display device, a printing device, A data generation device for generating numerical data for calculation from an analysis model by a finite element method, the data generation device including an external storage device or an output device capable of outputting to a communication device or the like, wherein the program includes: Data generation for generating numerical data for calculation from the analytic model by the finite element method described in any one of the above items 3 to 3 Contents for executing the method are described, and in the computing device, the numerical data for calculation is obtained from the analysis model by the finite element method, wherein the numerical data for calculation is generated from the analysis model by the data generation method. The data generation device to generate.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP11200860A JP2001027994A (en) | 1999-07-14 | 1999-07-14 | Method and device for generating numeric data for calculation from analytic model by finite element method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP11200860A JP2001027994A (en) | 1999-07-14 | 1999-07-14 | Method and device for generating numeric data for calculation from analytic model by finite element method |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2001027994A true JP2001027994A (en) | 2001-01-30 |
Family
ID=16431435
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP11200860A Pending JP2001027994A (en) | 1999-07-14 | 1999-07-14 | Method and device for generating numeric data for calculation from analytic model by finite element method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2001027994A (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005149533A (en) * | 2005-02-15 | 2005-06-09 | Foundation For The Promotion Of Industrial Science | Rolling analysis system and program |
WO2005066852A1 (en) * | 2003-12-26 | 2005-07-21 | Toyota Jidosya Kabushiki Kaisya | Method for approximating and displaying three-dimensional cad data, and system for executing that method |
US7773814B2 (en) | 2005-06-29 | 2010-08-10 | Fujitsu Limited | Multi-scale analysis device |
CN106021657A (en) * | 2016-05-09 | 2016-10-12 | 中国电力科学研究院 | A power transmission tower node numbering method and device |
-
1999
- 1999-07-14 JP JP11200860A patent/JP2001027994A/en active Pending
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2005066852A1 (en) * | 2003-12-26 | 2005-07-21 | Toyota Jidosya Kabushiki Kaisya | Method for approximating and displaying three-dimensional cad data, and system for executing that method |
EP1705589A1 (en) * | 2003-12-26 | 2006-09-27 | Lattice Technology, Inc. | Method for approximating and displaying three-dimensional cad data, and system for executing that method |
US7295202B2 (en) | 2003-12-26 | 2007-11-13 | Toyota Jidosha Kabushiki Kaisha | System for approximating and displaying three dimensional CAD data, and system for executing method thereof |
EP1705589A4 (en) * | 2003-12-26 | 2008-03-26 | Lattice Technology Inc | Method for approximating and displaying three-dimensional cad data, and system for executing that method |
JP2005149533A (en) * | 2005-02-15 | 2005-06-09 | Foundation For The Promotion Of Industrial Science | Rolling analysis system and program |
JP4665182B2 (en) * | 2005-02-15 | 2011-04-06 | 財団法人生産技術研究奨励会 | Rolling analysis system and program |
US7773814B2 (en) | 2005-06-29 | 2010-08-10 | Fujitsu Limited | Multi-scale analysis device |
CN106021657A (en) * | 2016-05-09 | 2016-10-12 | 中国电力科学研究院 | A power transmission tower node numbering method and device |
CN106021657B (en) * | 2016-05-09 | 2020-11-17 | 中国电力科学研究院 | Power transmission tower node numbering method and device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7251645B2 (en) | Solution-seeking system, solution-seeking method and solution-seeking program | |
EP4095719A1 (en) | Sparse matrix multiplication in hardware | |
US6999908B2 (en) | Hexahedral finite element modeling method for controlling element size and storage medium therefor | |
CN115167813A (en) | Large sparse matrix accelerated solving method, system and storage medium | |
JP2001027994A (en) | Method and device for generating numeric data for calculation from analytic model by finite element method | |
US20220253507A1 (en) | Information processing apparatus | |
JPH10222691A (en) | Graphic displaying method, graphic displaying device and medium recording graphic display processing program | |
CN113239591A (en) | DCU cluster-oriented large-scale finite element grid parallel partitioning method and device | |
Liang et al. | An object-oriented approach to device simulation-FLOODS | |
JP2002041582A (en) | Data generating method by finite element method | |
US7412359B2 (en) | Mutual immittance calculation program, mutual immittance calculation apparatus and method, and electromagnetic-field strength calculation program | |
JP7456919B2 (en) | Structural frame data conversion device | |
JP3166847B2 (en) | Recording medium and device recording wiring accommodation evaluation program in printed circuit board design | |
JPS61138335A (en) | Arithmetic circuit of storage element | |
Bein et al. | Three-dimensional embedding of binary trees | |
JPH05158911A (en) | Method for generating grain simulation program | |
JPH0927048A (en) | Method and device for mesh generation | |
JP3026807B1 (en) | Mesh replacement method and process device integration simulation system | |
JP2023183182A (en) | Calculation program, calculation method, and information processing apparatus | |
JP2006018393A (en) | Boundary element analysis method and boundary element analysis program | |
JP5040735B2 (en) | Power supply voltage fluctuation analysis system and power supply voltage fluctuation analysis program | |
JPH07160675A (en) | Matrix operation method | |
JPH08147127A (en) | Method and device for displaying spread sheet | |
CN117828916A (en) | Advanced geological forecasting method and system adapting to complex terrain by induced polarization method | |
CN113117344A (en) | Voxel building generation method and device, electronic equipment and storage medium |