refine#
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.
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.
Clears all refinement marks from all boundary faces.
Counts the number of faces marked on each boundary zone.
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.
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.
Defines the refinement region according to the specified parameters.
Deletes the specified region.
Creates a region encompassing the entire geometry.
Lists all the refinement regions in the console.
Marks the faces for refinement.
Refines the marked faces.