1#ifndef __CS_CTWR_SOURCE_TERMS_H__
2#define __CS_CTWR_SOURCE_TERMS_H__
void cs_ctwr_volume_mass_injection_evap_rain_dof_func(cs_lnum_t n_elts, const cs_lnum_t *elt_ids, bool dense_output, void *input, cs_real_t *retval)
cs_dof_func_t function to compute volume mass injection for pressure (mass) equation resulting from e...
void cs_ctwr_volume_mass_injection_yh_rain_dof_func(cs_lnum_t n_elts, const cs_lnum_t *elt_ids, bool dense_output, void *input, cs_real_t *retval)
cs_dof_func_t function to compute volume mass injection for yphp rain equation (enthalpy).
void cs_ctwr_source_term(int f_id, cs_real_t exp_st[], cs_real_t imp_st[])
Phase change source terms - Exchange terms between the injected liquid and the water vapor phase in t...
void cs_ctwr_volume_mass_injection_packing_dof_func(cs_lnum_t n_elts, const cs_lnum_t *elt_ids, bool dense_output, void *input, cs_real_t *retval)
cs_dof_func_t function to compute volume mass injection for pressure (mass) equation resulting from w...
void cs_ctwr_volume_mass_injection_rain_dof_func(cs_lnum_t n_elts, const cs_lnum_t *elt_ids, bool dense_output, void *input, cs_real_t *retval)
cs_dof_func_t function to compute volume mass injection for pressure (mass) equation for the rain.
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
#define END_C_DECLS
Definition: cs_defs.h:543
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:335