#include "fvm_nodal.h"#include "cs_base.h"#include "cs_halo.h"#include "cs_mesh.h"#include "cs_mesh_quantities.h" Include dependency graph for cs_ctwr_source_terms.h:
 Include dependency graph for cs_ctwr_source_terms.h:Go to the source code of this file.
| Functions | |
| 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 the bulk, humid air.  More... | |
| void | cs_ctwr_bulk_mass_source_term (cs_real_t mass_source[]) | 
| Phase change mass source term from the evaporating liquid to the bulk, humid air.  More... | |
| void cs_ctwr_bulk_mass_source_term | ( | cs_real_t | mass_source[] | ) | 
Phase change mass source term from the evaporating liquid to the bulk, humid air.
Careful, this is different from an injection source term, which would normally be handled with a 'cs_equation_add_volume_mass_injection_' function.
| [out] | mass_source | Mass source term |