objects#

class ansys.fluent.core.meshing.tui_241.main_menu.objects(service, version, mode, path)#

Bases: TUIMenu

Manage objects.

Classes:

cad_association(service, version, mode, path)

Contains options for modifying the selected objects based on the associated CAD entities and attaching/detaching the CAD entities from the objects.

change_object_type(service, version, mode, path)

Allows you to change the object type (geom, or mesh).

change_prefix(service, version, mode, path)

Change the prefix for specified objects.

change_suffix(service, version, mode, path)

Change the suffix for specified objects.

check_mesh(service, version, mode, path)

Checks the mesh on the specified objects for connectivity and orientation of faces.

clear_backup(service, version, mode, path)

Clear backup data of objects.

create(service, version, mode, path)

Creates the object based on the priority, cell zone type, face zone(s), edge zone(s), and object type specified.

create_and_activate_domain(service, version, ...)

Creates and activates the domain comprising the face zone(s) from the object(s) specified.

create_groups(service, version, mode, path)

Creates a face group and an edge group comprising the face zone(s) and edge zone(s) included in the specified object(s), respectively.

create_intersection_loops(service, version, ...)

Allows you to create intersection loops for objects.

create_multiple(service, version, mode, path)

Creates multiple objects by creating an object per face zone specified.

create_new_mesh_object(service, version, ...)

Contains options for creating a new mesh object by wrapping or remeshing existing objects.

delete(service, version, mode, path)

Deletes the specified object(s).

delete_all(service, version, mode, path)

Deletes all the defined objects.

delete_all_geom(service, version, mode, path)

Deletes all the defined geom objects.

delete_unreferenced_faces_and_edges(service, ...)

Deletes all the faces and edges that are not included in any defined objects.

deprecated(service, version, mode, path)

Deprecated features.

extract_edges(service, version, mode, path)

Extracts the edge zone(s) from the face zone(s) included in the specified object(s), based on the edge-feature-angle value specified (/objects/set/set-edge-feature-angle).

fix_holes(service, version, mode, path)

Fix holes in surface mesh using octree.

improve_feature_capture(service, version, ...)

Enables you to imprint the edges comprising the object on to the object face zones to improve feature capture for mesh objects.

improve_object_quality(service, version, ...)

Enables you to improve the surface mesh quality for mesh objects.

join_intersect(service, version, mode, path)

Contains options for connecting overlapping and intersecting face zones.

labels(service, version, mode, path)

Contains options for creating and managing face zone labels.

list(service, version, mode, path)

Lists details such as cell zone type, priority, object type, comprising face and edge zones, and object reference point for all the defined objects.

merge(service, version, mode, path)

Merges the specified objects into a single object.

merge_edges(service, version, mode, path)

Merges all the edge zones in an object into a single edge zone.

merge_nodes(service, version, mode, path)

Merges the free nodes at the object level based on the specified tolerance or using a tolerance that is a specified percentage of shortest connected edge length.

merge_voids(service, version, mode, path)

Allows you to merge voids in the mesh object after the sewing operation.

merge_walls(service, version, mode, path)

Merges all the face zones of type wall in an object into a single face zone.

remove_gaps(service, version, mode, path)

Contains options for removing gaps between the mesh objects specified or removing the thickness in the mesh objects specified.

rename_cell_zone_boundaries_using_labels(...)

Renames the boundaries of the cell zones based on the existing face zone labels.

rename_object(service, version, mode, path)

Allows you to rename a specified geometry or mesh object with another specified name.

rename_object_zones(service, version, mode, path)

Renames the face and edge zones comprising the object based on the object name.

restore_faces(service, version, mode, path)

Restores the mesh object surface mesh from the backup created.

rotate(service, version, mode, path)

Rotates the object(s) based on the angle of rotation, pivot point, and axis of rotation specified.

scale(service, version, mode, path)

Scales the object(s) based on the scale factors specified.

separate_faces_by_angle(service, version, ...)

Separates the face zone(s) comprising the object based on the angle specified.

separate_faces_by_seed(service, version, ...)

Separates the face zone(s) comprising the object based on the seed face specified.

set(service, version, mode, path)

Contains options for setting additional object-related settings.

sew(service, version, mode, path)

Contains options related to the object sewing operation.

summary(service, version, mode, path)

Allows you to obtain a summary of a specified geometry or mesh object, or obtain a summary of all geometry or mesh objects.

translate(service, version, mode, path)

Translates the object(s) based on the translation offsets specified.

update(service, version, mode, path)

Allows you to update the objects defined when the face and/or edge zone(s) comprising the object have been deleted.

volumetric_regions(service, version, mode, path)

Manage volumetric regions of an object.

wrap(service, version, mode, path)

Contains options related to the object wrapping operation.

class change_object_type(service, version, mode, path)#

Bases: TUIMethod

Allows you to change the object type (geom, or mesh).

class change_prefix(service, version, mode, path)#

Bases: TUIMethod

Change the prefix for specified objects.

class change_suffix(service, version, mode, path)#

Bases: TUIMethod

Change the suffix for specified objects.

class check_mesh(service, version, mode, path)#

Bases: TUIMethod

Checks the mesh on the specified objects for connectivity and orientation of faces. The domain extents, volume statistics, and face area statistics will be reported along with the results of other checks on the mesh.

class clear_backup(service, version, mode, path)#

Bases: TUIMethod

Clear backup data of objects.

class create(service, version, mode, path)#

Bases: TUIMethod

Creates the object based on the priority, cell zone type, face zone(s), edge zone(s), and object type specified. You can specify the object name or retain the default blank entry to have the object name generated automatically.

