1 #ifndef __CS_ATMO_AEROSOL_H__ 2 #define __CS_ATMO_AEROSOL_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
void cs_atmo_aerosol_time_advance(void)
This function computes a time step of gaseous chemistry and aerosols dynamic using the external aeros...
Definition: cs_atmo_aerosol.c:204
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
void cs_atmo_aerosol_get_gas(cs_real_t *)
This function fills the given array with gas concentrations from the external aerosol code...
Definition: cs_atmo_aerosol.c:188
void cs_atmo_aerosol_initialize(void)
This function initializes the external aerosol code.
Definition: cs_atmo_aerosol.c:139
void cs_atmo_aerosol_get_aero(cs_real_t *)
This function fills the given array with aerosol concentrations and numbers from the external aerosol...
Definition: cs_atmo_aerosol.c:172
void cs_atmo_aerosol_finalize(void)
This function finalizes the external aerosol code.
Definition: cs_atmo_aerosol.c:154
#define END_C_DECLS
Definition: cs_defs.h:511