1#ifndef CS_ATMO_SOURCE_TERMS_H
2#define CS_ATMO_SOURCE_TERMS_H
Field descriptor.
Definition: cs_field.h:275
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:921
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:552
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:719
void cs_atmo_aerosol_nuclea(cs_field_t *f_ntdrp, const cs_real_t *rom)
Compute aerosol cloud droplets nucleation when using the atmospheric humid model using a microphysica...
Definition: cs_atmo_source_terms.cpp:1192
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:349