high_resolution_tracking#
Bases:
TUIMenu
Enters the high resolution tracking menu. See for more information about these options.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
When enabled, ANSYS Fluent uses quad face centroids when creating subtets in cases with periodic boundaries.
barycentric_interpolation
(service, version, ...)Enter the barycentric interpolation menu.
boundary_layer_tracking
(service, version, ...)Enables/disables the calculation of the particle time step that considers both the cell aspect ratio and the particle trajectory.
check_subtet_validity
(service, version, ...)When enabled, checks the validity of a subtet when the particle first enters it.
Enables/disables the automatic calculation of intersection tolerance.
enable_barycentric_intersections
(service, ...)Enables/disables an alternative method of calculating intersections with cell boundaries.
enable_high_resolution_tracking
(service, ...)Enables/disables high resolution tracking.
enhanced_wallfilm_location_method
(service, ...)Enable enhanced method of locating film particles on faces.
load_legacy_particles
(service, version, ...)Load particles that were tracked without high-resolution tracking enabled.
particle_relocation
(service, version, mode, path)Enter the particle relocation menu.
project_wall_film_particles_to_film
(service, ...)Enables/disables projecting existing particles to Lagrangian wall film to track using high-resolution tracking.
remove_stuck_particles
(service, version, ...)set_film_spreading_parameter
(service, ...)Set the spreading parameter for Lagrangian wallfilm particles.
set_subtet_intersection_tolerance
(service, ...)Specifies the tolerance used in intersection calculations.
Specifies the fraction of the distance to the subtet center to move the particle.
use_barycentric_sampling
(service, version, ...)When enabled, this option provides improved accuracy and parallel consistency when sampling particles at planes.
use_legacy_particle_location_method
(service, ...)Enable legacy method of locating particles in cells.
Enables/disables the use of the particle timestep for the subtet intersection tolerance with axisymmetric grids (default: enabled).
use_quad_face_centroid
(service, version, ...)Enables/disables using quad face centroids when creating subtets.
use_velocity_based_error_control
(service, ...)Enables/disables an alternative method of timestep adaption.
wallfilm_relocation_tolerance
(service, ...)Set the relocation tolerance for wallfilm particles after remeshing.
__init__ method of TUIMenu class.
Bases:
TUIMethod
When enabled, ANSYS Fluent uses quad face centroids when creating subtets in cases with periodic boundaries.
Bases:
TUIMethod
Enables/disables the calculation of the particle time step that considers both the cell aspect ratio and the particle trajectory. This method improves the accuracy of the predictions in boundary layer cells, particularly in layers where flow gradients are large.
Bases:
TUIMethod
When enabled, checks the validity of a subtet when the particle first enters it. If the subtet is found to be degenerate, the tracking algorithm modifies to accommodate it.
Bases:
TUIMethod
Enables/disables the automatic calculation of intersection tolerance. By default, the tolerance used in intersection calculations is scaled by the residence time of the particle in the cell to improve robustness. For most cases, the scaled tolerance is sufficient to identify all intersections of the particle trajectory and the subtet faces. You can set the intersection tolerance manually using the set-subtet-intersection-tolerance text command.
Bases:
TUIMethod
Enables/disables an alternative method of calculating intersections with cell boundaries. Barycentric intersections are linear calculations and are faster than the default intersection algorithm. The default intersection algorithm is second-order for stationary meshes; therefore, using the barycentric intersection may sacrifice accuracy. You must verify that the barycentric intersections provide comparable results to the default intersection method. This option is available only for 3D stationary meshes and the double precision solver.
Bases:
TUIMethod
Enables/disables high resolution tracking.
Bases:
TUIMethod
Enable enhanced method of locating film particles on faces.
Bases:
TUIMethod
Load particles that were tracked without high-resolution tracking enabled.
Bases:
TUIMethod
Enables/disables projecting existing particles to Lagrangian wall film to track using high-resolution tracking. When reading in a data file that contains wall film particles previously tracked with the existing ANSYS Fluent tracking method, you need to either clear the particles from the domain or project their positions to the wall film surface using the project-wall-film-particles-to-film? text command prior to using the high-resolution tracking method. After tracking the particles for one timestep, this option can be disabled to improve performance.
Bases:
TUIMethod
.
Bases:
TUIMethod
Set the spreading parameter for Lagrangian wallfilm particles.
Bases:
TUIMethod
Specifies the tolerance used in intersection calculations. This tolerance will be scaled by the characteristic cell crossing time of the particle if the enable-automatic-intersection-tolerance? text command is enabled. If that option is disabled, the specified tolerance will be used without scaling. The default intersection tolerance is 10-5.
Bases:
TUIMethod
Specifies the fraction of the distance to the subtet center to move the particle. At non-conformal interfaces, the nodes used for the barycentric interpolation are different on either side of the interface. This may result in incomplete particles due to discontinuities in the variable interpolation. The number of incomplete particles may be reduced by moving the particles slightly off of the sliding interface. Recommended values range between 0 and 0.5.
Bases:
TUIMethod
When enabled, this option provides improved accuracy and parallel consistency when sampling particles at planes. This item is available only with the 3D solver. Using the double-precision solver and bounded planes is recommended.
Bases:
TUIMethod
Enable legacy method of locating particles in cells.
Bases:
TUIMethod
Enables/disables the use of the particle timestep for the subtet intersection tolerance with axisymmetric grids (default: enabled). If disabled, the tolerance will be calculated in the same manner as non-axisymmetric meshes (a scaled value of the tolerance which is set using the define/models/dpm/numerics/high-resolution-tracking/set-subtet-intersection-tolerance text command).
Bases:
TUIMethod
Enables/disables using quad face centroids when creating subtets. This option changes the way hexahedral cells are decomposed to avoid creating degenerate subtets.
Bases:
TUIMethod
Enables/disables an alternative method of timestep adaption. By default, ANSYS Fluent uses the half-step method of timestep adaption with particle integration. This alternative method of controlling the integration timestep based upon velocity changes is faster; however, you need to ensure that the accuracy is comparable for your specific application.
Bases:
TUIMethod
Set the relocation tolerance for wallfilm particles after remeshing.