8.2
general documentation
cs_solve_transported_variables.h
Go to the documentation of this file.
1 #ifndef __CS_SOLVE_TRANSPORTED_VARIABLES__
2 #define __CS_SOLVE_TRANSPORTED_VARIABLES__
3 
4 /*============================================================================
5  * Resolution of source term convection diffusion equations
6  * for scalars in a time step.
7  *============================================================================*/
8 
9 /*
10  This file is part of code_saturne, a general-purpose CFD tool.
11 
12  Copyright (C) 1998-2024 EDF S.A.
13 
14  This program is free software; you can redistribute it and/or modify it under
15  the terms of the GNU General Public License as published by the Free Software
16  Foundation; either version 2 of the License, or (at your option) any later
17  version.
18 
19  This program is distributed in the hope that it will be useful, but WITHOUT
20  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
21  FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
22  details.
23 
24  You should have received a copy of the GNU General Public License along with
25  this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
26  Street, Fifth Floor, Boston, MA 02110-1301, USA.
27 */
28 
29 /*----------------------------------------------------------------------------*/
30 
31 /*----------------------------------------------------------------------------
32  * Standard C library headers
33  *----------------------------------------------------------------------------*/
34 
35 /*----------------------------------------------------------------------------
36  * Local headers
37  *----------------------------------------------------------------------------*/
38 
39 #include "cs_defs.h"
40 
41 /*----------------------------------------------------------------------------*/
42 
44 
45 /*=============================================================================
46  * Public function prototypes
47  *============================================================================*/
48 
49 /*----------------------------------------------------------------------------*/
55 /*----------------------------------------------------------------------------*/
56 
57 /*----------------------------------------------------------------------------*/
58 /*
59  * \param[in] iterns Navier-Stokes iteration number
60  */
61 /*----------------------------------------------------------------------------*/
62 
63 void
65 
66 /*----------------------------------------------------------------------------*/
67 
69 
70 #endif /* __CS_SOLVE_TRANSPORTED_VARIABLES__ */
#define BEGIN_C_DECLS
Definition: cs_defs.h:528
#define END_C_DECLS
Definition: cs_defs.h:529
void cs_solve_transported_variables(int iterns)
Resolution of source term convection diffusion equations for scalars in a time step.
Definition: cs_solve_transported_variables.c:149