|
void | cs_lagr_init_c_arrays (int dim_cs_glob_lagr_source_terms[2], cs_real_t **p_cs_glob_lagr_source_terms) |
|
void | cs_lagr_finalize (void) |
|
cs_lagr_injection_set_t * | cs_lagr_get_injection_set (cs_lagr_zone_data_t *zone_data, int zone_id, int set_id) |
| Provide access to injection set structure. More...
|
|
void | cs_lagr_injection_set_default (cs_lagr_injection_set_t *zis) |
| Initialize injection set data structure fields to defaults. More...
|
|
cs_lagr_particle_counter_t * | cs_lagr_get_particle_counter (void) |
| Get read/write pointer to global particle counter. More...
|
|
cs_lagr_particle_counter_t * | cs_lagr_update_particle_counter (void) |
| Update global particle counter. More...
|
|
cs_lagr_specific_physics_t * | cs_get_lagr_specific_physics (void) |
| Provide access to cs_lagr_specific_physics_t. More...
|
|
cs_lagr_reentrained_model_t * | cs_get_lagr_reentrained_model (void) |
| Provide access to cs_lagr_reentrained_model_t. More...
|
|
cs_lagr_precipitation_model_t * | cs_get_lagr_precipitation_model (void) |
| Provide access to cs_lagr_precipitation_model_t. More...
|
|
cs_lagr_clogging_model_t * | cs_get_lagr_clogging_model (void) |
|
cs_lagr_consolidation_model_t * | cs_get_lagr_consolidation_model (void) |
|
cs_lagr_time_step_t * | cs_get_lagr_time_step (void) |
|
cs_lagr_source_terms_t * | cs_get_lagr_source_terms (void) |
|
cs_lagr_encrustation_t * | cs_get_lagr_encrustation (void) |
|
cs_lagr_physico_chemical_t * | cs_get_lagr_physico_chemical (void) |
|
cs_lagr_brownian_t * | cs_get_lagr_brownian (void) |
|
cs_lagr_internal_condition_t * | cs_lagr_get_internal_conditions (void) |
| Return pointer to the main internal conditions structure. More...
|
|
cs_lagr_zone_data_t * | cs_lagr_get_boundary_conditions (void) |
| Return pointer to the main boundary conditions structure. More...
|
|
cs_lagr_zone_data_t * | cs_lagr_get_volume_conditions (void) |
| Return pointer to the main volume conditions structure. More...
|
|
void | cs_lagr_finalize_zone_conditions (void) |
| Return pointer to the main internal conditions structure. More...
|
|
void | cs_lagr_finalize_internal_cond (void) |
|
cs_lagr_boundary_interactions_t * | cs_get_lagr_boundary_interactions (void) |
|
cs_lagr_extra_module_t * | cs_get_lagr_extra_module (void) |
|
void | cs_lagr_solve_initialize (const cs_real_t *dt) |
|
void | cs_lagr_solve_time_step (const int itypfb[], const cs_real_t *dt) |
|