mesh_sizing#

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

Bases: TUIMenu

Enters the mesh sizing menu, which allows you to define the cell sizes.

Classes:

add_surface_sizing(service, version, mode, path)

Add a size function definition.

boundary_cell_size(service, version, mode, path)

Sets the default cell size for the geometry.

boundary_layers(service, version, mode, path)

Set the minimum number of constant-size cells adjacent to the geometry.

buffer_layers(service, version, mode, path)

Set the number of buffer layers.

change_surface_sizing(service, version, ...)

Change a size function definition.

clear_all_surface_sizings(service, version, ...)

Delete all size function definitions.

delete_surface_sizing(service, version, ...)

Delete a size function definition.

feature_angle_refinement(service, version, ...)

Defines the angular threshold and number of refinement levels for features.

list_surface_sizings(service, version, mode, ...)

List all size function definitions.

max_cell_size(service, version, mode, path)

Sets the maximum cell size in the octree mesh.

mesh_coarsening_exponent(service, version, ...)

Set the exponent for mesh coarsening.

smooth_mesh_coarsening(service, version, ...)

Enable smoothing of the transitions between regions of different mesh sizes.

surface_coarsening_layers(service, version, ...)

Set the minimum number of constant-size cells adjacent to the geometry.

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

Bases: TUIMethod

Add a size function definition.

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

Bases: TUIMethod

Sets the default cell size for the geometry.

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

Bases: TUIMethod

Set the minimum number of constant-size cells adjacent to the geometry.

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

Bases: TUIMethod

Set the number of buffer layers.

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

Bases: TUIMethod

Change a size function definition.

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

Bases: TUIMethod

Delete all size function definitions.

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

Bases: TUIMethod

Delete a size function definition.

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

Bases: TUIMethod

Defines the angular threshold and number of refinement levels for features. This text command is only available when the Boundary Projection treatment is selected through the /mesh/rapid-octree/boundary-treatment text command.

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

Bases: TUIMethod

List all size function definitions.

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

Bases: TUIMethod

Sets the maximum cell size in the octree mesh.

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

Bases: TUIMethod

Set the exponent for mesh coarsening.

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

Bases: TUIMethod

Enable smoothing of the transitions between regions of different mesh sizes.

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

Bases: TUIMethod

Set the minimum number of constant-size cells adjacent to the geometry.