1#ifndef __CS_WALLCONDENSATION_1DTHERMAL_H__
2#define __CS_WALLCONDENSATION_1DTHERMAL_H__
104} cs_wall_cond_1d_thermal_t;
129} cs_wall_cond_0d_thermal_t;
178cs_wall_cond_1d_thermal_t *
210cs_wall_cond_0d_thermal_t *
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
cs_real_t cs_real_2_t[2]
vector of 2 floating-point values
Definition: cs_defs.h:358
#define END_C_DECLS
Definition: cs_defs.h:543
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:335
const cs_wall_cond_1d_thermal_t * cs_glob_wall_cond_1d_thermal
Definition: cs_wall_condensation_1d_thermal.cpp:129
const cs_wall_cond_0d_thermal_t * cs_glob_wall_cond_0d_thermal
Definition: cs_wall_condensation_1d_thermal.cpp:132
void cs_wall_condensation_0d_thermal_create(cs_lnum_t nvolumes, cs_lnum_t ncmast)
Create the context for 0D wall condensation thermal models.
Definition: cs_wall_condensation_1d_thermal.cpp:291
void cs_wall_condensation_1d_thermal_compute_temperature(void)
The 1D thermal model to compute the temperature to impose at the cold wall. This one is used by the C...
Definition: cs_wall_condensation_1d_thermal.cpp:579
void cs_wall_condensation_0d_thermal_free(void)
Free structures related to 0D wall condensation models.
Definition: cs_wall_condensation_1d_thermal.cpp:324
void cs_wall_condensation_0d_thermal_solve(void)
Use 0-D thermal model to solve the temperature and themal flux at the volume structure walls.
Definition: cs_wall_condensation_1d_thermal.cpp:373
cs_wall_cond_0d_thermal_t * cs_get_glob_wall_cond_0d_thermal(void)
Provide writeable access to cs_wall_cond_0d_thermal_t structure.
Definition: cs_wall_condensation_1d_thermal.cpp:360
cs_wall_cond_1d_thermal_t * cs_get_glob_wall_cond_1d_thermal(void)
Provide writeable access to _wall_cond structure.
Definition: cs_wall_condensation_1d_thermal.cpp:346
void cs_wall_condensation_1d_thermal_create(int nzones)
Create the context for wall condensation thermal models.
Definition: cs_wall_condensation_1d_thermal.cpp:208
void cs_wall_condensation_1d_thermal_mesh_initialize(void)
Used to generate the 1-D mesh and initialize the temperature field of the thermal model coupled with ...
Definition: cs_wall_condensation_1d_thermal.cpp:485
void cs_wall_condensation_1d_thermal_free(void)
Free all structures related to wall condensation models.
Definition: cs_wall_condensation_1d_thermal.cpp:264
void cs_wall_condensation_1d_thermal_mesh_create(int znmurx, int nfbpcd, int nzones)
Definition: cs_wall_condensation_1d_thermal.cpp:240