set#

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

Bases: TUIMenu

Enters the set partition parameters menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

across_zone_boundaries(service, version, ...)

across_zones(service, version, mode, path)

Allows partitions to cross zone boundaries (the default).

all_off(service, version, mode, path)

Disables all optimizations.

all_on(service, version, mode, path)

Enables all optimizations.

cell_function(service, version, mode, path)

Sets cell function.

dpm_load_balancing(service, version, mode, path)

Enables / disables dynamic load balancing for discrete phase model cases that use a second domain for DPM particle tracking (that is, cases for which you have enabled the define/models/dpm/parallel/hybrid-2domain? text command).

face_area_as_weights(service, version, mode, ...)

Uses face area as connection weights.

fluid_solid_rebalance_after_read_case(...)

isat_weight(service, version, mode, path)

Sets ISAT weight.

laplace_smoothing(service, version, mode, path)

layering(service, version, mode, path)

load_distribution(service, version, mode, path)

Sets the number of cells desired for each partition.

merge(service, version, mode, path)

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

model_weighted_partition(service, version, ...)

Enables / disables model-weighted partitioning.

nfaces_as_weights(service, version, mode, path)

Uses number of faces as weights.

origin(service, version, mode, path)

Sets the , , and coordinate of the origin used by those partitioning functions that require a radial distance.

particle_weight(service, version, mode, path)

Sets DPM particle weight.

partition_origin_vector(service, version, ...)

pre_test(service, version, mode, path)

Enables the operation that determines the best coordinate-splitting direction.

print_verbosity(service, version, mode, path)

smooth(service, version, mode, path)

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

solid_thread_weight(service, version, mode, path)

Uses solid thread weights.

stretched_mesh_enhancement(service, version, ...)

vof_free_surface_weight(service, version, ...)

Sets VOF free surface weight.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Allows partitions to cross zone boundaries (the default). If turned off, it will restrict partitioning to within each cell zone. This is recommended only when cells in different zones require significantly different amounts of computation during the solution phase; for example, if the domain contains both solid and fluid zones.

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

Bases: TUIMethod

Disables all optimizations.

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

Bases: TUIMethod

Enables all optimizations.

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

Bases: TUIMethod

Sets cell function.

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

Bases: TUIMethod

Enables / disables dynamic load balancing for discrete phase model cases that use a second domain for DPM particle tracking (that is, cases for which you have enabled the define/models/dpm/parallel/hybrid-2domain? text command).

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

Bases: TUIMethod

Uses face area as connection weights.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Sets ISAT weight.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Sets the number of cells desired for each partition. This is useful, for example, when computing on multiple machines with significantly different performance characteristics. If left unset, each partition will contain an approximately equal number of cells. Normalized relative values may be used for the entries.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Enables / disables model-weighted partitioning. This option works with the METIS partitioning method, and specifies that Fluent automatically calculates the weighting based on the cell count and the models and attributes specified as weights (using the parallel/partition/set/isat-weight text command, for example).

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

Bases: TUIMethod

Uses number of faces as weights.

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

Bases: TUIMethod

Sets the , , and coordinate of the origin used by those partitioning functions that require a radial distance. By default, the origin is set to (0, 0, 0).

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

Bases: TUIMethod

Sets DPM particle weight.

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

Bases: TUIMethod

Enables the operation that determines the best coordinate-splitting direction.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Uses solid thread weights.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Sets VOF free surface weight.