AutoNodeMoveParams#
- class ansys.meshing.prime.AutoNodeMoveParams(model=None, quality_measure=None, target_quality=None, dihedral_angle=None, n_iterations_per_node=None, restrict_boundary_nodes_along_surface=None, n_attempts=None, json_data=None, **kwargs)#
Parameters used to improve volume mesh by auto node move.
Methods
Print the default values of AutoNodeMoveParams.
Set the default values of AutoNodeMoveParams.
Attributes
Dihedral angle used to mantain features of boundary face zonelets.
Number of attempts to improve specified quality measure by node movement.
Number of iterations per node to be moved.
Specify cell quality measure to be used for volume mesh improvement.
Option to restrict the movement of the boundary node to the plane containing the boundary faces sharing the boundary node.
Specify target quality used for the mesh improvement based on specified quality measure.