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

AutoNodeMoveParams.print_default()

Print the default values of AutoNodeMoveParams.

AutoNodeMoveParams.set_default([...])

Set the default values of AutoNodeMoveParams.

Attributes

AutoNodeMoveParams.dihedral_angle

Dihedral angle used to mantain features of boundary face zonelets.

AutoNodeMoveParams.n_attempts

Number of attempts to improve specified quality measure by node movement.

AutoNodeMoveParams.n_iterations_per_node

Number of iterations per node to be moved.

AutoNodeMoveParams.quality_measure

Specify cell quality measure to be used for volume mesh improvement.

AutoNodeMoveParams.restrict_boundary_nodes_along_surface

Option to restrict the movement of the boundary node to the plane containing the boundary faces sharing the boundary node.

AutoNodeMoveParams.target_quality

Specify target quality used for the mesh improvement based on specified quality measure.