My Project
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 CS_PROCF (plug_aerosol, PLUG_AEROSOL)
 
void CS_PROCF (plug_compute_coagulation_coefficient, PLUG_COMPUTE_COAGULATION_COEFFICIENT)
 

Detailed Description

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

Function Documentation

◆ CS_PROCF() [1/2]

void CS_PROCF ( plug_aerosol  ,
PLUG_AEROSOL   
)

◆ CS_PROCF() [2/2]

void CS_PROCF ( plug_compute_coagulation_coefficient  ,
PLUG_COMPUTE_COAGULATION_COEFFICIENT   
)