  | 
  
    My Project
    
   programmer's documentation 
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef __CS_1D_WALL_THERMAL_H__ 
    2 #define __CS_1D_WALL_THERMAL_H__ 
 
Definition: cs_1d_wall_thermal.h:56
 
int nmxt1d
Definition: cs_1d_wall_thermal.h:111
 
cs_real_t hept1d
Definition: cs_1d_wall_thermal.h:76
 
#define END_C_DECLS
Definition: cs_defs.h:468
 
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
 
double cs_real_t
Floating-point value.
Definition: cs_defs.h:302
 
void cs_1d_wall_thermal_create(void)
Initialize the cs_glob_1d_wall_thermal structure.
Definition: cs_1d_wall_thermal.c:261
 
const cs_1d_wall_thermal_t * cs_glob_1d_wall_thermal
 
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
 
cs_real_t rcpt1d
Definition: cs_1d_wall_thermal.h:85
 
void cs_1d_wall_thermal_free(void)
Free the array of structures local_models.
Definition: cs_1d_wall_thermal.c:1190
 
cs_real_t eppt1d
Definition: cs_1d_wall_thermal.h:67
 
void cs_1d_wall_thermal_write(void)
Write the restart file of the 1D-wall thermal module.
Definition: cs_1d_wall_thermal.c:980
 
cs_real_t * tppt1d
Definition: cs_1d_wall_thermal.h:119
 
void cs_1d_wall_thermal_local_models_create(void)
Allocate the array of structures local_models.
Definition: cs_1d_wall_thermal.c:284
 
cs_real_t tept1d
Definition: cs_1d_wall_thermal.h:73
 
unsigned long cs_gnum_t
global mesh entity number
Definition: cs_defs.h:286
 
void cs_1d_wall_thermal_read(void)
Read the restart file of the 1D-wall thermal module.
Definition: cs_1d_wall_thermal.c:592
 
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
 
1D wall thermal module descriptor.
Definition: cs_1d_wall_thermal.h:102
 
cs_1d_wall_thermal_t * cs_get_glob_1d_wall_thermal(void)
Provide acces to cs_glob_1d_wall_thermal.
Definition: cs_1d_wall_thermal.c:1218
 
cs_real_t dtpt1d
Definition: cs_1d_wall_thermal.h:88
 
void cs_1d_wall_thermal_local_models_init(void)
Allocate the discretization points coordinates array and the temperature at each point of discretizat...
Definition: cs_1d_wall_thermal.c:324
 
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:298
 
cs_real_t fept1d
Definition: cs_1d_wall_thermal.h:79
 
cs_1d_wall_thermal_local_model_t * local_models
Definition: cs_1d_wall_thermal.h:124
 
cs_real_t * z
Definition: cs_1d_wall_thermal.h:92
 
cs_lnum_t * izft1d
Definition: cs_1d_wall_thermal.h:113
 
cs_real_t * t
Definition: cs_1d_wall_thermal.h:94
 
cs_lnum_t * ifpt1d
Definition: cs_1d_wall_thermal.h:115
 
cs_real_t rgpt1d
Definition: cs_1d_wall_thermal.h:70
 
int nppt1d
Definition: cs_1d_wall_thermal.h:58
 
cs_gnum_t nfpt1t
Definition: cs_1d_wall_thermal.h:107
 
cs_real_t xlmbt1
Definition: cs_1d_wall_thermal.h:83
 
void cs_1d_wall_thermal_finalize(void)
Destroy the global 1d wall thermal structure.
Definition: cs_1d_wall_thermal.c:1205
 
int iclt1d
Definition: cs_1d_wall_thermal.h:62
 
cs_lnum_t nfpt1d
Definition: cs_1d_wall_thermal.h:104