programmer's documentation
Functions
cs_at_plugin.c File Reference

Plugin to dynamically load(*.so) the aerosol model (SIREAM) More...

#include "cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_timer.h"
#include "cs_at_plugin.h"
Include dependency graph for cs_at_plugin.c:

Functions

void plug_aerosol (cs_int_t *nx, cs_int_t *ny, cs_int_t *nz, cs_int_t *ns, cs_real_t *ts, cs_real_t *dlhumid, cs_real_t *dltemp, cs_real_t *dlpress, cs_real_t *delta_t, cs_real_t *dlconc, cs_int_t *noptions_aer, cs_int_t *option_aer, cs_int_t *ns_aer, cs_int_t *nbin_aer, cs_int_t *ncycle_aer, cs_real_t *bin_bound_aer, cs_real_t *fixed_density_aer, cs_real_t *density_aer, cs_int_t *couples_coag, cs_int_t *first_index_coag, cs_int_t *second_index_coag, cs_real_t *coefficient_coag, cs_real_t *dlconc_aer, cs_real_t *dlnum_aer)
 
void plug_compute_coagulation_coefficient (cs_int_t *nbin_aer, cs_real_t *bin_bound, cs_int_t *couple, cs_int_t *first_index, cs_int_t *second_index, cs_real_t *partition_coefficient)
 

Detailed Description

Plugin to dynamically load(*.so) the aerosol model (SIREAM)

Function Documentation

◆ plug_aerosol()

void plug_aerosol ( cs_int_t nx,
cs_int_t ny,
cs_int_t nz,
cs_int_t ns,
cs_real_t ts,
cs_real_t dlhumid,
cs_real_t dltemp,
cs_real_t dlpress,
cs_real_t delta_t,
cs_real_t dlconc,
cs_int_t noptions_aer,
cs_int_t option_aer,
cs_int_t ns_aer,
cs_int_t nbin_aer,
cs_int_t ncycle_aer,
cs_real_t bin_bound_aer,
cs_real_t fixed_density_aer,
cs_real_t density_aer,
cs_int_t couples_coag,
cs_int_t first_index_coag,
cs_int_t second_index_coag,
cs_real_t coefficient_coag,
cs_real_t dlconc_aer,
cs_real_t dlnum_aer 
)

◆ plug_compute_coagulation_coefficient()

void plug_compute_coagulation_coefficient ( cs_int_t nbin_aer,
cs_real_t bin_bound,
cs_int_t couple,
cs_int_t first_index,
cs_int_t second_index,
cs_real_t partition_coefficient 
)