_CreateRegionsCommandArguments#
- class ansys.fluent.core.generated.datamodel_252.meshing.Root.CreateRegions._CreateRegionsCommandArguments(service, rules, command, path, id)#
Bases:
PyCommandArguments
Methods:
__init__
(service, rules, command, path, id)__init__ method of PyCommandArguments class.
- class _MeshObject(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Argument MeshObject.
- class _NumberOfFlowVolumes(parent, attr, service, rules, path)#
Bases:
PyNumericalCommandArgumentsSubItem
Confirm the number of flow volumes required for the analysis. The system will detect additional regions if they exist, however, it will detect fluid regions only where they are connected to capping surfaces.
- class _RetainDeadRegionName(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
If any dead regions are present, you can choose to determine how such regions are named. Voids or dead regions are usually named dead0, dead1, dead2, and so on, and can remain so when this prompt is set to no. When this prompt is set to yes, however, the dead region names will also be prefixed with the original dead region name (usually derived from an adjacent region), such as dead0-fluid:1, dead1-fluid:2, and so on.
- __init__(service, rules, command, path, id)#
__init__ method of PyCommandArguments class.