adapt#

class ansys.fluent.core.solver.tui_241.main_menu.mesh.adapt(service, version, mode, path)#

Bases: TUIMenu

Enters the mesh adaption menu.

Classes:

adapt_mesh(service, version, mode, path)

Performs manual adaption on the mesh according to the methods and settings that you specified.

anisotropic_adaption(service, version, mode, ...)

Applies legacy anisotropic adaption to refine the boundary layers or registers.

cell_registers(service, version, mode, path)

Enters the cell registers menu.

coarsening_criteria(service, version, mode, path)

Allows you to provide an expression for the coarsening criterion.

display_adaption_cells(service, version, ...)

Displays the cells that are marked for adaption in the graphics window.

free_hierarchy(service, version, mode, path)

Deletes the defined adaption hierarchy.

geometry(service, version, mode, path)

Enters the geometry menu.

list_adaption_cells(service, version, mode, path)

Prints the number of cells marked for refinement, coarsening, and both to the console.

manage_criteria(service, version, mode, path)

Enters the manage criteria menu, which provides text commands for managing automatic adaption criteria.

manual_coarsening_criteria(service, version, ...)

.

manual_refinement_criteria(service, version, ...)

.

multi_layer_refinement(service, version, ...)

Enter the multiple boundary layer refinement menu.

profile(service, version, mode, path)

Enters the profile menu.

refinement_criteria(service, version, mode, path)

Allows you to provide an expression for the refinement criterion.

set(service, version, mode, path)

Enters the set menu.

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

Bases: TUIMethod

Performs manual adaption on the mesh according to the methods and settings that you specified.

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

Bases: TUIMethod

Applies legacy anisotropic adaption to refine the boundary layers or registers. Cells will be split in the normal direction to the boundary face. Note that this text command is only available for 3D cases that have the adaption method set to hanging node.

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

Bases: TUIMethod

Allows you to provide an expression for the coarsening criterion.

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

Bases: TUIMethod

Displays the cells that are marked for adaption in the graphics window.

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

Bases: TUIMethod

Deletes the defined adaption hierarchy.

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

Bases: TUIMethod

Prints the number of cells marked for refinement, coarsening, and both to the console.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Allows you to provide an expression for the refinement criterion.