VolumeMeshTool
Last update: 10.09.2025class ansys.meshing.prime.VolumeMeshTool(model)
VolumeMeshTool allows you to check grid and improve volume mesh quality.
VolumeMeshTool provides various volume mesh improvement algorithms.
-
Parameters:
model : Server model to create VolumeMeshTool object.
Methods
| Name | Description |
|---|---|
VolumeMeshTool.assign_mesh_regions(...) |
Assigns a region id to the cells in target cell zonelets of target part id. |
VolumeMeshTool.check_mesh(part_id, params) |
Checks mesh of a part. |
VolumeMeshTool.copy_cell_zonelets(...) |
Copy cell zonelets and face zonelets connected to the cell zonelets. |
VolumeMeshTool.get_parts_for_points(points, ...) |
Finds parts enclosing the given list of points. |
VolumeMeshTool.improve_by_auto_node_move(...) |
Improve volume mesh by auto node move. |