skew_improve#
Bases:
TUIMenu
Enters the refine improve controls menu.
Methods:
attempts
(*args, **kwargs)Specifies the number of overall improvement attempts for the advancing front method.
boundary_sliver_skew
(*args, **kwargs)Specifies the boundary sliver skewness for the advancing front method.
iterations
(*args, **kwargs)Specifies the number of improvement iterations in each attempt for the advancing front method.
sliver_skew
(*args, **kwargs)Specifies the sliver skewness for the advancing front method.
target
(*args, **kwargs)Enables you to enable targeted skewness-based refinement for the advancing front method.
target_low_skew
(*args, **kwargs)Specifies the targeted skewness threshold above which cells will be improved.
target_skew
(*args, **kwargs)Specifies the targeted skewness during improvement for the advancing front method.
Specifies the number of overall improvement attempts for the advancing front method.
Specifies the boundary sliver skewness for the advancing front method. This parameter is used for removing sliver cells along the boundary.
Specifies the number of improvement iterations in each attempt for the advancing front method.
Specifies the sliver skewness for the advancing front method. This parameter is used for removing sliver cells in the interior.
Enables you to enable targeted skewness-based refinement for the advancing front method. This option enables you to improve the mesh until the targeted skewness value is achieved.
Specifies the targeted skewness threshold above which cells will be improved. The improve operation will attempt to improve cells with skewness above the target-low-skew value specified, but there will be no attempt to reduce the skewness below the specified value. A limited set of improve operations will be used as compared to the operations required for the target-skew value-based improvement. The value specified could be approximately 0.1 lower than the target-skew value.
Specifies the targeted skewness during improvement for the advancing front method.