_CreateCollarMeshCommandArguments#

class ansys.fluent.core.generated.datamodel_261.meshing.Root.CreateCollarMesh._CreateCollarMeshCommandArguments(service, rules, command, path, id)#

Bases: PyCommandArguments

Methods:

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

__init__ method of PyCommandArguments class.

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

Bases: PyNumericalCommandArgumentsSubItem

Specify the maximum size of the elements for the collar mesh.

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

Bases: PyTextualCommandArgumentsSubItem

Argument BOISizeName.

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

Bases: PyTextualCommandArgumentsSubItem

Choose how you want to create the collar mesh: either by using intersecting objects, an edge-based collar, or an existing object.

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

Bases: PyNumericalCommandArgumentsSubItem

Argument CylinderLength.

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

Bases: PyTextualCommandArgumentsSubItem

Argument CylinderMethod.

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

Bases: PyTextualCommandArgumentsSubItem

Select one or more labels that will make up the collar mesh. 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…

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

Bases: PyTextualCommandArgumentsSubItem

Choose one or more objects 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…

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

Bases: PyTextualCommandArgumentsSubItem

Choose a single object from the list 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…

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

Bases: PyTextualCommandArgumentsSubItem

Specify a name for the collar mesh or use the default name.

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

Bases: PyTextualCommandArgumentsSubItem

Choose how you want to make your selection (by object, label, or zone name).

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

Bases: PyTextualCommandArgumentsSubItem

Argument TopologyList.

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

Bases: PyTextualCommandArgumentsSubItem

Specify the type of mesh cell to use to fill the collar mesh. Available options are tetrahedral, hexcore, poly, or poly-hexcore. .

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

Bases: PyTextualCommandArgumentsSubItem

Argument ZoneLocation.

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

Bases: PyTextualCommandArgumentsSubItem

Choose one or more zones 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…

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

Bases: PyTextualCommandArgumentsSubItem

Choose a single zone 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.