high_resolution_tracking#
Bases:
TUIMenu
Enter the high resolution tracking menu.
Methods:
Use quad face centroids when creating subtets if the case contains periodic boundaries.
boundary_layer_tracking
(*args, **kwargs)Adjust the particle timestep to account for high aspect ratio cells.
check_subtet_validity
(*args, **kwargs)Test for inverted subtets due to warped cells.
Enable automatic scaling of subtet intersection tolerance.
enable_barycentric_intersections
(*args, **kwargs)Use barycentric coordinates for intersection calculations.
enable_high_resolution_tracking
(*args, **kwargs)Enable high resolution tracking.
project_wall_film_particles_to_film
(*args, ...)Project existing particles to film to track using high resolution tracking?.
remove_stuck_particles
(*args, **kwargs)Remove particles that are stuck at edges or faces.
set_film_spreading_parameter
(*args, **kwargs)Set the spreading parameter for Lagrangian wallfilm particles.
set_subtet_intersection_tolerance
(*args, ...)Set the tolerance for subtet intersection calculations.
sliding_interface_crossover_fraction
(*args, ...)Move the particle a fraction of the distance to the subtet center when crossing a sliding interface.
use_barycentric_sampling
(*args, **kwargs)Use barycentric coordinates when sampling at planes.
Use the particle timestep for the axisymmetric subtet intersection tolerance.
use_quad_face_centroid
(*args, **kwargs)Use quad face centroids when creating subtets.
use_velocity_based_error_control
(*args, **kwargs)Use adaptive time stepping based upon the particle velocity.
Classes:
barycentric_interpolation
(path, service)Enter the barycentric interpolation menu.
particle_relocation
(path, service)Enter the particle relocation menu.
Use quad face centroids when creating subtets if the case contains periodic boundaries.
Bases:
TUIMenu
Enter the barycentric interpolation menu.
Methods:
Enable transient variable interpolation.
interpolate_flow_cp
(*args, **kwargs)Enable interpolation of flow specific heat to the particle position.
interpolate_flow_density
(*args, **kwargs)Enable interpolation of flow density to the particle position.
interpolate_flow_solution_gradients
(*args, ...)Enable interpolation of flow solution gradients.
interpolate_flow_viscosity
(*args, **kwargs)Enable interpolation of flow viscosity to the particle position.
interpolate_temperature
(*args, **kwargs)Enable interpolation of temperature to the particle position.
interpolate_wallfilm_properties
(*args, **kwargs)Enable interpolation of wallfilm properties to the particle position.
nodal_reconstruction_frequency
(*args, **kwargs)Update nodal reconstruction every N'th DPM iteration.
precompute_pdf_species
(*args, **kwargs)Precompute cell values of PDF species mass fractions prior to particle tracking.
user_interpolation_function
(*args, **kwargs)Enter user interpolation function.
zero_nodal_velocity_on_walls
(*args, **kwargs)Set the nodal velocity on all walls to zero.
Enable transient variable interpolation.
Enable interpolation of flow specific heat to the particle position.
Enable interpolation of flow density to the particle position.
Enable interpolation of flow solution gradients.
Enable interpolation of flow viscosity to the particle position.
Enable interpolation of temperature to the particle position.
Enable interpolation of wallfilm properties to the particle position.
Update nodal reconstruction every N’th DPM iteration.
Precompute cell values of PDF species mass fractions prior to particle tracking.
Enter user interpolation function.
Set the nodal velocity on all walls to zero.
Adjust the particle timestep to account for high aspect ratio cells.
Test for inverted subtets due to warped cells.
Enable automatic scaling of subtet intersection tolerance.
Use barycentric coordinates for intersection calculations.
Enable high resolution tracking.
Bases:
TUIMenu
Enter the particle relocation menu.
Methods:
enhanced_cell_relocation_method
(*args, **kwargs)Enable enhanced method of locating particles in cells.
enhanced_wallfilm_location_method
(*args, ...)Enable enhanced method of locating film particles on faces.
load_legacy_particles
(*args, **kwargs)Load particles that were tracked without high-resolution tracking enabled.
overset_relocation_robustness_level
(*args, ...)Set the robustness level for particle relocation in overset meshes.
use_legacy_particle_location_method
(*args, ...)Enable legacy method of locating particles in cells.
Set the relocation tolerance scaling factor for wallfilm particles after remeshing.
Enable enhanced method of locating particles in cells.
Enable enhanced method of locating film particles on faces.
Load particles that were tracked without high-resolution tracking enabled.
Set the robustness level for particle relocation in overset meshes.
Enable legacy method of locating particles in cells.
Set the relocation tolerance scaling factor for wallfilm particles after remeshing.
Project existing particles to film to track using high resolution tracking?.
Remove particles that are stuck at edges or faces.
Set the spreading parameter for Lagrangian wallfilm particles.
Set the tolerance for subtet intersection calculations.
Move the particle a fraction of the distance to the subtet center when crossing a sliding interface.
Use barycentric coordinates when sampling at planes.
Use the particle timestep for the axisymmetric subtet intersection tolerance.
Use quad face centroids when creating subtets.
Use adaptive time stepping based upon the particle velocity.