1#ifndef __CS_ATMO_SOURCE_TERMS_H__
2#define __CS_ATMO_SOURCE_TERMS_H__
void cs_atmo_source_term_for_inlet(cs_real_3_t exp_st[])
Additional right-hand side source terms for momentum equation in case of free inlet.
Definition cs_atmo_source_terms.cpp:811
void cs_atmo_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_atmo_source_terms.cpp:446
void cs_atmo_scalar_source_term(int f_id, cs_real_t exp_st[])
Additional right-hand side source terms for scalar equations taking into account dry and humid atmosp...
Definition cs_atmo_source_terms.cpp:613
#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
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition cs_defs.h:359