| 
    My Project
    
   programmer's documentation 
   | 
 
1D wall thermal module descriptor. More...
#include <cs_1d_wall_thermal.h>

Data Fields | |
| cs_lnum_t | nfpt1d | 
| cs_gnum_t | nfpt1t | 
| int | nmxt1d | 
| cs_lnum_t * | izft1d | 
| cs_lnum_t * | ifpt1d | 
| cs_real_t * | tppt1d | 
| cs_1d_wall_thermal_local_model_t * | local_models | 
1D wall thermal module descriptor.
| ifpt1d | 
Array allowing to mark out the numbers of the nfpt1d boundary faces which are coupled with a 1D wall. The test on ifpt1d implicitly assumes that the array is completed in ascending order (i.e ifpt1d[ii] 
ifpt1d[jj] if ii 
jj. This will be the case if the coupled faces are defined starting from the unique loop on the boundary faces (as in the example, see Data setting for the 1D-wall thermal module (cs_user_1d_wall_thermal.c)). If this is not the case, contact the development team to short circuit the test. 
| izft1d | 
Zones of t1d, dimensioned with nfabor
| local_models | 
Array of structures containing the 1D wall thermal module parameters and variables for each coupled face.
| nfpt1d | 
Number of boundary faces which are coupled with a 1D wall thermal module Zones of t1d, dimensioned with nfabor Global number of boundary faces which are coupled with a 1D wall thermal module, i.e. sum of nfpt1d over all ranks
| cs_gnum_t nfpt1t | 
| nmxt1d | 
| tppt1d | 
Initialization temperature of the wall (uniform in thickness). During the calculation, the array stores the temperature of the solid at the fluid/solid interface. Other than for re-reading a file, tppt1d is not used. nppt1d , ifpt1d, rgpt1d and eppt1d are compared to data from the follow-up file and they must be identical.
 1.8.16