CreateLocalRefinementRegions#
- class ansys.fluent.core.generated.datamodel_261.meshing.Root.CreateLocalRefinementRegions(service, rules, command, path=None)#
Bases:
PyCommandDefine a more refined region, or body of influence (BOI) when simulating flow within or around your geometry. You can manually create a body of influence using a bounding box or by using an offset surface. This body surrounds the relevant aspects of your geometry, such as the wake region behind a vehicle. More…
- Parameters:
- RefinementRegionsName
str Enter a name for the body of influence.
- CreationMethod
str Choose how you want to create the refinement region: by creating a bounding box, a cylindrical bounding region, or using an offset surface. You should select a closed body for the offset surface.
- BOIMaxSize
float Specify the cell size for the refinement region mesh.
- BOISizeName
str - SelectionType
str Choose how you want to make your selection (by object, label, or zone name).
- ZoneSelectionList
list[str] 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…
- ZoneLocation
list[str] - LabelSelectionList
list[str] Choose one or more 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…
- ObjectSelectionList
list[str] 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…
- ZoneSelectionSingle
list[str] - ObjectSelectionSingle
list[str] 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…
- TopologyList
list[str] - BoundingBoxObject
dict[str,Any] View the extents of the bounding box.
- OffsetObject
dict[str,Any] These fields contain parameters that define the characteristics of the refinements region (direction, thickness, levels, etc.)
- CylinderMethod
str Choose how the cylindrical refinement region will be defined. The Vector and Length option allows you to define the cylindrical refinement region based either on the location of selected object(s) or zone(s), or by coordinates. If you choose to select by object(s) or zone(s), the location of the cylindrical refinement region will be at the center point of the selected surface. The Two Positions option allows you to explicitly define the location and dimension of the cylindrical refinement region without having to select object(s) or zone(s).
- CylinderObject
dict[str,Any] - Axis
dict[str,Any] - VolumeFill
str - CylinderLength
float Specify the Length of the cylinder.
- GeometryToolsProperties
dict[str,Any]
- RefinementRegionsName
- Returns:
Methods:
Create an operation instance.
- __init__(service, rules, command, path=None)#
__init__ method of PyCommand class.
- create_instance()#
Create an operation instance.