【Ansys Mechanical】網格劃分方式介紹(上)

模擬分析時,需要將模型進行網格劃分,此步驟與分析的項目、結果的準確度、求解速度等有很大的關係。所以劃分網格是能不能產出好結果的一大關鍵。此篇文章將會根據Ansys meshing網格劃分的方式,做一個整體的介紹,網格劃分方式大致分為 Automatic Method ControlTetrahedrons Method ControlHex Dominant MethodSweep Method ControlMultiZone Method ControlCartesian Method ControlLayered Tetrahedrons Method這七種。


 

Automatic Method Control

  • 預設情況下,程式會使用Automatic Method Control,會嘗試對實體模型使用Sweep進行網格劃分。

  • 如果無法Sweep,則使用Patch Conforming Tetrahedron對實體進行網格劃分。


Tetrahedrons Method Control-Patch Conforming Algorithm

  • 依照表面特徵增長出內部四面體網格。

  • Growth Rate-網格根據指定的增長因子進行尺寸變化,用於特徵差異較大的情況下

  • Mesh Defeaturing-去除一定尺寸以下的特徵,避免尺寸過小的網格生成

  • CFD Meshing會於四面體與六面體之間建立金字塔網格,也支援邊界層網格劃分


Tetrahedrons Method Control-Patch Independent Algorithm

  • 該算法會先鋪設完整四面體,並在表面交界處進行細化,再將幾何外部網格去除,從而加快計算速度。

  • 在每次細化步驟中,四面體的邊長會除以二。


Hex Dominant Method Control

  • Hex Dominant Method會創建一個全六面體網格,在無法掃掠的實體使用此選項。

  • 不適合劃分薄而複雜的物體。