sizing_controls#

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

Bases: TUIMenu

Enters the dynamic mesh sizing 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 sizing control definition is applied to one or more boundary zones, and then affects the size of the cells throughout the mesh based on their distance from those boundary zone(s) and your settings in the definition.

Classes:

add(service, version, mode, path)

Adds a new sizing controls definition.

delete(service, version, mode, path)

Deletes an existing sizing controls definition.

edit(service, version, mode, path)

Edits an existing sizing controls definition.

list(service, version, mode, path)

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

list_properties(service, version, mode, path)

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

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

Bases: TUIMethod

Adds a new sizing controls definition. After being prompted for a name, you can enter the following to complete the definition: growth-rate Sets the growth rate of the sizing controls definition. max-length Sets a maximum length threshold that is used when the type is set to auto or soft. min-length Sets a maximum length threshold that is used when the type is set to auto. motion Determines whether the size control definition affects the remeshing based on whether the mesh undergoes motion: auto specifies that it is applied whether or not there is motion; and static specifies that it is only applied if there is no motion. name Specifies the name of the sizing controls definition. type Specifies how the sizing is affected by the selected boundary zones: auto specifies that the default size distribution (rather than the initial size distribution in your selected boundary zones) is used, along with your specified max-length and min-length values; soft specifies that the maximum length scale of your selected boundary zones is used, along with your specified min-length value; and meshed specifies that the maximum and minimum length scales of your selected boundary zones are used, in order to respect their initial size distribution. This setting is only relevant if you have more than one sizing controls definition. zones Specifies all of the boundary zones on which the sizing 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 sizing controls definition.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

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

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

Bases: TUIMethod

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