mesh_sizing#

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

Bases: TUIMenu

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

Methods:

add_surface_sizing(*args, **kwargs)

Add a size function definition.

boundary_cell_size(*args, **kwargs)

Sets the default cell size for the geometry.

boundary_layers(*args, **kwargs)

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

buffer_layers(*args, **kwargs)

Set the number of buffer layers.

change_surface_sizing(*args, **kwargs)

Change a size function definition.

clear_all_surface_sizings(*args, **kwargs)

Delete all size function definitions.

delete_surface_sizing(*args, **kwargs)

Delete a size function definition.

feature_angle_refinement(*args, **kwargs)

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

list_surface_sizings(*args, **kwargs)

List all size function definitions.

max_cell_size(*args, **kwargs)

Sets the maximum cell size in the octree mesh.

mesh_coarsening_exponent(*args, **kwargs)

Set the exponent for mesh coarsening.

surface_coarsening_layers(*args, **kwargs)

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

add_surface_sizing(*args, **kwargs)#

Add a size function definition.

boundary_cell_size(*args, **kwargs)#

Sets the default cell size for the geometry.

boundary_layers(*args, **kwargs)#

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

buffer_layers(*args, **kwargs)#

Set the number of buffer layers.

change_surface_sizing(*args, **kwargs)#

Change a size function definition.

clear_all_surface_sizings(*args, **kwargs)#

Delete all size function definitions.

delete_surface_sizing(*args, **kwargs)#

Delete a size function definition.

feature_angle_refinement(*args, **kwargs)#

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.

list_surface_sizings(*args, **kwargs)#

List all size function definitions.

max_cell_size(*args, **kwargs)#

Sets the maximum cell size in the octree mesh.

mesh_coarsening_exponent(*args, **kwargs)#

Set the exponent for mesh coarsening.

surface_coarsening_layers(*args, **kwargs)#

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