scoped_prisms#

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

Bases: TUIMenu

Contains options for creating scoped prism controls for mesh objects.

Classes:

create(service, version, mode, path)

Creates a new scoped prism control based on the parameters and scope specified.

delete(service, version, mode, path)

Deletes the specified scoped prism control.

growth_options(service, version, mode, path)

Enables you to specify scoped prism growth options.

list(service, version, mode, path)

Lists all the defined scoped prism controls.

modify(service, version, mode, path)

Modifies the specified control based on the parameters specified.

poly_keep_nlayer_prism_characteristics(...)

Number of layers to maintain poly-prism characteristics.

read(service, version, mode, path)

Reads in the specified scoped prism control file (*.pzmcontrol).

set_advanced_controls(service, version, ...)

Used to specify various controls for scoped prisms.

set_no_imprint_zones(service, version, mode, ...)

Used to specify face zones that should not be imprinted during prism generation.

set_overset_prism_controls(service, version, ...)

Set boundary layer controls for overset mesh generation.

tet_prism_stairstep_exposed_quads(service, ...)

Tet-Prism Stairstep exposed quad.

write(service, version, mode, path)

Writes the scoped prism controls to a prism control file (*.pzmcontrol).

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

Bases: TUIMethod

Creates a new scoped prism control based on the parameters and scope specified. Specify the name, offset method, first height or aspect ratio, number of layers, and rate or last percent. Select the mesh object and set the scope (fluid-regions, named-regions, or solid-regions). Specify the zones to grow prisms (all-zones, only-walls, selected-face-zones, or selected-labels, or solid-fluid-interface). When named-regions and/or selected-face-zones or selected-labels are selected, specify the volume and/or boundary scope. If interior baffle zones are selected, retain the option to grow prisms on both sides of the baffles or disable it to grow prisms on one side.

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

Bases: TUIMethod

Deletes the specified scoped prism control.

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

Bases: TUIMethod

Enables you to specify scoped prism growth options. Select Fix First Height if required, and specify the gap factor, maximum aspect ratio, prism quality method, and the threshold quality value for stair stepping.

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

Bases: TUIMethod

Lists all the defined scoped prism controls.

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

Bases: TUIMethod

Modifies the specified control based on the parameters specified.

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

Bases: TUIMethod

Number of layers to maintain poly-prism characteristics.

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

Bases: TUIMethod

Reads in the specified scoped prism control file (*.pzmcontrol).

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

Bases: TUIMethod

Used to specify various controls for scoped prisms. Prompts include setting iterations for normal based prisms, smoothing, prism improvement, automatic node movement, and warp improvement. Prompts also include checks for stair-step interactions, as well as proximity, quality, and the exposure of quad quality. Automatic stair-stepping occurs during prism generation based on the proximity and quality limits. You can intentionally avoid stair-stepping by setting the last three prompts (proximity, quality, and the exposure of quad quality) to no, although you may also retain some poor quality cells.

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

Bases: TUIMethod

Used to specify face zones that should not be imprinted during prism generation.

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

Bases: TUIMethod

Set boundary layer controls for overset mesh generation.

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

Bases: TUIMethod

Tet-Prism Stairstep exposed quad.

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

Bases: TUIMethod

Writes the scoped prism controls to a prism control file (*.pzmcontrol). Specify the scoped prism file name.