solver.tui.setup.dynamic_mesh.controls.remeshing_parameters#

class main_menu.setup.dynamic_mesh.controls.remeshing_parameters(path, service)#

Enter the dynamic mesh remeshing menu.

cell_skew_max(*args, **kwargs)#

Set the cell skewness threshold above which cells will be remeshed.

face_skew_max(*args, **kwargs)#

Set the face skewness threshold above which faces will be remeshed.

length_max(*args, **kwargs)#

Set the length threshold above which cells will be remeshed.

length_min(*args, **kwargs)#

Set the length threshold below which cells will be remeshed.

parallel_remeshing(*args, **kwargs)#

Enable/disable parallel remeshing for zone remeshing.

poly_remeshing(*args, **kwargs)#

Enable/disable poly remeshing.

remeshing_after_moving(*args, **kwargs)#

Enable/disable optional remeshing after mesh motion to meet skewness threshold. Steady state dynamic mesh only.

remeshing_methods(*args, **kwargs)#

Enable/disable remeshing methods.

retain_size_distribution(*args, **kwargs)#

Enable/disable retaining of size distribution.

size_remesh_interval(*args, **kwargs)#

Set the interval (in time steps) when remeshing based on size is done.

sizing_funct_defaults(*args, **kwargs)#

Set sizing function defaults.

sizing_funct_rate(*args, **kwargs)#

Determine how far from the boundary the increase/decrease happens.

sizing_funct_resolution(*args, **kwargs)#

Set the sizing function resolution with respect to shortest boundary.

sizing_funct_variation(*args, **kwargs)#

Set the maximum sizing function increase/decrease in the interior.

sizing_function(*args, **kwargs)#

Enable/disable sizing function to control size based remeshing.

unified_remeshing(*args, **kwargs)#

Enable/disable unified remeshing.

zone_remeshing(*args, **kwargs)#

Enable/disable cell zone remeshing method.