7.1
general documentation
cs_clip_ke.h
Go to the documentation of this file.
1 #ifndef __CS_CLIP_KE_H__
2 #define __CS_CLIP_KE_H__
3 
4 /*============================================================================
5  * Clipping of the turbulent kinetic energy and the turbulent
6  * dissipation.
7  *============================================================================*/
8 
9 /*
10  This file is part of Code_Saturne, a general-purpose CFD tool.
11 
12  Copyright (C) 1998-2019 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  * Local headers
33  *----------------------------------------------------------------------------*/
34 
35 #include "cs_defs.h"
36 
37 /*----------------------------------------------------------------------------*/
38 
40 
41 /*=============================================================================
42  * Public function prototypes
43  *============================================================================*/
44 
45 /*----------------------------------------------------------------------------*/
53 /*----------------------------------------------------------------------------*/
54 
55 void
56 cs_clip_ke(cs_lnum_t n_cells,
57  int iclip);
58 
59 /*----------------------------------------------------------------------------*/
60 
62 
63 #endif /* __CS_CLIP_KE_H__ */
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:316
void cs_clip_ke(cs_lnum_t n_cells, int iclip)
Clipping of the turbulent kinetic energy and turbulent dissipation.
Definition: cs_clip_ke.c:117
#define END_C_DECLS
Definition: cs_defs.h:511