partition#

class ansys.fluent.core.solver.tui_241.main_menu.parallel.partition(service, version, mode, path)#

Bases: TUIMenu

Enters the partition domain menu.

Classes:

automatic(service, version, mode, path)

.

combine_partition(service, version, mode, path)

Merges every N partitions.

merge_clusters(service, version, mode, path)

Calls the optimizer that attempts to decrease the number of interfaces by eliminating orphan cell clusters.

method(service, version, mode, path)

Sets the partition method.

print_active_partitions(service, version, ...)

Prints active partition information (parallel solver).

print_partitions(service, version, mode, path)

.

print_stored_partitions(service, version, ...)

Prints stored partition information (parallel solver).

reorder_partitions(service, version, mode, path)

Reorders partitions.

reorder_partitions_to_architecture(service, ...)

Reorders partitions to architecture.

set(service, version, mode, path)

Enters the set partition parameters menu.

smooth_partition(service, version, mode, path)

Calls the optimizer that attempts to minimize the number of interfaces by modifying the partition boundaries to reduce surface area.

use_stored_partitions(service, version, ...)

Uses this partitioning.

class combine_partition(service, version, mode, path)#

Bases: TUIMethod

Merges every N partitions.

class merge_clusters(service, version, mode, path)#

Bases: TUIMethod

Calls the optimizer that attempts to decrease the number of interfaces by eliminating orphan cell clusters. (An orphan cluster is a group of connected cells such that each member has at least one face that is part of an interface boundary.).

class method(service, version, mode, path)#

Bases: TUIMethod

Sets the partition method.

class print_active_partitions(service, version, mode, path)#

Bases: TUIMethod

Prints active partition information (parallel solver).

class print_partitions(service, version, mode, path)#

Bases: TUIMethod

.

class print_stored_partitions(service, version, mode, path)#

Bases: TUIMethod

Prints stored partition information (parallel solver).

class reorder_partitions(service, version, mode, path)#

Bases: TUIMethod

Reorders partitions.

class reorder_partitions_to_architecture(service, version, mode, path)#

Bases: TUIMethod

Reorders partitions to architecture.

class smooth_partition(service, version, mode, path)#

Bases: TUIMethod

Calls the optimizer that attempts to minimize the number of interfaces by modifying the partition boundaries to reduce surface area.

class use_stored_partitions(service, version, mode, path)#

Bases: TUIMethod

Uses this partitioning.