1 #ifndef __CS_1D_WALL_THERMAL_H__
2 #define __CS_1D_WALL_THERMAL_H__
cs_1d_wall_thermal_t * cs_get_glob_1d_wall_thermal(void)
Provide access to cs_glob_1d_wall_thermal.
Definition: cs_1d_wall_thermal.c:1221
void cs_1d_wall_thermal_local_models_create(void)
Allocate the array of structures local_models.
Definition: cs_1d_wall_thermal.c:333
void cs_1d_wall_thermal_log(void)
Print information about the 1d wall thermal computation.
Definition: cs_1d_wall_thermal.c:1233
void cs_1d_wall_thermal_mesh_create(void)
Create the 1D mesh for each face and initialize the temperature.
Definition: cs_1d_wall_thermal.c:370
void cs_1d_wall_thermal_create(void)
Initialize the cs_glob_1d_wall_thermal structure.
Definition: cs_1d_wall_thermal.c:310
void cs_1d_wall_thermal_finalize(void)
Destroy the global 1d wall thermal structure.
Definition: cs_1d_wall_thermal.c:1208
const cs_1d_wall_thermal_t * cs_glob_1d_wall_thermal
void cs_1d_wall_thermal_free(void)
Free the array of structures local_models.
Definition: cs_1d_wall_thermal.c:1192
void cs_1d_wall_thermal_read(void)
Read the restart file of the 1D-wall thermal module.
Definition: cs_1d_wall_thermal.c:594
void cs_1d_wall_thermal_solve(cs_lnum_t ii, cs_real_t tf, cs_real_t hf)
Solve the 1D equation for a given face.
Definition: cs_1d_wall_thermal.c:427
void cs_1d_wall_thermal_write(void)
Write the restart file of the 1D-wall thermal module.
Definition: cs_1d_wall_thermal.c:982
#define BEGIN_C_DECLS
Definition: cs_defs.h:514
double cs_real_t
Floating-point value.
Definition: cs_defs.h:319
unsigned long cs_gnum_t
global mesh entity number
Definition: cs_defs.h:298
#define END_C_DECLS
Definition: cs_defs.h:515
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:313
Definition: cs_1d_wall_thermal.h:56
cs_real_t xlmbt1
Definition: cs_1d_wall_thermal.h:83
cs_real_t rgpt1d
Definition: cs_1d_wall_thermal.h:70
cs_real_t * z
Definition: cs_1d_wall_thermal.h:92
int iclt1d
Definition: cs_1d_wall_thermal.h:62
cs_real_t fept1d
Definition: cs_1d_wall_thermal.h:79
cs_real_t rcpt1d
Definition: cs_1d_wall_thermal.h:85
cs_real_t eppt1d
Definition: cs_1d_wall_thermal.h:67
cs_real_t * t
Definition: cs_1d_wall_thermal.h:94
cs_real_t dtpt1d
Definition: cs_1d_wall_thermal.h:88
int nppt1d
Definition: cs_1d_wall_thermal.h:58
cs_real_t hept1d
Definition: cs_1d_wall_thermal.h:76
cs_real_t tept1d
Definition: cs_1d_wall_thermal.h:73
1D wall thermal module descriptor.
Definition: cs_1d_wall_thermal.h:102
cs_gnum_t nfpt1t
Definition: cs_1d_wall_thermal.h:107
cs_lnum_t nfpt1d
Definition: cs_1d_wall_thermal.h:104
int nmxt1d
Definition: cs_1d_wall_thermal.h:111
cs_lnum_t * ifpt1d
Definition: cs_1d_wall_thermal.h:115
cs_lnum_t * izft1d
Definition: cs_1d_wall_thermal.h:113
cs_1d_wall_thermal_local_model_t * local_models
Definition: cs_1d_wall_thermal.h:124
cs_real_t * tppt1d
Definition: cs_1d_wall_thermal.h:119