ASL Advanced Science Laboratory, Inc.
Advanced Science Laboratory, Inc. (株)アドバンスト・サイエンス・ラボラトリー

MetaMesh File Format


MetaMesh is unique among conformal mesh generators - the organization of hexahedron elements follows a strict logical relationship. Nodes are referenced with the indices [I,J,K] where I (the index along the x axis extends from 0 to IMax, J (y axis) from 0 to JMax, and K (z axis) from 0 to KMax. The number of elements is approximately equal to the number of nodes. A single element (in the direction of positive x, y and z) is associated with each node for storage.

MetaMesh assigns integer Region Numbers to nodes and elements to associate them with structures in the solution space. For example, in an electrostatic solution all nodes and elements that constitute an electrode would share the same Region Number. Physical properties are associated with Region Numbers only in subsequent solution programs. Therefore, the operation of MetaMesh is independent of the nature of the physical solution, and the program can be applied to any type of finite-element calculation (electrostatics, magnetostatics, electromagnetics, mechanics, thermal transport,...).

The format of the MetaMesh output file is simple and compact, making it easy to transfer information to other programs. The following code extract comprises the entire output algorithm:

  WRITE (OutMDF) IMax,JMax,KMax
  DO K=0,KMax
   DO J=0,JMax
     DO I=0,IMax
      WRITE (OutMDF) &
        M(I,J,K).x,M(I,J,K),y,M(I,J,K).z, &
        RegNo(I,J,K),RegUp(I,J,K)
     END DO
   END DO
  END DO

The recorded quantities in each data line are:

  1. The spatial coordinates of the node (x,y,z)
  2. The Region Number of the node (RegNo)
  3. The Region Number of the associated upper element (RegUp)



 




 
ソフトウェア Top Page
カタログ・価格表
ソフト選択のガイド
3D電磁界・熱解析
AMazeシリーズ
2D電磁界・熱解析
TriCompシリーズ
放射線輸送解析
GamBet
導入実績
関連書籍購入・ダウンロード
お問い合わせ
よくある質問(FAQ)
ASL Top Page
▼ サービス
・計算サービス
・技術翻訳
研究開発
会社概要
サイトマップ
採用情報

サイト内検索

Powered by Google

このサイトの全ページへのリンクはご自由にどうぞ。
Copyright © 2003 Advanced Science Laboratory, Inc. All rights reserved.
[Contuct Us]