9.2
general documentation
cs_theta_scheme.h
Go to the documentation of this file.
1#ifndef CS_THETA_SCHEME_H
2#define CS_THETA_SCHEME_H
3
4/*============================================================================
5 * Management of the mass flux, the viscosity, the density, the specific
6 * heat and the tsnsa array in case of a theta-scheme.
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#include "base/cs_defs.h"
32
33/*----------------------------------------------------------------------------
34 * Local headers
35 *---------------------------------------------------------------------------*/
36
37#include "base/cs_base.h"
38
39/*============================================================================
40 * Public function definitions
41 *===========================================================================*/
42
43/*----------------------------------------------------------------------------
44 * Management of the mass flux, the viscosity, the density, the specific
45 * heat and the tsnsa array in case of a theta-scheme.
46 *
47 * Please refer to the
48 * <a href="../../theory.pdf#massflux"><b>mass flux</b></a> section
49 * of the theory guide for more informations.
50 *
51 * parameters:
52 * iappel <-- call id (before or after cs_physical_properties_update)
53 *
54 * returns:
55 *---------------------------------------------------------------------------*/
56
57void
59
60void
62
63void
65
66void
68
69void
71
72/*---------------------------------------------------------------------------*/
73
74#endif /* CS_THETA_SCHEME_H */
void cs_theta_scheme_update_var_stage5(void)
Allocate the array of structures local_models.
Definition: cs_theta_scheme.cpp:554
void cs_theta_scheme_update_var_stage4(void)
Allocate the array of structures local_models.
Definition: cs_theta_scheme.cpp:485
void cs_theta_scheme_update_var_stage1(void)
Management of the mass flux, the viscosity, the density, the specific heat and the tsnsa array in cas...
Definition: cs_theta_scheme.cpp:133
void cs_theta_scheme_update_var_stage2(void)
Management of the mass flux, the viscosity, the density, the specific heat and the tsnsa array in cas...
Definition: cs_theta_scheme.cpp:290
void cs_theta_scheme_update_var_stage3(void)
Allocate the array of structures local_models.
Definition: cs_theta_scheme.cpp:409