My Project
programmer's documentation
Functions
cs_1d_wall_thermal_check.h File Reference
#include "cs_defs.h"
Include dependency graph for cs_1d_wall_thermal_check.h:

Go to the source code of this file.

Functions

void cs_1d_wall_thermal_check (int iappel, int isuit1)
 Data checking for the 1D thermal wall module. More...
 

Function Documentation

◆ cs_1d_wall_thermal_check()

void cs_1d_wall_thermal_check ( int  iappel,
int  isuit1 
)

Data checking for the 1D thermal wall module.

Parameters
[in]iappelCall number:
  • 1: first call during the initialization (called once) Checking the number of cells nfpt1d and isuit1.
  • 2: second call during the initialization (called once) Checking ifpt1d, nppt1d, eppt1d and rgpt1d arrays.
  • 3: called at each time step Checking iclt1d, xlmbt1, rcpt1d and dtpt1d arrays.
[in]isuit1Rereading of the restart file:
  • 0: No rereading (meshing and wall temperature reinitialization)
  • 1: Rereading of the restart file for the 1-Dimension thermal module
  • isuite: Rereading only if the computational fluid dynamic is a continuation of the computation.