My Project
programmer's documentation
Data Fields
cs_1d_wall_thermal_t Struct Reference

1D wall thermal module descriptor. More...

#include <cs_1d_wall_thermal.h>

Collaboration diagram for cs_1d_wall_thermal_t:
Collaboration graph

Data Fields

cs_lnum_t nfpt1d
 
cs_gnum_t nfpt1t
 
int nmxt1d
 
cs_lnum_tizft1d
 
cs_lnum_tifpt1d
 
cs_real_ttppt1d
 
cs_1d_wall_thermal_local_model_tlocal_models
 

Detailed Description

1D wall thermal module descriptor.

Field Documentation

◆ ifpt1d

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

izft1d

Zones of t1d, dimensioned with nfabor

◆ local_models

local_models

Array of structures containing the 1D wall thermal module parameters and variables for each coupled face.

◆ nfpt1d

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

◆ nfpt1t

cs_gnum_t nfpt1t

◆ nmxt1d

nmxt1d

◆ tppt1d

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.


The documentation for this struct was generated from the following files: