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.
aspect_ratio_skewness_limit
(service, ...)Ignore cells with higher skew in aspect ratio improvement.
distance_erosion_factor
(service, version, ...)Set distance erosion factor as a factor of prism edge length.
extract_refinement_levels
(service, version, ...)Enables computation of refinement levels for PUMA.
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
Ignore cells with higher skew in aspect ratio improvement.
Bases:
TUIMethod
Set distance erosion factor as a factor of prism edge length.
Bases:
TUIMethod
Enables computation of refinement levels for PUMA.
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.