#include "cs_defs.h"
#include "cs_math.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 "fvm_periodicity.h"
#include "cs_base.h"
#include "cs_halo.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_order.h"
#include "cs_parall.h"
#include "cs_random.h"
#include "cs_search.h"
#include "cs_timer_stats.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_lagr_clogging.h"
#include "cs_lagr_roughness.h"
#include "cs_lagr_dlvo.h"
#include "cs_lagr_stat.h"
#include "cs_lagr.h"
#include "cs_lagr_tracking.h"
#include "cs_lagr_prototypes.h"
#include "cs_lagr_precipitation_model.h"
Functions | |
void | cs_lagr_precipitation_mass_st (cs_real_t dtref, const cs_real_t crom[], const cs_real_t cvar_scal[], cs_real_t crvexp[]) |
Mass source term due to precipitation. More... | |
void | cs_lagr_precipitation_injection (cs_real_t *vela, cs_real_t *val) |
Management of the injection of particles formed by precipitation. More... | |
Management of the injection of particles formed by precipitation.
[in] | vela | pointer to fluid velocity array (per cell) |
[out] | val | number of particles to inject (with weight) |
void cs_lagr_precipitation_mass_st | ( | cs_real_t | dtref, |
const cs_real_t | crom[], | ||
const cs_real_t | cvar_scal[], | ||
cs_real_t | crvexp[] | ||
) |
Mass source term due to precipitation.
[in] | dtref | pointer to reference time step |
[in] | crom | pointer to density value |
[in] | cvar_scal | pointer to scal value |
[out] | crvexp | explicit part of the source term |