high_res_tracking#
- class ansys.fluent.core.generated.solver.settings_271.high_res_tracking(name=None, parent=None)#
Bases:
GroupAdvanced settings for high-resolution particle tracking. High-resolution tracking subdivides polyhedral cells into tetrahedra (“subtets”), tracks particles through subtets, and interpolates flow variables continuously to the particle position. This improves robustness and accuracy and is recommended for most cases.
Attributes
Attribute |
Summary |
|---|---|
Enables high-resolution tracking (recommended for improved robustness and accuracy). |
|
Uses face centroids when creating subtetrahedra in cases with periodic boundaries. |
|
Selects the interpolation method for flow variables at the particle location. Interpolation ensures particles |
|
Adjusts particle time step in high-aspect-ratio boundary layer cells. Reduces particle step size in ~%high aspect-ratio boundary layer cells to prevent skipping thin cells and improve wall interaction accuracy. |
|
Checks for invalid subtetrahedra caused by warped cells. Detects invalid or inverted subtetrahedra in ~%highly skewed meshes, preventing tracking errors or particle loss. |
|
Automatically scales intersection tolerances for robustness. |
|
Uses barycentric coordinates for intersection calculations. |
|
Settings controlling particle location and relocation. |
|
Removes particles that become stuck at edges or faces. |
|
Uses barycentric coordinates when sampling particles on surfaces. |
|
Uses quad face centroids when constructing subtetrahedra. |
Included in:
Parent |
Summary |
|---|---|
Configures numerical options for DPM calculations. |