describe_geometry#
- class ansys.fluent.core.generated.datamodel_261.meshing_workflow.Root.application.describe_geometry(service, rules, command, path=None)#
Bases:
PyCommandSpecify the type of geometry you are importing: whether it is a solid model a fluid model, or both. The workflow changes based on your selection. Additionally, for fluid volume extraction, you need to indicate whether or not any openings need to be closed. More… Parameters ———- setup_type : str
Choose whether your geometry represents only a solid body, only a fluid body, or both a solid and fluid body.
- capping_requiredbool
Choose whether or not you are going to perform any capping operations, thereby enclosing a fluid region.
- wall_to_internalbool
Choose whether or not to change interior fluid-fluid boundaries from type “wall” to “internal”. Only internal boundaries bounded by two fluid regions are converted into internal zone types. If new fluid regions are assigned, this task is executed after the Update Regions task. Internal boundaries that are designated as “baffles” are retained as walls.
- invoke_share_topologystr
For CAD assemblies with multiple parts, choose whether or not to identify and close any problematic gaps and whether to join and/or intersect problematic faces. This will add an Apply Share Topology task to your workflow. Note that in situations where you want to use overlapping non-conformal interfaces, you must use the non-conformal option. In all other situations, such as when you have totally disconnected bodies (that is, with no overlap), you should instead elect to choose the Share Topology option even if there is nothing to share.
- non_conformalbool
Determine whether or not you want to create non-conformal meshes between the objects in your geometry. Note that in situations where you want to use overlapping non-conformal interfaces, you must use the non-conformal option. In all other situations, such as when you have totally disconnected bodies (that is, with no overlap), you should instead elect to choose the Share Topology option even if there is nothing to share.
- multizonebool
Determine whether or not you want to perform multi-zone meshing on your geometry. Selecting Yes will add an Add Multizone Controls task and a Generate Multizone Mesh task to your workflow.
setup_internals : list[str] setup_internal_types : list[str] old_zone_list : list[str] old_zone_type_list : list[str] region_list : list[str] edge_zone_list : list[str] edge_labels : list[str] duplicates : bool fluid_regions : list[str] improve_surface_mesh_preferences : dict[str, Any]
- Returns:
Methods:
Create an operation instance.
- __init__(service, rules, command, path=None)#
__init__ method of PyCommand class.
- create_instance()#
Create an operation instance.