8.3
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-2024 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"
46#include "cs_boundary_zone.h"
47#include "cs_coupling.h"
48#include "cs_defs.h"
51#include "cs_ext_neighborhood.h"
52#include "cs_fan.h"
53#include "cs_field.h"
54#include "cs_field_default.h"
55#include "cs_field_operator.h"
56#include "cs_field_pointer.h"
57#include "cs_file.h"
58#include "cs_file_csv_parser.h"
59#include "cs_flag_check.h"
60#include "cs_fp_exception.h"
61#include "cs_function.h"
62#include "cs_function_default.h"
63#include "cs_gas_mix.h"
64#include "cs_halo.h"
65#include "cs_halo_perio.h"
66#include "cs_head_losses.h"
67#include "cs_ht_convert.h"
68#include "cs_ibm.h"
69#include "cs_interface.h"
70#include "cs_interpolate.h"
72#include "cs_log.h"
73#include "cs_log_iteration.h"
74#include "cs_map.h"
76#include "cs_math.h"
77#include "cs_mem.h"
78#include "cs_measures_util.h"
80#include "cs_notebook.h"
81#include "cs_numbering.h"
82#include "cs_order.h"
83#include "cs_parall.h"
84#include "cs_param_types.h"
85#include "cs_parameters.h"
86#include "cs_part_to_block.h"
90#include "cs_porous_model.h"
91#include "cs_post.h"
92#include "cs_post_util.h"
93#include "cs_preprocess.h"
95#include "cs_probe.h"
96#include "cs_prototypes.h"
97#include "cs_random.h"
98#include "cs_renumber.h"
99#include "cs_restart.h"
100#include "cs_restart_map.h"
101#include "cs_rotation.h"
102#include "cs_runaway_check.h"
103#include "cs_sat_coupling.h"
104#include "cs_scalar_clipping.h"
105#include "cs_selector.h"
106#include "cs_syr_coupling.h"
107#include "cs_sys_coupling.h"
108#include "cs_thermal_model.h"
109#include "cs_time_moment.h"
110#include "cs_time_plot.h"
111#include "cs_time_step.h"
112#include "cs_time_table.h"
113#include "cs_timer.h"
114#include "cs_timer_stats.h"
115#include "cs_tree.h"
116#include "cs_turbomachinery.h"
117#include "cs_velocity_pressure.h"
119#include "cs_volume_zone.h"
120#include "cs_vof.h"
121#include "cs_wall_condensation.h"
123#include "cs_wall_functions.h"
124#include "cs_xdef_eval_at_zone.h"
125#include "cs_zone.h"
126
132
133/*----------------------------------------------------------------------------*/
134
135#endif /* __CS_BASE_HEADERS_H__ */