1D wall thermal module descriptor. More...
#include <cs_1d_wall_thermal.h>
Data Fields | |
cs_lnum_t | nfpt1d |
cs_gnum_t | nfpt1t |
int | nmxt1d |
bool | use_restart |
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.
cs_lnum_t* 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]
cs_lnum_t* izft1d |
Zones of t1d, dimensioned with nfabor
cs_1d_wall_thermal_local_model_t* local_models |
Array of structures containing the 1D wall thermal module parameters and variables for each coupled face.
cs_lnum_t 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 |
int nmxt1d |
cs_real_t* 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.
bool use_restart |