prism_controls#

class ansys.fluent.core.solver.tui_241.main_menu.define.dynamic_mesh.controls.remeshing_parameters.prism_controls(service, version, mode, path)#

Bases: TUIMenu

Enters the dynamic mesh prism controls menu, which provides text commands that can be useful when you want to modify the algorithm that attempts to retain the size distribution during unified remeshing. Each prism control definition is applied to one or more boundary zones, and then affects the height distribution and number of layers of the wedge cells in the adjacent boundary layers.

Classes:

add(service, version, mode, path)

Adds a new prism controls definition.

delete(service, version, mode, path)

Deletes an existing prism controls definition.

edit(service, version, mode, path)

Edits an existing prism controls definition.

list(service, version, mode, path)

Prints a list of the existing prism controls definitions in the console.

list_properties(service, version, mode, path)

Prints the properties of an existing prism controls definition of your choice in the console.

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

Bases: TUIMethod

Adds a new prism controls definition. After being prompted for a name, you can enter the following to complete the definition: first-height Sets the height of the first layer of wedge cells in the boundary layer adjacent to the specified zones. growth-method Specifies the method used to determine the increase in height of the wedge cell layers beyond the first layer. The only available option is geometric, so that the height of each layer is the height of the previous layer multiplied by the rate. name Specifies the name of the prism controls definition. nlayers Sets the number of layers of wedge cells in the boundary layer adjacent to the specified zones. rate Sets the coefficient for the growth-method used to determine the increase in height of the wedge cell layers beyond the first layer. zones Specifies all of the boundary zones on which this prism controls definition is applied. Enter q when the definition is complete to return to the text command menu.

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

Bases: TUIMethod

Deletes an existing prism controls definition.

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

Bases: TUIMethod

Edits an existing prism controls definition. You can revise the fields listed previously for the define/dynamic-mesh/controls/remeshing-parameters/prism-controls/add text command.

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

Bases: TUIMethod

Prints a list of the existing prism controls definitions in the console.

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

Bases: TUIMethod

Prints the properties of an existing prism controls definition of your choice in the console.