| 
    My Project
    
   programmer's documentation 
   | 
 
#include <cs_lagr.h>

Particle injection parameters for a given zone and particle set
| int cluster | 
statistical cluster id
| int coal_number | 
particle coal number (if physical_model=2)
| cs_real_t cp | 
particle specific heat
| cs_real_t density | 
particle density
| cs_real_t diameter | 
particle diameter
| cs_real_t diameter_variance | 
particle diameter variance
| cs_real_t emissivity | 
particle emissivity
| cs_real_t flow_rate | 
flow rate
| cs_real_t fouling_index | 
fouling index
| int injection_frequency | 
injection frequency (if =< 0, only at first iteration)
| cs_lagr_injection_profile_compute_t* injection_profile_func | 
optional injection profile computation function, or NULL
| void* injection_profile_input | 
optional injection profile input data, or NULL
| int location_id | 
associated mesh location id
| cs_gnum_t n_inject | 
number of particles injected at a time for this class and zone
| int particle_aggregate | 
| int set_id | 
associated set id
| cs_real_t stat_weight | 
particle statitistical weight
| cs_real_t temperature | 
particle temperature
| int temperature_profile | 
temperature condition type:
| cs_real_t velocity[3] | 
particle velocity components
| cs_real_t velocity_magnitude | 
particle velocity magnitude
| int velocity_profile | 
velocity condition type:
| int zone_id | 
associated zone id
 1.8.16