|
programmer's documentation
|
Go to the source code of this file.
Functions | |
| void | cs_lagr_tracking_initialize (void) |
| Initialize particle tracking subsystem. More... | |
| void | cs_lagr_tracking_particle_movement (const cs_real_t visc_length[], cs_real_t tkelvi) |
| Apply one particle movement step. More... | |
| void | cs_lagr_tracking_finalize (void) |
| Finalize Lagrangian module. More... | |
| void | _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) |
| Calculates the distance to the wall y+. More... | |
| void _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 | ||
| ) |
Calculates the distance to the wall y+.
| void cs_lagr_tracking_finalize | ( | void | ) |
Finalize Lagrangian module.
| void cs_lagr_tracking_initialize | ( | void | ) |
Initialize particle tracking subsystem.
1.8.13