prism#

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

Bases: TUIMenu

Enters the prism menu.

Classes:

controls(service, version, mode, path)

Enters the prism controls menu.

create(service, version, mode, path)

Creates prism layers on one or more boundary face zones based on the offset method, growth method, number of layers, and rate specified.

improve(service, version, mode, path)

Enters the prism improve menu.

list_parameters(service, version, mode, path)

Shows all prism mesh parameters.

mark_ignore_faces(service, version, mode, path)

Enables you to mark the faces to be ignored during prism meshing.

mark_nonmanifold_nodes(service, version, ...)

Enables you to mark the non-manifold prism base nodes.

mark_proximity_faces(service, version, mode, ...)

Mark prism base faces with certain gap.

post_ignore(service, version, mode, path)

Contains the following options for ignoring prism cells:.

quality_method(service, version, mode, path)

Specifies the quality method used during prism generation.

reset_parameters(service, version, mode, path)

Resets all prism parameters.

split(service, version, mode, path)

Contains options for splitting the prism layers after the initial prism layers are generated, to generate the total number of layers required.

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

Bases: TUIMethod

Creates prism layers on one or more boundary face zones based on the offset method, growth method, number of layers, and rate specified.

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

Bases: TUIMethod

Shows all prism mesh parameters.

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

Bases: TUIMethod

Enables you to mark the faces to be ignored during prism meshing.

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

Bases: TUIMethod

Enables you to mark the non-manifold prism base nodes. A list of the non-manifold nodes will be printed in the console. The faces connected to the non-manifold nodes will also be marked. You can use this command after specifying zone-specific prism settings, prior to generating the prisms to verify that non-manifold configurations do not exist.

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

Bases: TUIMethod

Mark prism base faces with certain gap.

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

Bases: TUIMethod

Specifies the quality method used during prism generation.

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

Bases: TUIMethod

Resets all prism parameters.