1 #ifndef __CS_GWF_PHYSICAL_PROPERTIES_H__
2 #define __CS_GWF_PHYSICAL_PROPERTIES_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:509
double cs_real_t
Floating-point value.
Definition: cs_defs.h:319
#define END_C_DECLS
Definition: cs_defs.h:510
void cs_gwf_precipitation(const int f_id)
Update liquid concentration according to precipitation phenomenon.
Definition: cs_gwf_physical_properties.c:230
void cs_gwf_delay_update(void)
Update delay of all transported species (user scalars)
Definition: cs_gwf_physical_properties.c:92
void cs_gwf_kinetic_reaction(const int f_id, cs_real_t *ts_imp, cs_real_t *ts_exp)
Take into account kinetic chemical reaction in evolution equation of total liquid concentration.
Definition: cs_gwf_physical_properties.c:280
void cs_gwf_decay_rate(const int f_id, cs_real_t *ts_imp)
Add first-order decay to implicit part of source term array.
Definition: cs_gwf_physical_properties.c:138
void cs_gwf_sorbed_concentration_update(const int f_id)
Update sorbed concentration for scalars with kinetic sorption.
Definition: cs_gwf_physical_properties.c:169