Go to the source code of this file.
void cs_lagr_get_cell_face_connectivity |
( |
cs_lnum_t ** |
cell_face_idx, |
|
|
cs_lnum_t ** |
cell_face_lst |
|
) |
| |
Get pointers to cell face connectivity used in particle tracking.
- Parameters
-
[out] | cell_face_idx | cell face index |
[out] | cell_face_lst | cell face connectivity (signed 1-to-n based, negative for boundary faces, positive for interior faces) |
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.
- Parameters
-
[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.
- Parameters
-
[in] | visc_length | viscous layer thickness |