parallel#

class ansys.fluent.core.generated.solver.tui_261.main_menu.define.models.dpm.parallel(service, version, mode, path)#

Bases: TUIMenu

Enter the parallel menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

enable_workpile(service, version, mode, path)

Enable/disable the particle workpile algorithm.

expert(service, version, mode, path)

Enter the menu to set expert DPM parallel options.

fix_source_term_accumulation_order(service, ...)

No help available.

hybrid_2domain(service, version, mode, path)

No help available.

hybrid_collision_model(service, version, ...)

An EXPERIMENTAL feature to allow 'hybrid' DPM parallel tracking with the collision / coalescence model.

hybrid_collision_unidirectional(service, ...)

A faster, yet potentially somewhat less accurate, modification to the beta feature that allows 'hybrid' DPM parallel tracking with the collision / coalescence model.

hybrid_collision_variant(service, version, ...)

Further reduce the residual risk of dead-locks in the experimental feature that allows 'hybrid' DPM parallel tracking with the collision / coalescence model.

hybrid_workpile(service, version, mode, path)

Optimize multi-thread load balancing within each partition in hybrid-parallel DPM tracking.

n_threads(service, version, mode, path)

Set the number of processors to use for DPM.

report(service, version, mode, path)

Print particle workpile statistics.

use_hybrid(service, version, mode, path)

Set DPM parallel-mode to hybrid.

use_message_passing(service, version, mode, path)

Set DPM parallel-mode to message passing.

use_shared_memory(service, version, mode, path)

Set DPM parallel-mode to shared memory.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Enable/disable the particle workpile algorithm.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

An EXPERIMENTAL feature to allow ‘hybrid’ DPM parallel tracking with the collision / coalescence model.

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

Bases: TUIMethod

A faster, yet potentially somewhat less accurate, modification to the beta feature that allows ‘hybrid’ DPM parallel tracking with the collision / coalescence model.

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

Bases: TUIMethod

Further reduce the residual risk of dead-locks in the experimental feature that allows ‘hybrid’ DPM parallel tracking with the collision / coalescence model.

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

Bases: TUIMethod

Optimize multi-thread load balancing within each partition in hybrid-parallel DPM tracking.

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

Bases: TUIMethod

Set the number of processors to use for DPM.

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

Bases: TUIMethod

Print particle workpile statistics.

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

Bases: TUIMethod

Set DPM parallel-mode to hybrid.

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

Bases: TUIMethod

Set DPM parallel-mode to message passing.

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

Bases: TUIMethod

Set DPM parallel-mode to shared memory.