#include "cs_defs.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include "cs_headers.h" Include dependency graph for cs_user_lagr_volume_conditions.c:
 Include dependency graph for cs_user_lagr_volume_conditions.c:| Functions | |
| void | cs_user_lagr_volume_conditions (void) | 
| Define particle volume conditions.  More... | |
| void | cs_lagr_user_internal_interaction (cs_lagr_particle_set_t *particles, cs_lnum_t p_id, cs_lnum_t face_id, const cs_real_t face_norm[3], const cs_real_t c_intersect[3], cs_real_t t_intersect, cs_lagr_tracking_state_t *tracking_state) | 
| Handling of a particle interaction with a interior face of type CS_LAGR_BC_USER.  More... | |
| void cs_lagr_user_internal_interaction | ( | cs_lagr_particle_set_t * | particles, | 
| cs_lnum_t | p_id, | ||
| cs_lnum_t | face_id, | ||
| const cs_real_t | face_norm[3], | ||
| const cs_real_t | c_intersect[3], | ||
| cs_real_t | t_intersect, | ||
| cs_lagr_tracking_state_t * | tracking_state | ||
| ) | 
Handling of a particle interaction with a interior face of type CS_LAGR_BC_USER.
| [in,out] | particles | pointer to particle set | 
| [in] | p_id | particle id | 
| [in] | face_id | interior face id | 
| [in] | face_norm | unit face (or face subdivision) normal | 
| [in] | c_intersect | coordinates of intersection with the face | 
| [in] | t_intersect | relative distance (in [0, 1]) of the intersection point with the face relative to the initial trajectory segment | 
| [in,out] | tracking_state | particle tracking state | 
| void cs_user_lagr_volume_conditions | ( | void | ) | 
Define particle volume conditions.
This is used for the definition of volume injections, based on predefined volume zones (cs_zone_t).