_GenerateTheMultiZoneMeshCommandArguments#
- class ansys.fluent.core.generated.datamodel_261.meshing.Root.GenerateTheMultiZoneMesh._GenerateTheMultiZoneMeshCommandArguments(service, rules, command, path, id)#
Bases:
PyCommandArguments
Methods:
__init__
(service, rules, command, path, id)__init__ method of PyCommandArguments class.
- class _BodyLabelList(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Argument BodyLabelList.
- class _CellZoneList(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Argument CellZoneList.
- class _CompleteRegionScope(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Select the named region(s) from the list to which you would like to generate the multi-zone 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 _MergeBodyLabels(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Argument MergeBodyLabels.
- class _MeshingStrategy(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Argument MeshingStrategy.
- class _NonConformal(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Optionally specify that multizone regions are non-conformally connected to other volumetric regions. If you want to have a conformal mesh but, because of meshing constraints, that is not possible, then you can switch to non-conformal here and avoid doing so in the CAD model.
- class _OrthogonalQualityLimit(parent, attr, service, rules, path)#
Bases:
PyNumericalCommandArgumentsSubItem
This value sets the threshold for when mesh quality improvements are automatically invoked that employ the orthogonal quality limit, and is recommended to be around 0.04.
- class _ReMergeZones(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Argument ReMergeZones.
- class _RegionScope(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Select the named region(s) from the list to which you would like to generate the multi-zone 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 _SelectionType(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Argument SelectionType.
- class _SizeFunctionScaleFactor(parent, attr, service, rules, path)#
Bases:
PyNumericalCommandArgumentsSubItem
Enable the scaling of the multizone mesh. In some cases when the multizone region is too coarse when compared to the adjacent surface mesh, a connection is not possible. You can specify a size function scaling factor here to improve the sizing match between the multizone and the non-multizone regions and avoid any free faces. Typically, a value between 0.7 and 0.8 is recommended.
- __init__(service, rules, command, path, id)#
__init__ method of PyCommandArguments class.