Go to the source code of this file.
◆ cs_atmo_aerosol_finalize()
      
        
          | void cs_atmo_aerosol_finalize | ( | void |  | ) |  | 
      
 
This function finalizes the external aerosol code. 
 
 
◆ cs_atmo_aerosol_get_aero()
      
        
          | void cs_atmo_aerosol_get_aero | ( | cs_real_t * | array | ) |  | 
      
 
This function fills the given array with aerosol concentrations and numbers from the external aerosol code.. 
- Parameters
- 
  
    | [out] | array | aerosol concentrations and numbers |  
 
This function fills the given array with aerosol concentrations and numbers from the external aerosol code..
- Parameters
- 
  
    | [out] | array | aerosol concentrations and numbers |  
 
 
 
◆ cs_atmo_aerosol_get_gas()
      
        
          | void cs_atmo_aerosol_get_gas | ( | cs_real_t * | array | ) |  | 
      
 
This function fills the given array with gas concentrations from the external aerosol code. 
- Parameters
- 
  
    | [out] | array | gas concentrations |  
 
 
 
◆ cs_atmo_aerosol_initialize()
      
        
          | void cs_atmo_aerosol_initialize | ( | void |  | ) |  | 
      
 
This function initializes the external aerosol code. 
 
 
◆ cs_atmo_aerosol_nuclea()
Compute aerosol cloud droplets nucleation when using the atmospheric humid model using a microphysical model. 
It is taken into account as an additional step split from advection-diffusion equation, hence the droplet number is first clipped if necessary.
- Parameters
- 
  
    | [out] | nc | droplet number (scalar) in 1/cm**3 |  | [in] | rom | density of air in kg/m**3 |  | [in] | qldia | mass fraction of liquid water in kg/kg |  | [in] | pphy | true pressure in pascals |  | [in] | refrad | radiative cooling |  
 
 
 
◆ cs_atmo_aerosol_time_advance()
      
        
          | void cs_atmo_aerosol_time_advance | ( | void |  | ) |  | 
      
 
This function computes a time step of gaseous chemistry and aerosols dynamic using the external aerosol code.