skew_improve#
Bases:
TUIMenu
Enters the refine improve controls menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
attempts
(service, version, mode, path)Specifies the number of overall improvement attempts for the advancing front method.
boundary_sliver_skew
(service, version, mode, ...)Specifies the boundary sliver skewness for the advancing front method.
iterations
(service, version, mode, path)Specifies the number of improvement iterations in each attempt for the advancing front method.
sliver_skew
(service, version, mode, path)Specifies the sliver skewness for the advancing front method.
target
(service, version, mode, path)Enables you to enable targeted skewness-based refinement for the advancing front method.
target_low_skew
(service, version, mode, path)Specifies the targeted skewness threshold above which cells will be improved.
target_skew
(service, version, mode, path)Specifies the targeted skewness during improvement for the advancing front method.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Specifies the number of overall improvement attempts for the advancing front method.
Bases:
TUIMethod
Specifies the boundary sliver skewness for the advancing front method. This parameter is used for removing sliver cells along the boundary.
Bases:
TUIMethod
Specifies the number of improvement iterations in each attempt for the advancing front method.
Bases:
TUIMethod
Specifies the sliver skewness for the advancing front method. This parameter is used for removing sliver cells in the interior.
Bases:
TUIMethod
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.
Bases:
TUIMethod
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.
Bases:
TUIMethod
Specifies the targeted skewness during improvement for the advancing front method.