set#
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.
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__ method of TUIMenu class.
Bases:
TUIMethod
.
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.
Bases:
TUIMethod
Disables all optimizations.
Bases:
TUIMethod
Enables all optimizations.
Bases:
TUIMethod
Sets cell function.
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).
Bases:
TUIMethod
Uses face area as connection weights.
Bases:
TUIMethod
.
Bases:
TUIMethod
Sets ISAT weight.
Bases:
TUIMethod
.
Bases:
TUIMethod
.
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.
Bases:
TUIMethod
Toggles the optimizer that attempts to decrease the number of interfaces by eliminating orphan cell clusters.
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).
Bases:
TUIMethod
Uses number of faces as weights.
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).
Bases:
TUIMethod
Sets DPM particle weight.
Bases:
TUIMethod
Enables the operation that determines the best coordinate-splitting direction.
Bases:
TUIMethod
.
Bases:
TUIMethod
Toggles the optimizer that attempts to minimize the number of interfaces by modifying the partition boundaries to reduce surface area.
Bases:
TUIMethod
Uses solid thread weights.
Bases:
TUIMethod
.
Bases:
TUIMethod
Sets VOF free surface weight.