adv_front_method#

class ansys.fluent.core.meshing.tui_231.main_menu.mesh.tet.controls.adv_front_method(path, service)#

Bases: TUIMenu

Enters the advancing front refinement controls menu.

Methods:

first_improve_params(*args, **kwargs)

Defines the refining front improvement parameters for the advancing front method.

refine_parameters(*args, **kwargs)

Defines the cell zone improvement parameters for the advancing front method.

second_improve_params(*args, **kwargs)

Defines the cell zone improvement parameters for the advancing front method.

Classes:

skew_improve(path, service)

Enters the refine improve controls menu.

first_improve_params(*args, **kwargs)#

Defines the refining front improvement parameters for the advancing front method.

refine_parameters(*args, **kwargs)#

Defines the cell zone improvement parameters for the advancing front method.

second_improve_params(*args, **kwargs)#

Defines the cell zone improvement parameters for the advancing front method.

class skew_improve(path, service)#

Bases: TUIMenu

Enters the refine improve controls menu.

Methods:

attempts(*args, **kwargs)

Specifies the number of overall improvement attempts for the advancing front method.

boundary_sliver_skew(*args, **kwargs)

Specifies the boundary sliver skewness for the advancing front method.

iterations(*args, **kwargs)

Specifies the number of improvement iterations in each attempt for the advancing front method.

sliver_skew(*args, **kwargs)

Specifies the sliver skewness for the advancing front method.

target(*args, **kwargs)

Enables you to enable targeted skewness-based refinement for the advancing front method.

target_low_skew(*args, **kwargs)

Specifies the targeted skewness threshold above which cells will be improved.

target_skew(*args, **kwargs)

Specifies the targeted skewness during improvement for the advancing front method.

attempts(*args, **kwargs)#

Specifies the number of overall improvement attempts for the advancing front method.

boundary_sliver_skew(*args, **kwargs)#

Specifies the boundary sliver skewness for the advancing front method. This parameter is used for removing sliver cells along the boundary.

iterations(*args, **kwargs)#

Specifies the number of improvement iterations in each attempt for the advancing front method.

sliver_skew(*args, **kwargs)#

Specifies the sliver skewness for the advancing front method. This parameter is used for removing sliver cells in the interior.

target(*args, **kwargs)#

Enables you to enable targeted skewness-based refinement for the advancing front method. This option enables you to improve the mesh until the targeted skewness value is achieved.

target_low_skew(*args, **kwargs)#

Specifies the targeted skewness threshold above which cells will be improved. The improve operation will attempt to improve cells with skewness above the target-low-skew value specified, but there will be no attempt to reduce the skewness below the specified value. A limited set of improve operations will be used as compared to the operations required for the target-skew value-based improvement. The value specified could be approximately 0.1 lower than the target-skew value.

target_skew(*args, **kwargs)#

Specifies the targeted skewness during improvement for the advancing front method.