8.3
general documentation
keywords.h
Go to the documentation of this file.
1/*============================================================================
2 * Doxygen documentation for specific keywords
3 *============================================================================*/
4
5/*
6 This file is part of code_saturne, a general-purpose CFD tool.
7
8 Copyright (C) 1998-2024 EDF S.A.
9
10 This program is free software; you can redistribute it and/or modify it under
11 the terms of the GNU General Public License as published by the Free Software
12 Foundation; either version 2 of the License, or (at your option) any later
13 version.
14
15 This program is distributed in the hope that it will be useful, but WITHOUT
16 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
17 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
18 details.
19
20 You should have received a copy of the GNU General Public License along with
21 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
22 Street, Fifth Floor, Boston, MA 02110-1301, USA.
23*/
24
25/*----------------------------------------------------------------------------*/
26
27#include "cs_equation_param.h"
28#include "cs_parameters.h"
29
30/*=============================================================================
31 * Additional doxygen documentation
32 *============================================================================*/
33
39/*----------------------------------------------------------------------------*/
40
51char *label:
52
58int log;
59
72
81
92
109
121
128
136
145
153
169
188
208
214
227
233
252
261
267
295
310
325
341
344/*----------------------------------------------------------------------------*/
double st_exp_extrapolated
Definition: keywords.h:309
int scalar_id
Definition: keywords.h:127
char * label
Definition: keywords.h:58
int diffusivity_id
Definition: keywords.h:168
int time_extrapolated
Definition: keywords.h:108
double turbulent_flux_model
Definition: keywords.h:226
int post_vis
Definition: keywords.h:71
int moment_id
Definition: keywords.h:91
char * restart_file
Definition: keywords.h:152
int density_id
Definition: keywords.h:207
cs_solving_info_t * solving_info
Definition: keywords.h:144
int first_moment_id
Definition: keywords.h:232
cs_equation_param_t * var_cal_opt
Definition: keywords.h:135
int coupled
Definition: keywords.h:80
double variance_dissipation
Definition: keywords.h:260
double diffusivity_ref
Definition: keywords.h:187
int scalar_time_scheme
Definition: keywords.h:294
int variance_clipping
Definition: keywords.h:251
int scalar_diffusivity_prev
Definition: keywords.h:266
double turbulent_flux_ctheta
Definition: keywords.h:213
double diffusivity_extrapolated
Definition: keywords.h:324
double time_step_factor
Definition: keywords.h:340
int limiter_choice
Definition: keywords.h:120
Set of parameters to handle an unsteady convection-diffusion-reaction equation with term sources.
Definition: cs_equation_param.h:192
Definition: cs_parameters.h:68