remeshing_parameters#
Bases:
TUIMenu
Enters the dynamic mesh remeshing menu to set parameters for all remeshing methods.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
cell_skew_max
(service, version, mode, path)Sets the cell skewness threshold above which cells will be remeshed.
face_skew_max
(service, version, mode, path)Sets the face skewness threshold above which faces will be remeshed.
length_max
(service, version, mode, path)Sets the length threshold above which cells will be remeshed.
length_min
(service, version, mode, path)Sets the length threshold below which cells will be remeshed.
parallel_remeshing
(service, version, mode, path)Disables/enables parallel remeshing as part of methods-based remeshing..
poly_remeshing
(service, version, mode, path)Enable/disable poly remeshing.
prism_controls
(service, version, mode, path)Enters the dynamic mesh prism controls menu, which provides text commands that can be useful when you want to modify the algorithm that attempts to retain the size distribution during unified remeshing.
prism_layer_parameters
(service, version, ...)Enters the dynamic mesh prism layer parameters menu, where you can define the parameters of the prism layers as part of methods-based remeshing.
remeshing_after_moving
(service, version, ...)Enables a second round of remeshing based on the skewness parameters after the boundary has moved as part of methods-based remeshing.
remeshing_methods
(service, version, mode, path)Enables/disables individual remeshing options as part of methods-based remeshing.
retain_size_distribution
(service, version, ...)Enables/disables the use of local size criteria when marking cells for unified remeshing (in an attempt to maintain the initial mesh size distribution even as the mesh moves), rather than marking cells based on the minimum and maximum length scale values of the cell zone in the initial mesh.
size_remesh_interval
(service, version, mode, ...)Sets the interval (in time steps) when remeshing based on size is done for methods-based remeshing.
sizing_controls
(service, version, mode, path)Enters the dynamic mesh sizing controls menu, which provides text commands that can be useful when you want to modify the algorithm that attempts to retain the size distribution during unified remeshing.
sizing_funct_defaults
(service, version, ...)Sets sizing function defaults.
sizing_funct_rate
(service, version, mode, path)Determines how far from the boundary the increase/decrease happens.
sizing_funct_resolution
(service, version, ...)Sets the sizing function resolution with respect to shortest boundary.
sizing_funct_variation
(service, version, ...)Sets the maximum sizing function increase/decrease in the interior.
sizing_function
(service, version, mode, path)Enables/disables the sizing function as part of methods-based remeshing.
unified_remeshing
(service, version, mode, path)Enables/disables unified remeshing, which specifies that an algorithm is used that combines aspects of a variety of remeshing methods.
zone_remeshing
(service, version, mode, path)Enables/disables the cell zone remeshing method as part of methods-based remeshing.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Sets the cell skewness threshold above which cells will be remeshed.
Bases:
TUIMethod
Sets the face skewness threshold above which faces will be remeshed.
Bases:
TUIMethod
Sets the length threshold above which cells will be remeshed.
Bases:
TUIMethod
Sets the length threshold below which cells will be remeshed.
Bases:
TUIMethod
Disables/enables parallel remeshing as part of methods-based remeshing..
Bases:
TUIMethod
Enable/disable poly remeshing.
Bases:
TUIMethod
Enables a second round of remeshing based on the skewness parameters after the boundary has moved as part of methods-based remeshing.
Bases:
TUIMethod
Enables/disables individual remeshing options as part of methods-based remeshing.
Bases:
TUIMethod
Enables/disables the use of local size criteria when marking cells for unified remeshing (in an attempt to maintain the initial mesh size distribution even as the mesh moves), rather than marking cells based on the minimum and maximum length scale values of the cell zone in the initial mesh. Either marking can be overridden if more restrictive values are specified using the define/dynamic-mesh/controls/remeshing-parameters/length-min and define/dynamic-mesh/controls/remeshing-parameters/length-max text commands.
Bases:
TUIMethod
Sets the interval (in time steps) when remeshing based on size is done for methods-based remeshing.
Bases:
TUIMethod
Sets sizing function defaults.
Bases:
TUIMethod
Determines how far from the boundary the increase/decrease happens.
Bases:
TUIMethod
Sets the sizing function resolution with respect to shortest boundary.
Bases:
TUIMethod
Sets the maximum sizing function increase/decrease in the interior.
Bases:
TUIMethod
Enables/disables the sizing function as part of methods-based remeshing.
Bases:
TUIMethod
Enables/disables unified remeshing, which specifies that an algorithm is used that combines aspects of a variety of remeshing methods. It is applied to triangular or tetrahedral cells and can produce wedge cells in 3D boundary layer meshes. Unified remeshing simplifies the remeshing setup and can provide increased robustness compared to methods-based remeshing, especially for parallel simulations.
Bases:
TUIMethod
Enables/disables the cell zone remeshing method as part of methods-based remeshing.