capping#
- class ansys.fluent.core.generated.datamodel_271.meshing_workflow.Root.application.capping(service, rules, command, path=None)#
Bases:
PyCommandEncloses fluid regions by capping open boundaries.
- Parameters:
- patch_name
str Enter a name for the capping surface.
- zone_type
str Choose the type of zone to assign to the capping surface (velocity inlet, pressure outlet, etc.).
- patch_type
str Choose the type of capping surface: a regular, simple opening with one or more faces: or an annular opening where the fluid is within two concentric cylinders:
- selection_type
str Choose how you want to select your surface (by label or by zone).
- label_selection_list
list[str] Choose one or more face zone labels 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…
- zone_selection_list
list[str] Choose one or more face 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…
- topology_list
list[str] - create_patch_preferences
dict[str,Any] Defines preferences for creating patch capping operations in meshing.
- object_association
str - new_object_name
str - patch_object_name
str - cap_labels
list[str] - zone_location
list[str] - complete_zone_selection_list
list[str] Choose one or more face 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…
- complete_label_selection_list
list[str] Choose one or more face zone labels 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…
- complete_topology_list
list[str]
- patch_name
- Returns:
Methods:
Create an operation instance.
- __init__(service, rules, command, path=None)#
__init__ method of PyCommand class.
- create_instance()#
Create an operation instance.