controls#
Bases:
TUIMenuEnters the tet controls menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
adv_front_method(service, version, mode, path)Enters the advancing front refinement controls menu.
advanced(service, version, mode, path)Tet advanced controls.
cell_sizing(service, version, mode, path)Specifies the cell sizing function for refinement.
clear_zone_growth_rate(service, version, ...)Clear zone specific geometric growth rates.
compute_max_cell_volume(service, version, ...)Computes the maximum cell volume for the current mesh.
delete_dead_zones(service, version, mode, path)Specifies the maximum allowable cell volume.
delete_unused_nodes(service, version, mode, path)Toggles the deleting of unused nodes during mesh initialization.
improve_mesh(service, version, mode, path)Enters the improve mesh controls menu.
improve_surface_mesh(service, version, mode, ...)Enables you to improve the surface mesh by swapping face edges where Delaunay violations occur.
max_cell_length(service, version, mode, path)Specifies the maximum allowable cell length.
max_cell_volume(service, version, mode, path)Specifies the maximum allowable cell volume.
merge_free_nodes(service, version, mode, path)Automatically merge duplicate nodes?.
non_fluid_type(service, version, mode, path)Selects the non-fluid cell zone type.
print_region_based_sizing(service, version, ...)Displays local sizing settings (max cell length) for specified region(s).
refine_method(service, version, mode, path)Enables you to select the refinement method.
remove_slivers(service, version, mode, path)Enters the sliver remove controls menu.
set_region_based_sizing(service, version, ...)Allows you to specify local sizing settings (max cell length) for specified region(s).
set_zone_growth_rate(service, version, mode, ...)Set zone specific geometric growth rates.
skewness_method(service, version, mode, path)Enters the skewness refinement controls menu.
tet_improve(service, version, mode, path)Improve cells controls.
use_max_cell_size(service, version, mode, path)Enables you to use the maximum cell size specified instead of recomputing the value based on the objects, when the volume mesh is generated.
__init__ method of TUIMenu class.
Bases:
TUIMethodSpecifies the cell sizing function for refinement. You can select geometric, linear, none, or size-field as appropriate.
Bases:
TUIMethodClear zone specific geometric growth rates.
Bases:
TUIMethodComputes the maximum cell volume for the current mesh.
Bases:
TUIMethodSpecifies the maximum allowable cell volume.
Bases:
TUIMethodToggles the deleting of unused nodes during mesh initialization. The delete-unused-nodes? option is no longer supported and will be removed at a future release.
Bases:
TUIMethodEnables you to improve the surface mesh by swapping face edges where Delaunay violations occur. The improve-surface-mesh? option is no longer supported and will be removed at a future release.
Bases:
TUIMethodSpecifies the maximum allowable cell length.
Bases:
TUIMethodSpecifies the maximum allowable cell volume.
Bases:
TUIMethodAutomatically merge duplicate nodes?.
Bases:
TUIMethodSelects the non-fluid cell zone type. After the mesh is initialized, any non-fluid zones will be set to this type. If the mesh includes multiple regions (for example, the problem for which you are creating the mesh includes a fluid zone and one or more solid zones), and you plan to refine all of them using the same refinement parameters, modify the non-fluid type before generating the mesh. For zone-based meshing, if any cell zone has at least one boundary zone type as inlet, it will automatically be set to fluid type. For object based meshing, volume region type is used to determine the cell zone type.
Bases:
TUIMethodDisplays local sizing settings (max cell length) for specified region(s).
Bases:
TUIMethodEnables you to select the refinement method. You can select either skewness-based refinement or the advancing front method. The skewness-based refinement option is no longer supported and will be removed at a future release.
Bases:
TUIMethodAllows you to specify local sizing settings (max cell length) for specified region(s).
Bases:
TUIMethodSet zone specific geometric growth rates.
Bases:
TUIMethodEnters the skewness refinement controls menu.
Bases:
TUIMethodEnables you to use the maximum cell size specified instead of recomputing the value based on the objects, when the volume mesh is generated. This option is disabled by default.