refine#

class ansys.fluent.core.meshing.tui_231.main_menu.boundary.refine(path, service)#

Bases: TUIMenu

Discusses the commands used to refine the boundary mesh.

Methods:

auto_refine(*args, **kwargs)

Automatically refines a face zone based on proximity.

clear(*args, **kwargs)

Clears all refinement marks from all boundary faces.

count(*args, **kwargs)

Counts the number of faces marked on each boundary zone.

limits(*args, **kwargs)

Prints a report of the minimum and maximum size of each specified zone.

mark(*args, **kwargs)

Marks the faces for refinement.

refine(*args, **kwargs)

Refines the marked faces.

Classes:

local_regions(path, service)

Enters the local refinement menu.

auto_refine(*args, **kwargs)#

Automatically refines a face zone based on proximity. The original face zone is treated as a background mesh. Faces are refined by multiple face splitting passes, so that no face is in close proximity to any face in the current domain.

clear(*args, **kwargs)#

Clears all refinement marks from all boundary faces.

count(*args, **kwargs)#

Counts the number of faces marked on each boundary zone.

limits(*args, **kwargs)#

Prints a report of the minimum and maximum size of each specified zone. This report will also tell you how many faces on each zone have been marked for refinement.

class local_regions(path, service)#

Bases: TUIMenu

Enters the local refinement menu.

Methods:

define(*args, **kwargs)

Defines the refinement region according to the specified parameters.

delete(*args, **kwargs)

Deletes the specified region.

init(*args, **kwargs)

Creates a region encompassing the entire geometry.

list_all_regions(*args, **kwargs)

Lists all the refinement regions in the console.

define(*args, **kwargs)#

Defines the refinement region according to the specified parameters.

delete(*args, **kwargs)#

Deletes the specified region.

init(*args, **kwargs)#

Creates a region encompassing the entire geometry.

list_all_regions(*args, **kwargs)#

Lists all the refinement regions in the console.

mark(*args, **kwargs)#

Marks the faces for refinement.

refine(*args, **kwargs)#

Refines the marked faces.