9.0
general documentation
Loading...
Searching...
No Matches
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
38
39/*----------------------------------------------------------------------------*/
40
45
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
343
344/*----------------------------------------------------------------------------*/
int coupled
Definition keywords.h:80
int scalar_id
Definition keywords.h:127
int scalar_time_scheme
Definition keywords.h:294
char * restart_file
Definition keywords.h:152
double diffusivity_extrapolated
Definition keywords.h:324
int scalar_diffusivity_prev
Definition keywords.h:266
int first_moment_id
Definition keywords.h:232
double time_step_factor
Definition keywords.h:340
int time_extrapolated
Definition keywords.h:108
int post_vis
Definition keywords.h:71
double st_exp_extrapolated
Definition keywords.h:309
int variance_clipping
Definition keywords.h:251
cs_equation_param_t * var_cal_opt
Definition keywords.h:135
int moment_id
Definition keywords.h:91
double diffusivity_ref
Definition keywords.h:187
double turbulent_flux_model
Definition keywords.h:226
int limiter_choice
Definition keywords.h:120
double turbulent_flux_ctheta
Definition keywords.h:213
double variance_dissipation
Definition keywords.h:260
char * label
Definition keywords.h:58
cs_solving_info_t * solving_info
Definition keywords.h:144
int diffusivity_id
Definition keywords.h:168
int density_id
Definition keywords.h:207
Set of parameters to handle an unsteady convection-diffusion-reaction equation with term sources.
Definition cs_equation_param.h:193
Definition cs_parameters.h:68