remeshing_parameters#

class ansys.fluent.core.solver.tui_231.main_menu.setup.dynamic_mesh.controls.remeshing_parameters(path, service)#

Bases: TUIMenu

Enter the dynamic mesh remeshing menu.

Methods:

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.

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.

Classes:

prism_controls(path, service)

Specify optional prism controls.

prism_layer_parameters(path, service)

Enter the dynamic mesh prism remeshing menu.

sizing_controls(path, service)

Specify optional sizing controls.

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.

class prism_controls(path, service)#

Bases: TUIMenu

Specify optional prism controls.

Methods:

add(*args, **kwargs)

Add a new object.

delete(*args, **kwargs)

Delete an object.

edit(*args, **kwargs)

Edit an object.

list(*args, **kwargs)

List objects.

list_properties(*args, **kwargs)

List properties of an object.

add(*args, **kwargs)#

Add a new object.

delete(*args, **kwargs)#

Delete an object.

edit(*args, **kwargs)#

Edit an object.

list(*args, **kwargs)#

List objects.

list_properties(*args, **kwargs)#

List properties of an object.

class prism_layer_parameters(path, service)#

Bases: TUIMenu

Enter the dynamic mesh prism remeshing menu.

Methods:

first_height(*args, **kwargs)

Set first cell height in the prism layer.

growth_rate(*args, **kwargs)

Set the geometric growth rate of the prism layer.

number_of_layers(*args, **kwargs)

Set the number of elements in the prism layer.

first_height(*args, **kwargs)#

Set first cell height in the prism layer.

growth_rate(*args, **kwargs)#

Set the geometric growth rate of the prism layer.

number_of_layers(*args, **kwargs)#

Set the number of elements in the prism layer.

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.

class sizing_controls(path, service)#

Bases: TUIMenu

Specify optional sizing controls.

Methods:

add(*args, **kwargs)

Add a new object.

delete(*args, **kwargs)

Delete an object.

edit(*args, **kwargs)

Edit an object.

list(*args, **kwargs)

List objects.

list_properties(*args, **kwargs)

List properties of an object.

add(*args, **kwargs)#

Add a new object.

delete(*args, **kwargs)#

Delete an object.

edit(*args, **kwargs)#

Edit an object.

list(*args, **kwargs)#

List objects.

list_properties(*args, **kwargs)#

List properties of an object.

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.