_SetupBoundaryLayersCommandArguments#

class ansys.fluent.core.generated.datamodel_252.meshing.Root.SetupBoundaryLayers._SetupBoundaryLayersCommandArguments(service, rules, command, path, id)#

Bases: PyCommandArguments

Methods:

__init__(service, rules, command, path, id)

__init__ method of PyCommandArguments class.

class _AddChild(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Determine whether or not you want to better capture flow in and around the boundary layer of your fluid regions.

class _AspectRatio(parent, attr, service, rules, path)#

Bases: PyNumericalCommandArgumentsSubItem

Specify the ratio of the prism base length to the prism layer height.

class _FirstHeight(parent, attr, service, rules, path)#

Bases: PyNumericalCommandArgumentsSubItem

Specify the height of the first layer of cells in the boundary layer.

class _GrowthRate(parent, attr, service, rules, path)#

Bases: PyNumericalCommandArgumentsSubItem

Specify the rate of growth of the boundary layer.

class _LastRatioPercentage(parent, attr, service, rules, path)#

Bases: PyNumericalCommandArgumentsSubItem

Specify the offset height of the last layer as a percentage of the local base mesh size.

class _OffsetMethodType(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Choose the method that will be used to create the boundary layer, or prism, controls.

class _PrismLayers(parent, attr, service, rules, path)#

Bases: PyNumericalCommandArgumentsSubItem

Specify the number of cell layers you require along the boundary.

class _PrismsSettingsName(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Specify a name for the boundary layer control or use the default value.

class _RegionSelectionList(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

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…

__init__(service, rules, command, path, id)#

__init__ method of PyCommandArguments class.