1#ifndef __CS_1D_WALL_THERMAL_H__
2#define __CS_1D_WALL_THERMAL_H__
void cs_1d_wall_thermal_local_models_create(void)
Allocate the array of structures local_models.
Definition: cs_1d_wall_thermal.cpp:271
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.cpp:1159
void cs_1d_wall_thermal_log(void)
Print information about the 1d wall thermal computation.
Definition: cs_1d_wall_thermal.cpp:1171
void cs_1d_wall_thermal_mesh_create(void)
Create the 1D mesh for each face and initialize the temperature.
Definition: cs_1d_wall_thermal.cpp:308
void cs_1d_wall_thermal_create(void)
Initialize the cs_glob_1d_wall_thermal structure.
Definition: cs_1d_wall_thermal.cpp:248
void cs_1d_wall_thermal_finalize(void)
Destroy the global 1d wall thermal structure.
Definition: cs_1d_wall_thermal.cpp:1146
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.cpp:1130
void cs_1d_wall_thermal_read(void)
Read the restart file of the 1D-wall thermal module.
Definition: cs_1d_wall_thermal.cpp:532
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.cpp:365
void cs_1d_wall_thermal_write(void)
Write the restart file of the 1D-wall thermal module.
Definition: cs_1d_wall_thermal.cpp:920
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
uint64_t cs_gnum_t
global mesh entity number
Definition: cs_defs.h:325
#define END_C_DECLS
Definition: cs_defs.h:543
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:335
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:117
bool use_restart
Definition: cs_1d_wall_thermal.h:113
cs_lnum_t * izft1d
Definition: cs_1d_wall_thermal.h:115
cs_1d_wall_thermal_local_model_t * local_models
Definition: cs_1d_wall_thermal.h:126
cs_real_t * tppt1d
Definition: cs_1d_wall_thermal.h:121