8.3
general documentation
cs_atmo_aerosol.h
Go to the documentation of this file.
1#ifndef __CS_ATMO_AEROSOL_H__
2#define __CS_ATMO_AEROSOL_H__
3
4/*============================================================================
5 * Main for atmospheric aerosols related functions
6 *============================================================================*/
7
8/*
9 This file is part of code_saturne, a general-purpose CFD tool.
10
11 Copyright (C) 1998-2024 EDF S.A.
12
13 This program is free software; you can redistribute it and/or modify it under
14 the terms of the GNU General Public License as published by the Free Software
15 Foundation; either version 2 of the License, or (at your option) any later
16 version.
17
18 This program is distributed in the hope that it will be useful, but WITHOUT
19 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
20 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
21 details.
22
23 You should have received a copy of the GNU General Public License along with
24 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
25 Street, Fifth Floor, Boston, MA 02110-1301, USA.
26*/
27
28/*----------------------------------------------------------------------------*/
29
30/*----------------------------------------------------------------------------
31 * Local headers
32 *----------------------------------------------------------------------------*/
33
34#include "cs_defs.h"
35
36/*----------------------------------------------------------------------------*/
37
39
40/*============================================================================
41 * Local Macro definitions
42 *============================================================================*/
43
44/*============================================================================
45 * Type definitions
46 *============================================================================*/
47
48/*============================================================================
49 * Static global variables
50 *============================================================================*/
51
52/*============================================================================
53 * Public function definitions
54 *============================================================================*/
55
56/*----------------------------------------------------------------------------*/
60/*----------------------------------------------------------------------------*/
61
62void
64
65/*----------------------------------------------------------------------------*/
69/*----------------------------------------------------------------------------*/
70
71void
73
74/*----------------------------------------------------------------------------*/
81/*----------------------------------------------------------------------------*/
82
83void
85
86/*----------------------------------------------------------------------------*/
93/*----------------------------------------------------------------------------*/
94
95void
97
98/*----------------------------------------------------------------------------*/
103/*----------------------------------------------------------------------------*/
104
105void
107
108/*----------------------------------------------------------------------------*/
122/*----------------------------------------------------------------------------*/
123
124void
126 const cs_real_t *rom,
127 const cs_real_t *qldia,
128 const cs_real_t *pphy,
129 const cs_real_t *refrad);
130
131/*----------------------------------------------------------------------------*/
132
134
135#endif /* __CS_ATMO_AEROSOL_H__ */
void cs_atmo_aerosol_time_advance(void)
This function computes a time step of gaseous chemistry and aerosols dynamic using the external aeros...
Definition: cs_atmo_aerosol.cpp:306
void cs_atmo_aerosol_get_gas(cs_real_t *array)
This function fills the given array with gas concentrations from the external aerosol code.
Definition: cs_atmo_aerosol.cpp:290
void cs_atmo_aerosol_initialize(void)
This function initializes the external aerosol code.
Definition: cs_atmo_aerosol.cpp:237
void cs_atmo_aerosol_finalize(void)
This function finalizes the external aerosol code.
Definition: cs_atmo_aerosol.cpp:252
void cs_atmo_aerosol_nuclea(cs_real_t *nc, const cs_real_t *rom, const cs_real_t *qldia, const cs_real_t *pphy, const cs_real_t *refrad)
Compute aerosol cloud droplets nucleation when using the atmospheric humid model using a microphysica...
Definition: cs_atmo_aerosol.cpp:331
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...
Definition: cs_atmo_aerosol.cpp:272
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
#define END_C_DECLS
Definition: cs_defs.h:543
double precision, dimension(:,:,:), allocatable nc
Definition: atimbr.f90:109