9.2
general documentation
cs_solve_all.h
Go to the documentation of this file.
1
#ifndef CS_SOLVE_ALL_H
2
#define CS_SOLVE_ALL_H
3
4
/*============================================================================
5
* Solve the Navier-Stokes equations, source term convection
6
* diffusion equations for scalars ... .
7
*============================================================================*/
8
9
/*
10
This file is part of code_saturne, a general-purpose CFD tool.
11
12
Copyright (C) 1998-2026 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 "
base/cs_defs.h
"
40
41
/*============================================================================
42
* Macro definitions
43
*============================================================================*/
44
45
/*============================================================================
46
* Local type definitions
47
*============================================================================*/
48
49
/*=============================================================================
50
* Global variables
51
*============================================================================*/
52
53
/*============================================================================
54
* Public function prototypes
55
*============================================================================*/
56
57
/*----------------------------------------------------------------------------*/
62
/*----------------------------------------------------------------------------*/
63
64
void
65
cs_solve_all
(
void
);
66
67
/*----------------------------------------------------------------------------*/
68
69
#endif
/* CS_SOLVE_ALL_H */
cs_defs.h
cs_solve_all
void cs_solve_all(void)
Resolution of incompressible Navier Stokes, scalar transport equations... for a time step.
Definition:
cs_solve_all.cpp:902
src
base
cs_solve_all.h
Generated on Mon Jul 6 2026 11:49:54 for code_saturne by
1.9.4