Partition Methods

The mesh is partitioned using a bisection or METIS algorithm. The selected algorithm is applied to the parent region, and then recursively applied to the subregions. For example, to divide the mesh into four partitions with a bisection method, the solver will bisect the entire (parent) region into two child regions, and then repeat the bisection for each of the child regions, yielding four partitions in total. To divide the mesh into three partitions with a bisection method, the solver will "bisect" the parent region to create two partitions—one approximately twice as large as the other—and then bisect the larger child region again to create three partitions in total. METIS uses graph partitioning techniques that generally provide more optimal partitions than the geometric methods.

The mesh can be partitioned using one of the two algorithms listed below. The most efficient choice is problem-dependent, so you can try either method to find the one that is best for your problem. See Ansys Fluent user documentation for more information.

Related Topics:

The Icepak Solve Setup Dialog