CreateLocalRefinementRegions#

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

Bases: PyCommand

Define 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:
RefinementRegionsNamestr

Enter a name for the body of influence.

CreationMethodstr

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.

BOIMaxSizefloat

Specify the cell size for the refinement region mesh.

BOISizeNamestr
SelectionTypestr

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

ZoneSelectionListlist[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…

ZoneLocationlist[str]
LabelSelectionListlist[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…

ObjectSelectionListlist[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…

ZoneSelectionSinglelist[str]
ObjectSelectionSinglelist[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…

TopologyListlist[str]
BoundingBoxObjectdict[str, Any]

View the extents of the bounding box.

OffsetObjectdict[str, Any]

These fields contain parameters that define the characteristics of the refinements region (direction, thickness, levels, etc.)

CylinderMethodstr

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).

CylinderObjectdict[str, Any]
Axisdict[str, Any]
VolumeFillstr
CylinderLengthfloat

Specify the Length of the cylinder.

GeometryToolsPropertiesdict[str, Any]
Returns:
bool

Methods:

create_instance()

Create an operation instance.

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

__init__ method of PyCommand class.

create_instance()#

Create an operation instance.