mesh_sizing#

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

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

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 (power of two) 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.

surface_transition_layers(service, version, ...)

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

volume_transition_exponent(service, version, ...)

Set the exponent (power of two) for the mesh coarsening transition.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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 (power of two) for mesh coarsening. Higher values will lead to a slower transiton from fine to coarse cells.

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.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Set the exponent (power of two) for the mesh coarsening transition. A higher value results in a slower transition from fine to coarse cells.