DefineLeakageThreshold#

class ansys.fluent.core.generated.datamodel_252.meshing.Root.DefineLeakageThreshold(service, rules, command, path=None)#

Bases: PyCommand

Define leakage threshold size to fix any potential leakages that may occur due to any missing, misaligned parts, or small imperfections from the imported geometry. These holes may be larger than any of your initial local size controls, resulting in leaks that need to be closed. Use the Preview Leakages button and associated controls repeatedly to identify holes that need to be closed. Leakages can be closed to a void region or inside an object. More… Parameters ———- AddChild : str

Indicate whether or not you need to define a leakage threshold for one or more regions.

LeakageNamestr

Specify a name for the leakage threshold or use the default value.

SelectionTypestr

Choose how you want to make your selection (by object or by a previously identified region).

DeadRegionsListlist[str]

Choose one or more regions from the list below. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using *, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or * in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More…

RegionSelectionSinglelist[str]

Choose a single region from the list of identified regions below. Use the Filter Text field to provide text and/or regular expressions in filtering the list. The matching list item(s) are automatically displayed in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More…

DeadRegionsSizefloat

The leakage threshold size is based on multiples of two. For example, if leaks are detected at 8 but not at 16 (for example, 2*8), then the threshold size is 16, and any leakage smaller than 16 will be closed.

PlaneClippingValueint

Use the slider to move the clipping plane along the axis of the selected X, Y, or Z direction.

PlaneDirectionstr

Indicates the direction in which the clipping plane faces.

FlipDirectionbool

Change the orientation of the clipping plane, exposing the mesh on the opposite side.

Returns:
bool

Methods:

create_instance()

Create a command instance.

__init__(service, rules, command, path=None)#

__init__ method of PyCommand class.

create_instance()#

Create a command instance.