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 w...
Definition: cs_ctwr_source_terms.cpp:484
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) if mixture ...
Definition: cs_ctwr_source_terms.cpp:721
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...
Definition: cs_ctwr_source_terms.cpp:816
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...
Definition: cs_ctwr_source_terms.cpp:332
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 leaking ...
Definition: cs_ctwr_source_terms.cpp:616
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:325