parallel#

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

Bases: TUIMenu

Enter the parallel menu.

Classes:

agglomerate(service, version, mode, path)

Recombines distributed mesh data into a single partition on compute node 0.

auto_partition(service, version, mode, path)

Automatically partitions face-zones for parallel meshing.

print_partition_info(service, version, mode, ...)

Displays computed partition data to the console.

spawn_solver_processes(service, version, ...)

Specifies the number of solver processes.

thread_number_control(service, version, ...)

Controls the maximum number of threads on each machine.

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

Bases: TUIMethod

Recombines distributed mesh data into a single partition on compute node 0.

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

Bases: TUIMethod

Automatically partitions face-zones for parallel meshing.

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

Bases: TUIMethod

Displays computed partition data to the console.

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

Bases: TUIMethod

Specifies the number of solver processes. Additional processes will be spawned as necessary when switching to solution mode in Linux with the default MPI. You will also be prompted for (Linux and mixed Windows/Linux) interconnect type, machine list or host file, and (Linux and mixed Windows/Linux) option to be used.

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

Bases: TUIMethod

Controls the maximum number of threads on each machine.