8.1
general documentation
cs_base_headers.h
Go to the documentation of this file.
1 #ifndef __CS_BASE_HEADERS_H__
2 #define __CS_BASE_HEADERS_H__
3 
4 /*============================================================================
5  * Global code_saturne headers file for easier include
6  *============================================================================*/
7 
8 /*
9  This file is part of code_saturne, a general-purpose CFD tool.
10 
11  Copyright (C) 1998-2023 EDF S.A.
12 
13  This program is free software; you can redistribute it and/or modify it under
14  the terms of the GNU General Public License as published by the Free Software
15  Foundation; either version 2 of the License, or (at your option) any later
16  version.
17 
18  This program is distributed in the hope that it will be useful, but WITHOUT
19  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
20  FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
21  details.
22 
23  You should have received a copy of the GNU General Public License along with
24  this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
25  Street, Fifth Floor, Boston, MA 02110-1301, USA.
26 */
27 
28 /*----------------------------------------------------------------------------
29  * Local headers
30  *----------------------------------------------------------------------------*/
31 
32 #include "cs_1d_wall_thermal.h"
34 #include "cs_ale.h"
35 #include "cs_all_to_all.h"
36 #include "cs_array.h"
37 #include "cs_array_reduce.h"
38 #include "cs_assert.h"
39 #include "cs_ast_coupling.h"
40 #include "cs_base.h"
41 #include "cs_base_accel.h"
42 #include "cs_block_dist.h"
43 #include "cs_block_to_part.h"
44 #include "cs_boundary.h"
45 #include "cs_boundary_conditions.h"
46 #include "cs_boundary_zone.h"
47 #include "cs_coupling.h"
48 #include "cs_defs.h"
50 #include "cs_ext_neighborhood.h"
51 #include "cs_fan.h"
52 #include "cs_field.h"
53 #include "cs_field_default.h"
54 #include "cs_field_operator.h"
55 #include "cs_field_pointer.h"
56 #include "cs_file.h"
57 #include "cs_file_csv_parser.h"
58 #include "cs_flag_check.h"
59 #include "cs_fp_exception.h"
60 #include "cs_function.h"
61 #include "cs_function_default.h"
62 #include "cs_gas_mix.h"
63 #include "cs_halo.h"
64 #include "cs_halo_perio.h"
65 #include "cs_head_losses.h"
66 #include "cs_ht_convert.h"
67 #include "cs_ibm.h"
68 #include "cs_interface.h"
69 #include "cs_interpolate.h"
70 #include "cs_internal_coupling.h"
71 #include "cs_log.h"
72 #include "cs_map.h"
73 #include "cs_mass_source_terms.h"
74 #include "cs_math.h"
75 #include "cs_measures_util.h"
76 #include "cs_mobile_structures.h"
77 #include "cs_notebook.h"
78 #include "cs_numbering.h"
79 #include "cs_order.h"
80 #include "cs_parall.h"
81 #include "cs_param_types.h"
82 #include "cs_parameters.h"
83 #include "cs_part_to_block.h"
84 #include "cs_physical_constants.h"
85 #include "cs_physical_properties.h"
86 #include "cs_porosity_from_scan.h"
87 #include "cs_porous_model.h"
88 #include "cs_post.h"
89 #include "cs_post_util.h"
90 #include "cs_preprocess.h"
91 #include "cs_preprocessor_data.h"
92 #include "cs_probe.h"
93 #include "cs_prototypes.h"
94 #include "cs_random.h"
95 #include "cs_renumber.h"
96 #include "cs_restart.h"
97 #include "cs_restart_map.h"
98 #include "cs_rotation.h"
99 #include "cs_runaway_check.h"
100 #include "cs_sat_coupling.h"
101 #include "cs_scalar_clipping.h"
102 #include "cs_selector.h"
103 #include "cs_syr_coupling.h"
104 #include "cs_sys_coupling.h"
105 #include "cs_thermal_model.h"
106 #include "cs_time_moment.h"
107 #include "cs_time_plot.h"
108 #include "cs_time_step.h"
109 #include "cs_time_table.h"
110 #include "cs_timer.h"
111 #include "cs_timer_stats.h"
112 #include "cs_tree.h"
113 #include "cs_turbomachinery.h"
114 #include "cs_velocity_pressure.h"
116 #include "cs_volume_zone.h"
117 #include "cs_vof.h"
118 #include "cs_wall_condensation.h"
120 #include "cs_wall_functions.h"
121 #include "cs_xdef_eval_at_zone.h"
122 #include "cs_zone.h"
123 
124 #include "cs_medcoupling_remapper.h"
127 #include "cs_paramedmem_remapper.h"
128 #include "cs_paramedmem_coupling.h"
129 
130 /*----------------------------------------------------------------------------*/
131 
132 #endif /* __CS_BASE_HEADERS_H__ */