options#

class ansys.fluent.core.solver.tui_241.main_menu.mesh.polyhedra.options(service, version, mode, path)#

Bases: TUIMenu

Enters the polyhedra options menu.

Classes:

migrate_and_reorder(service, version, mode, path)

Enables / disables the migration of newly created partitions to the compute-nodes and the reordering of the domain as part of polyhedra conversion.

preserve_boundary_layer(service, version, ...)

Specifies whether boundary layer cells will be preserved when the domain is converted to polyhedra.

preserve_interior_zones(service, version, ...)

Enables the preservation of surfaces (that is, manifold zones of type interior) during the conversion of the domain to polyhedra.

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

Bases: TUIMethod

Enables / disables the migration of newly created partitions to the compute-nodes and the reordering of the domain as part of polyhedra conversion. This is disabled by default, because it requires significant additional memory; when disabled, it is recommended that you save the case file after conversion, read it in a new Fluent session (so that the new / stored partitions become active), and then manually reorder using the mesh/reorder/reorder-domain text command. If you want to run the calculation in the current Fluent session you can enable the migrate-and-reorder? text command prior to conversion, but you must ensure that no more than half of the available memory of your system is currently used.

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

Bases: TUIMethod

Specifies whether boundary layer cells will be preserved when the domain is converted to polyhedra. When the value is set to 0 (default) ANSYS Fluent checks for high aspect ratio cells at the boundary layer and if any are found, Fluent asks if you want to preserve the boundary layer. When the value is set to 1, the boundary layer cells are never preserved; when it is set to 2, the boundary layer cells are always preserved (regardless of the aspect ratio of the boundary layer cells).

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

Bases: TUIMethod

Enables the preservation of surfaces (that is, manifold zones of type interior) during the conversion of the domain to polyhedra. Note that only those zones with a name that includes the string you specify will be preserved.