advanced_meshing_options#
Bases:
TUIMenu
Advanced and experimental options for octree mesh generation.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
Force the projection algorithm to do smoothing expansion without prisms defined.
align_surface_normals
(service, version, ...)Adjust the geometries normal orientation according to the current volume specification.
angular_refinement_criterion
(service, ...)Sets the criterion for evaluation of curvature size functions in Rapid-Octree.
angular_refinement_max_angle_limit
(service, ...)Sets the maximum angle between two facets for angular refinements (e.g. to exclude sharp corners).
angular_refinement_min_angle_limit
(service, ...)Sets the minimum angle between two facets for angular refinements (e.g. to prevent spurious refinements).
angular_refinement_switch_threshold
(service, ...)Specify the angular threshold between "facets-normal-angle" and "arc-estimate" in the "switched" cirterion.
aspect_ratio_skewness_limit
(service, ...)Ignore cells with higher skew in aspect ratio improvement.
auto_align_surface_normals
(service, version, ...)Activates atuomatic orientation of facet normals for better proximity detection.
distance_erosion_factor
(service, version, ...)Set distance erosion factor as a factor of prism edge length.
expand_bbox_for_ref_length
(service, version, ...)Expands the currently defined bounding box to make the given cell size realizeable.
improved_proximity_for_projection
(service, ...)Activate the imporved version of proximity refinement for projection boundary treatment.
max_num_inflection_point_iter
(service, ...)Sets the maximum number of iterations for inflection point removal during projection front fix.
planar_feature_recovery_mode
(service, ...)Set the mode for planar feature recovery from 0:off to 2: with hanging nodes.
prism_stack_pullback
(service, version, mode, ...)Enable algorithm to use pullback scheme on subdivided prism stack to ensure positive volumes in case of bad cells.
projection_priority_zones
(service, version, ...)Prioritize zone association of faces crossing multiple boundary zones.
pseudo_normal_mode
(service, version, mode, path)Sets the mode for cumputing projection front sudo normals.
rename_bounding_box_zones
(service, version, ...)Set flag to change naming scheme of bounding box surface zones.
target_bnd_face_warp
(service, version, mode, ...)Set target face warpage for boundary faces in mesh (-1.0 - 1.0).
target_cell_orthoskew
(service, version, ...)Set target orthoskew in mesh (0.0-1.0).
target_int_face_warp
(service, version, mode, ...)Set target face warpage for interior faces in mesh (-1.0 - 1.0).
use_cg_based_smoothing
(service, version, ...)Use a conjugate gradient method for volume mesh smoothing instead of Laplacian smoothing.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Force the projection algorithm to do smoothing expansion without prisms defined.
Bases:
TUIMethod
Adjust the geometries normal orientation according to the current volume specification.
Bases:
TUIMethod
Sets the criterion for evaluation of curvature size functions in Rapid-Octree.
Bases:
TUIMethod
Sets the maximum angle between two facets for angular refinements (e.g. to exclude sharp corners).
Bases:
TUIMethod
Sets the minimum angle between two facets for angular refinements (e.g. to prevent spurious refinements).
Bases:
TUIMethod
Specify the angular threshold between “facets-normal-angle” and “arc-estimate” in the “switched” cirterion.
Bases:
TUIMethod
Ignore cells with higher skew in aspect ratio improvement.
Bases:
TUIMethod
Activates atuomatic orientation of facet normals for better proximity detection.
Bases:
TUIMethod
Set distance erosion factor as a factor of prism edge length.
Bases:
TUIMethod
Expands the currently defined bounding box to make the given cell size realizeable.
Bases:
TUIMethod
Activate the imporved version of proximity refinement for projection boundary treatment.
Bases:
TUIMethod
Sets the maximum number of iterations for inflection point removal during projection front fix.
Bases:
TUIMethod
Set the mode for planar feature recovery from 0:off to 2: with hanging nodes.
Bases:
TUIMethod
Enable algorithm to use pullback scheme on subdivided prism stack to ensure positive volumes in case of bad cells.
Bases:
TUIMethod
Prioritize zone association of faces crossing multiple boundary zones.
Bases:
TUIMethod
Sets the mode for cumputing projection front sudo normals.
Bases:
TUIMethod
Set flag to change naming scheme of bounding box surface zones.
Bases:
TUIMethod
Set target face warpage for boundary faces in mesh (-1.0 - 1.0). Higher values are likely to increase pullback.
Bases:
TUIMethod
Set target orthoskew in mesh (0.0-1.0). Smaller values are likely to increase pullback.
Bases:
TUIMethod
Set target face warpage for interior faces in mesh (-1.0 - 1.0). Higher values are likely to increase pullback.
Bases:
TUIMethod
Use a conjugate gradient method for volume mesh smoothing instead of Laplacian smoothing.