 Include dependency graph for cs_lagr_tracking.h:
 Include dependency graph for cs_lagr_tracking.h:Go to the source code of this file.
| Enumerations | |
| enum | cs_lagr_tracking_state_t { CS_LAGR_PART_TO_SYNC , CS_LAGR_PART_TO_SYNC_NEXT , CS_LAGR_PART_TREATED , CS_LAGR_PART_STUCK , CS_LAGR_PART_MERGED , CS_LAGR_PART_OUT , CS_LAGR_PART_ERR } | 
| Functions | |
| void | cs_lagr_tracking_initialize (void) | 
| Initialize particle tracking subsystem.  More... | |
| void | cs_lagr_tracking_particle_movement (const cs_real_t visc_length[]) | 
| Apply one particle movement step.  More... | |
| void | cs_lagr_tracking_finalize (void) | 
| Finalize Lagrangian module.  More... | |
| void | cs_lagr_test_wall_cell (const void *particle, const cs_lagr_attribute_map_t *p_am, const cs_real_t visc_length[], cs_real_t *yplus, cs_lnum_t *face_id) | 
| Determine the number of the closest wall face from the particle as well as the corresponding wall normal distance (y_p^+)  More... | |
| void cs_lagr_test_wall_cell | ( | const void * | particle, | 
| const cs_lagr_attribute_map_t * | p_am, | ||
| const cs_real_t | visc_length[], | ||
| cs_real_t * | yplus, | ||
| cs_lnum_t * | face_id | ||
| ) | 
Determine the number of the closest wall face from the particle as well as the corresponding wall normal distance (y_p^+)
Used for the deposition model.
| [in] | particle | particle attributes for current time step | 
| [in] | p_am | pointer to attributes map for current time step | 
| [in] | visc_length | viscous layer thickness | 
| [out] | yplus | associated yplus value | 
| [out] | face_id | associated neighbor wall face, or -1 | 
| void cs_lagr_tracking_finalize | ( | void | ) | 
Finalize Lagrangian module.
| void cs_lagr_tracking_initialize | ( | void | ) | 
Initialize particle tracking subsystem.
| void cs_lagr_tracking_particle_movement | ( | const cs_real_t | visc_length[] | ) | 
Apply one particle movement step.
| [in] | visc_length | viscous layer thickness |