advanced_meshing_options#

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

Bases: TUIMenu

Advanced and experimental options for octree mesh generation.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

activate_projection_layer_improvement_algorithm(...)

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__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Adjust the geometries normal orientation according to the current volume specification.

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

Bases: TUIMethod

Sets the criterion for evaluation of curvature size functions in Rapid-Octree.

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

Bases: TUIMethod

Sets the maximum angle between two facets for angular refinements (e.g. to exclude sharp corners).

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

Bases: TUIMethod

Sets the minimum angle between two facets for angular refinements (e.g. to prevent spurious refinements).

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

Bases: TUIMethod

Specify the angular threshold between “facets-normal-angle” and “arc-estimate” in the “switched” cirterion.

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

Bases: TUIMethod

Ignore cells with higher skew in aspect ratio improvement.

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

Bases: TUIMethod

Activates atuomatic orientation of facet normals for better proximity detection.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Expands the currently defined bounding box to make the given cell size realizeable.

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 planar_feature_recovery_mode(service, version, mode, path)#

Bases: TUIMethod

Set the mode for planar feature recovery from 0:off to 2: with hanging nodes.

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

Bases: TUIMethod

Enable algorithm to use pullback scheme on subdivided prism stack to ensure positive volumes in case of bad cells.

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.

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

Bases: TUIMethod

Use a conjugate gradient method for volume mesh smoothing instead of Laplacian smoothing.