#include <ple_locator.h>#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_atmo_aerosol.h:Go to the source code of this file.
Functions | |
| void | cs_atmo_aerosol_initialize (void) |
| This function initializes the external aerosol code. More... | |
| void | cs_atmo_aerosol_finalize (void) |
| This function finalizes the external aerosol code. More... | |
| void | cs_atmo_aerosol_get_aero (cs_real_t *) |
| This function fills the given array with aerosol concentrations and numbers from the external aerosol code.. More... | |
| void | cs_atmo_aerosol_get_gas (cs_real_t *) |
| This function fills the given array with gas concentrations from the external aerosol code. More... | |
| void | cs_atmo_aerosol_time_advance (void) |
| This function computes a time step of gaseous chemistry and aerosols dynamic using the external aerosol code. More... | |
| void cs_atmo_aerosol_finalize | ( | void | ) |
This function finalizes the external aerosol code.
| void cs_atmo_aerosol_get_aero | ( | cs_real_t * | ) |
This function fills the given array with aerosol concentrations and numbers from the external aerosol code..
| void cs_atmo_aerosol_get_gas | ( | cs_real_t * | ) |
This function fills the given array with gas concentrations from the external aerosol code.
| void cs_atmo_aerosol_initialize | ( | void | ) |
This function initializes the external aerosol code.
| void cs_atmo_aerosol_time_advance | ( | void | ) |
This function computes a time step of gaseous chemistry and aerosols dynamic using the external aerosol code.