class create_and_activate_domain(service, version, mode, path)#

Bases: TUIMethod

Creates and activates the domain comprising the face zone(s) from the object(s) specified.

class create_groups(service, version, mode, path)#

Bases: TUIMethod

Creates a face group and an edge group comprising the face zone(s) and edge zone(s) included in the specified object(s), respectively.

class create_intersection_loops(service, version, mode, path)#

Bases: TUIMethod

Allows you to create intersection loops for objects.

class create_multiple(service, version, mode, path)#

Bases: TUIMethod

Creates multiple objects by creating an object per face zone specified. The objects will be named automatically based on the prefix and priority specified.

class delete(service, version, mode, path)#

Bases: TUIMethod

Deletes the specified object(s).

class delete_all(service, version, mode, path)#

Bases: TUIMethod

Deletes all the defined objects.

class delete_all_geom(service, version, mode, path)#

Bases: TUIMethod

Deletes all the defined geom objects.

class delete_unreferenced_faces_and_edges(service, version, mode, path)#

Bases: TUIMethod

Deletes all the faces and edges that are not included in any defined objects.

class extract_edges(service, version, mode, path)#

Bases: TUIMethod

Extracts the edge zone(s) from the face zone(s) included in the specified object(s), based on the edge-feature-angle value specified (/objects/set/set-edge-feature-angle).

class improve_feature_capture(service, version, mode, path)#

Bases: TUIMethod

Enables you to imprint the edges comprising the object on to the object face zones to improve feature capture for mesh objects. You can specify the number of imprinting iterations to be performed. The geometry objects used to create the mesh objects should be available when the improve-feature-capture command is invoked. Additionally, the face zones comprising the objects should be of type other than geometry.

class improve_object_quality(service, version, mode, path)#

Bases: TUIMethod

Enables you to improve the surface mesh quality for mesh objects. Select the mesh objects and the method for improving the surface mesh. The smooth-and-improve method improves the mesh by a combination of smoothing, swapping, and surface mesh improvement operations. Object normals are correctly oriented and island faces are also deleted. You can optionally coarsen the surface mesh by specifying a suitable coarsening factor. Additional imprinting operations can be done to improve feature capture on the surface mesh. The surface-remesh method improves the mesh by remeshing based on the current size field. Object normals are correctly oriented and island faces are also deleted.

class list(service, version, mode, path)#

Bases: TUIMethod

Lists details such as cell zone type, priority, object type, comprising face and edge zones, and object reference point for all the defined objects.

class merge(service, version, mode, path)#

Bases: TUIMethod

Merges the specified objects into a single object.

class merge_edges(service, version, mode, path)#

Bases: TUIMethod

Merges all the edge zones in an object into a single edge zone. If the object is composed of edge zones of different types (boundary and interior), the edge zones of the same type (boundary or interior) will be merged into a single edge zone.

class merge_nodes(service, version, mode, path)#

Bases: TUIMethod

Merges the free nodes at the object level based on the specified tolerance or using a tolerance that is a specified percentage of shortest connected edge length.

class merge_voids(service, version, mode, path)#

Bases: TUIMethod

Allows you to merge voids in the mesh object after the sewing operation.

class merge_walls(service, version, mode, path)#

Bases: TUIMethod

Merges all the face zones of type wall in an object into a single face zone.

class rename_cell_zone_boundaries_using_labels(service, version, mode, path)#

Bases: TUIMethod

Renames the boundaries of the cell zones based on the existing face zone labels. This allows for the cell zone boundaries in solution mode to have names corresponding to the face zone labels in meshing mode. This command will not work if you read in a volume mesh generated in a version prior to release 16.2. In such cases, regenerate the volume mesh before using the command.

class rename_object(service, version, mode, path)#

Bases: TUIMethod

Allows you to rename a specified geometry or mesh object with another specified name.

class rename_object_zones(service, version, mode, path)#

Bases: TUIMethod

Renames the face and edge zones comprising the object based on the object name. You can also specify the separator to be used.

class restore_faces(service, version, mode, path)#

Bases: TUIMethod

Restores the mesh object surface mesh from the backup created. The current mesh object face zones and cell zones will be deleted. If the object backup is disabled (/mesh/auto-mesh-controls/backup-object no), you will not be able to restore the surface mesh using this command. There may be a difference in the initial volume mesh generated for an object and that generated after restoring the object surface mesh due to differences in the order of zones/entities processed during volume meshing.

class rotate(service, version, mode, path)#

Bases: TUIMethod

Rotates the object(s) based on the angle of rotation, pivot point, and axis of rotation specified.

class scale(service, version, mode, path)#

Bases: TUIMethod

Scales the object(s) based on the scale factors specified.

class separate_faces_by_angle(service, version, mode, path)#

Bases: TUIMethod

Separates the face zone(s) comprising the object based on the angle specified.

class separate_faces_by_seed(service, version, mode, path)#

Bases: TUIMethod

Separates the face zone(s) comprising the object based on the seed face specified.

class sew(service, version, mode, path)#

Bases: TUIMethod

Contains options related to the object sewing operation. This menu is no longer supported, and will be removed in a future release.

class summary(service, version, mode, path)#

Bases: TUIMethod

Allows you to obtain a summary of a specified geometry or mesh object, or obtain a summary of all geometry or mesh objects.

class translate(service, version, mode, path)#

Bases: TUIMethod

Translates the object(s) based on the translation offsets specified.

class update(service, version, mode, path)#

Bases: TUIMethod

Allows you to update the objects defined when the face and/or edge zone(s) comprising the object have been deleted.