advanced_meshing_options#

class ansys.fluent.core.meshing.tui_241.main_menu.mesh.rapid_octree.advanced_meshing_options(service, version, mode, path)#

Bases: TUIMenu

Advanced and experimental options for octree mesh generation.

Classes:

activate_projection_layer_improvement_algorithm(...)

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.

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).

class activate_projection_layer_improvement_algorithm(service, version, mode, path)#

Bases: TUIMethod

Force the projection algorithm to do smoothing expansion without prisms defined.

class aspect_ratio_skewness_limit(service, version, mode, path)#

Bases: TUIMethod

Ignore cells with higher skew in aspect ratio improvement.

class distance_erosion_factor(service, version, mode, path)#

Bases: TUIMethod

Set distance erosion factor as a factor of prism edge length.

class extract_refinement_levels(service, version, mode, path)#

Bases: TUIMethod

Enables computation of refinement levels for PUMA.

class improved_proximity_for_projection(service, version, mode, path)#

Bases: TUIMethod

Activate the imporved version of proximity refinement for projection boundary treatment.

class max_num_inflection_point_iter(service, version, mode, path)#

Bases: TUIMethod

Sets the maximum number of iterations for inflection point removal during projection front fix.

class projection_priority_zones(service, version, mode, path)#

Bases: TUIMethod

Prioritize zone association of faces crossing multiple boundary zones.

class pseudo_normal_mode(service, version, mode, path)#

Bases: TUIMethod

Sets the mode for cumputing projection front sudo normals.

class rename_bounding_box_zones(service, version, mode, path)#

Bases: TUIMethod

Set flag to change naming scheme of bounding box surface zones.

class target_bnd_face_warp(service, version, mode, path)#

Bases: TUIMethod

Set target face warpage for boundary faces in mesh (-1.0 - 1.0). Higher values are likely to increase pullback.

class target_cell_orthoskew(service, version, mode, path)#

Bases: TUIMethod

Set target orthoskew in mesh (0.0-1.0). Smaller values are likely to increase pullback.

class target_int_face_warp(service, version, mode, path)#

Bases: TUIMethod

Set target face warpage for interior faces in mesh (-1.0 - 1.0). Higher values are likely to increase pullback.