物理モデルによる自動メッシュ分割(<小特集>自然界に学ぶアルゴリズム)
スポンサーリンク
概要
- 論文の詳細を見る
Automated mesh generation is a significant problem in many computer applications such as engineering analysis, computer graphics and layered manufacturing. Although various algorithms have been proposed thus far, their functionality and coverage are limited, in most cases being application-specific. This paper provides a summary of those algorithms by classifying them and pointing out unsolved problems. In reviewing them, it is clear that none sufficiently address the major problem of node placement, that is to say the locating of nodes such that they maintain a specified distance between nodes and create a mesh with minimal distortion. This paper introduces a new, physically-based approach to this problem. The method was inspired by the pattern of soap bubbles floating in liquid which gives topology and geometry similar to ideal meshes. Each mesh node is modeled as a bubble with a point mass and viscous damping. The force field exerts repelling/attracting forces between bubbles much like intermolecular van del Waals forces. The equilibrium bubble configuration is obtained by solving numerically the governing equation of motion to yield the static force balance. After the bubble locations are decided, their center points are connected by Delaunay triangulation to give a complete mesh topology.
- 1993-03-15
著者
関連論文
- グラフィックスによる対象レベルのロボット作業教示
- バブル・メッシュ法を用いたラジオシティ法のための適応的メッシュ生成
- ラジオシティ法のための輝度不連続線およびメッシュの生成に関する効率的な一手法
- バブル・メッシュ分割法のための要素サイズの制御方法
- 四角メッシュの適応的再分割に関する一手法とラジオシティ法への応用
- 三角形メッシュから四角形メッシュへの自動変換方法
- 球の最密充填とDelaunay網による曲面の自動三角形メッシュ分割
- バブル・メッシュ分割法のための要素サイズの制御方法
- 物理モデルによる自動メッシュ分割(自然界に学ぶアルゴリズム)
- 非等方性メッシュの自動生成方法
- バブル・メッシュ法による非多様体形状の自動要素分割
- ジオメトリックシミュレーションにおける衝突検出アルゴリズム