 |
6.3
general documentation
|
|
Go to the documentation of this file. 1 #ifndef __CS_ATMO_AEROSOL_SSH_H__
2 #define __CS_ATMO_AEROSOL_SSH_H__
void cs_atmo_aerosol_ssh_get_aero(cs_real_t *)
This function fills the given array with aerosol concentrations and numbers from SSH-aerosol.
Definition: cs_atmo_aerosol_ssh.c:573
void cs_atmo_aerosol_ssh_time_advance(void)
This function computes a time step of gaseous chemistry and aerosols dynamic using SSH-aerosol.
Definition: cs_atmo_aerosol_ssh.c:666
#define END_C_DECLS
Definition: cs_defs.h:493
double cs_real_t
Floating-point value.
Definition: cs_defs.h:304
#define BEGIN_C_DECLS
Definition: cs_defs.h:492
void cs_atmo_aerosol_ssh_set_gas(cs_real_t *)
This function uses the given array to update the gas concentrations in SSH-aerosol.
Definition: cs_atmo_aerosol_ssh.c:615
void cs_atmo_aerosol_ssh_initialize(void)
This function initializes SSH-aerosol.
Definition: cs_atmo_aerosol_ssh.c:348
void cs_atmo_aerosol_ssh_get_gas(cs_real_t *)
This function fills the given array with gas concentrations from SSH-aerosol.
Definition: cs_atmo_aerosol_ssh.c:639
void cs_atmo_aerosol_ssh_set_aero(cs_real_t *)
This function uses the given array to update the aerosol concentrations and numbers in SSH-aerosol.
Definition: cs_atmo_aerosol_ssh.c:541
void cs_atmo_aerosol_ssh_finalize(void)
This function finalizes SSH-aerosol.
Definition: cs_atmo_aerosol_ssh.c:515