AddLocalSizingWTM#
- class ansys.fluent.core.generated.datamodel_271.meshing.Root.AddLocalSizingWTM(service, rules, command, path=None)#
Bases:
PyCommandAdds local sizing controls to define mesh element sizes in specific regions.
- Parameters:
- AddChild
str Choose whether or not you want to add local size controls in order to create the surface mesh.
- BOIControlName
str Provide a name for this specific size control.
- BOIGrowthRate
float Specify the increase in element edge length with each succeeding layer of elements.
- BOIExecution
str Choose whether the size control is to be applied to a local edge size, a local face size, a local body size, a body of influence, a face of influence, curvature, or proximity.
- AssignSizeUsing
str - BOISize
float Specify a value for the desired size of the local sizing (or body/face of influence) to be applied to the indicated label(s) or zone(s).
- NumberofLayers
int - SmallestHeight
float - GrowthPattern
str - GrowthMethod
str - BiasFactor
float - BOIMinSize
float Specify the minimum size of the elements for the surface mesh.
- BOIMaxSize
float Specify the maximum size of the elements for the surface mesh.
- BOICurvatureNormalAngle
float Specify the maximum allowable angle (from 0 to 180 degrees) that one element edge is allowed to span given a particular geometry curvature. You can use this field to limit the number of elements that are generated along a curve or surface if the minimum size is too small for that particular curve.
- BOICellsPerGap
float Specify the minimum number of layers of elements to be generated in the gaps. The number of cells per gap can be a real value, with a minimum value of 0.01.
- BOIScopeTo
str Set curvature or proximity based refinement. The edges option considers edge-to-edge proximity, while faces considers face-to-face proximity, and faces and edges considers both. The edge labels option considers edge sizing based on edge labels. Note that when you use the edges or the faces and edges options, you can only select face zones or face labels. Also, saving a size control file after using either of these two options will not be persistent.
- IgnoreOrientation
str Specify whether or not you need to apply additional refinement in and around thin areas (such as between plates), without over-refinement. This ignores face proximity within voids and will not allow you to refine in thin voids, but will allow refinement in gaps. This should be used in predominantly fluid regions with no thin solid regions.
- IgnoreProximityAcrossObjects
str Enable to prevent proximity sizing from considering gaps to other separate objects, which can reduce over-refinement between distinct parts.
- BOIZoneorLabel
str Choose how you want to select your surface (by label or by zone).
- BOIFaceLabelList
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…
- BOIFaceZoneList
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…
- EdgeLabelList
list[str] - EdgeZoneList
list[str] - TopologyList
list[str] - ReverseEdgeZoneOrientationbool
- ReverseEdgeZoneList
list[str] - BOIPatchingtogglebool
Enable this option to repair any openings that may still exist in the body of influence-based local sizing control.
- DrawSizeControlbool
Enable this field to display the size boxes in the graphics window.
- ZoneLocation
list[str] - CompleteFaceZoneList
list[str] - CompleteFaceLabelList
list[str] - CompleteEdgeLabelList
list[str] - CompleteTopologyList
list[str] - PrimeSizeControlId
int
- AddChild
- Returns:
Methods:
Create an operation instance.
- __init__(service, rules, command, path=None)#
__init__ method of PyCommand class.
- create_instance()#
Create an operation instance.