VolumeMeshTool#
- class 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
Model Server model to create VolumeMeshTool object.
- model
Methods
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.
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.
Improve volume mesh by auto node move.
Examples using VolumeMeshTool#
Mesh a generic F1 car rear wing for external aero simulation
Mesh a generic F1 car rear wing for external aero simulation