advanced_meshing_options#

class ansys.fluent.core.generated.meshing.tui_242.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.

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__(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 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 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.