#include "cs_defs.h"#include <limits.h>#include <stdio.h>#include <stddef.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <ctype.h>#include <float.h>#include <assert.h>#include "bft_printf.h"#include "bft_error.h"#include "bft_mem.h"#include "cs_base.h"#include "cs_math.h"#include "cs_boundary_zone.h"#include "cs_volume_zone.h"#include "cs_ht_convert.h"#include "cs_mesh.h"#include "cs_mesh_quantities.h"#include "cs_parall.h"#include "cs_thermal_model.h"#include "cs_parameters.h"#include "cs_physical_model.h"#include "cs_physical_constants.h"#include "cs_prototypes.h"#include "cs_time_step.h"#include "cs_field.h"#include "cs_field_pointer.h"#include "cs_random.h"#include "cs_lagr.h"#include "cs_lagr_gradients.h"#include "cs_lagr_tracking.h"#include "cs_lagr_new.h"#include "cs_lagr_precipitation_model.h"#include "cs_lagr_prototypes.h"#include "cs_lagr_injection.h"
Include dependency graph for cs_lagr_injection.c:Functions | |
| void | cs_lagr_injection (int time_id, const int itypfb[], cs_real_t visc_length[]) |
| Inject particles in the computational domain. More... | |
| void cs_lagr_injection | ( | int | time_id, |
| const int | itypfb[], | ||
| cs_real_t | visc_length[] | ||
| ) |
Inject particles in the computational domain.
| [in] | time_id | time step indicator for fields 0: use fields at current time step 1: use fields at previous time step |
| [in] | itypfb | boundary face types |
| [in] | visc_length | viscous layer thickness (size: number of mesh boundary faces) |